Created
March 11, 2020 05:57
-
-
Save sudiptamondal/dce2db803bba761644dd32cb01b74e00 to your computer and use it in GitHub Desktop.
Update Trading Partner Item with End Date
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/" > | |
<soapenv:Header/> | |
<soapenv:Body> | |
<typ:updateTradingPartnerItem> | |
<typ:tradingPartnerItem> | |
<trad:TradingPartnerItemId>300000063693002</trad:TradingPartnerItemId> | |
<trad:EndDate>2019-09-21</trad:EndDate> | |
</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