Update the End Date on Trading Partner Item with NULL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope | |
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:typ="http://xmlns.oracle.com/apps/scm/productModel/items/tradingPartnerItems/tradingPartnerItemServiceV2/types/" | |
xmlns:trad="http://xmlns.oracle.com/apps/scm/productModel/items/tradingPartnerItems/tradingPartnerItemServiceV2/" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soapenv:Header/> | |
<soapenv:Body> | |
<typ:updateTradingPartnerItem> | |
<typ:tradingPartnerItem> | |
<trad:TradingPartnerItemId>300000063693002</trad:TradingPartnerItemId> | |
<trad:EndDate xsi:nil="true" /> | |
</typ:tradingPartnerItem> | |
</typ:updateTradingPartnerItem> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment