You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create trading partner item with SOAP api

edited May 19, 2020 10:34AM in Product Master Data Management 1 comment

Summary

issue the create xml payload to create trading partner item with SOAP api

Content

Hi,

I am using soap api and .Net framework to find and create trading partner items in scm application. I successfully used findTradingPartnerItem to get trading item partner with filter but i can't find what is the correct payload for createTradingPartnerItem.

I tried:

 TradingPartnerItemService tpiService = new TradingPartnerItemService();            TradingPartnerItem newTpi = new TradingPartnerItem();

newTpi.TradingPartnerItemNumber = "Tpi number example";
newTpi.TradingPartnerName = "exist trading partner name example";

newTpi.TradingPartnerItemDescription = "";
newTpi.TradingPartnerType = "MANUFACTRER";(the type of the exist trading partner)
newTpi.TradingPartnerNumber = "4061"; (the number of the exist trading partner)
newTpi.TradingPartnerId = 100000001679311;(the id of the exist trading partner)

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!