VendorSystem
Click here for a complete list of operations.
SetInvtRequest
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /VendorSystem.asmx HTTP/1.1
Host: vendor-svr.ultimate.mn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SetInvtRequest"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetInvtRequest xmlns="http://tempuri.org/">
<requests>
<InvtRequest>
<RequestID>string</RequestID>
<VendID>string</VendID>
<CpnyID>string</CpnyID>
<RequestType>string</RequestType>
<ReqDate>string</ReqDate>
<ReqDescr>string</ReqDescr>
<InvtID>string</InvtID>
<Descr>string</Descr>
<DescrEng>string</DescrEng>
<BoxQty>decimal</BoxQty>
<UnitID>string</UnitID>
<MaterialType>string</MaterialType>
<BarCode>string</BarCode>
<PurchasePrice>decimal</PurchasePrice>
<SolveDate>string</SolveDate>
<SolveEmpCode>string</SolveEmpCode>
<Status>int</Status>
<Reason>int</Reason>
<RowStatus>string</RowStatus>
<ReasonDescr>string</ReasonDescr>
<SaveState>string</SaveState>
<PicturePath>string</PicturePath>
<DocPath>string</DocPath>
<ADocPath>string</ADocPath>
<Files>
<FileRawInv xsi:nil="true" />
<FileRawInv xsi:nil="true" />
</Files>
<psSalesPrice>decimal</psSalesPrice>
<Weight>decimal</Weight>
<WeightType>string</WeightType>
<Brand>string</Brand>
<MadeCountry>string</MadeCountry>
<ValidTime>decimal</ValidTime>
<ValidType>string</ValidType>
<Color>string</Color>
<BoxType>string</BoxType>
<NutritionFacts>string</NutritionFacts>
<Shops>string</Shops>
<ShopsPrice>decimal</ShopsPrice>
<IsOrganic>string</IsOrganic>
<IsGluttenFree>string</IsGluttenFree>
<IsNonGmo>string</IsNonGmo>
<IsParabenFree>string</IsParabenFree>
<IsSugarFree>string</IsSugarFree>
<IsAlcoholFree>string</IsAlcoholFree>
<IsLactoseFree>string</IsLactoseFree>
</InvtRequest>
<InvtRequest>
<RequestID>string</RequestID>
<VendID>string</VendID>
<CpnyID>string</CpnyID>
<RequestType>string</RequestType>
<ReqDate>string</ReqDate>
<ReqDescr>string</ReqDescr>
<InvtID>string</InvtID>
<Descr>string</Descr>
<DescrEng>string</DescrEng>
<BoxQty>decimal</BoxQty>
<UnitID>string</UnitID>
<MaterialType>string</MaterialType>
<BarCode>string</BarCode>
<PurchasePrice>decimal</PurchasePrice>
<SolveDate>string</SolveDate>
<SolveEmpCode>string</SolveEmpCode>
<Status>int</Status>
<Reason>int</Reason>
<RowStatus>string</RowStatus>
<ReasonDescr>string</ReasonDescr>
<SaveState>string</SaveState>
<PicturePath>string</PicturePath>
<DocPath>string</DocPath>
<ADocPath>string</ADocPath>
<Files>
<FileRawInv xsi:nil="true" />
<FileRawInv xsi:nil="true" />
</Files>
<psSalesPrice>decimal</psSalesPrice>
<Weight>decimal</Weight>
<WeightType>string</WeightType>
<Brand>string</Brand>
<MadeCountry>string</MadeCountry>
<ValidTime>decimal</ValidTime>
<ValidType>string</ValidType>
<Color>string</Color>
<BoxType>string</BoxType>
<NutritionFacts>string</NutritionFacts>
<Shops>string</Shops>
<ShopsPrice>decimal</ShopsPrice>
<IsOrganic>string</IsOrganic>
<IsGluttenFree>string</IsGluttenFree>
<IsNonGmo>string</IsNonGmo>
<IsParabenFree>string</IsParabenFree>
<IsSugarFree>string</IsSugarFree>
<IsAlcoholFree>string</IsAlcoholFree>
<IsLactoseFree>string</IsLactoseFree>
</InvtRequest>
</requests>
</SetInvtRequest>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetInvtRequestResponse xmlns="http://tempuri.org/" />
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /VendorSystem.asmx HTTP/1.1
Host: vendor-svr.ultimate.mn
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SetInvtRequest xmlns="http://tempuri.org/">
<requests>
<InvtRequest>
<RequestID>string</RequestID>
<VendID>string</VendID>
<CpnyID>string</CpnyID>
<RequestType>string</RequestType>
<ReqDate>string</ReqDate>
<ReqDescr>string</ReqDescr>
<InvtID>string</InvtID>
<Descr>string</Descr>
<DescrEng>string</DescrEng>
<BoxQty>decimal</BoxQty>
<UnitID>string</UnitID>
<MaterialType>string</MaterialType>
<BarCode>string</BarCode>
<PurchasePrice>decimal</PurchasePrice>
<SolveDate>string</SolveDate>
<SolveEmpCode>string</SolveEmpCode>
<Status>int</Status>
<Reason>int</Reason>
<RowStatus>string</RowStatus>
<ReasonDescr>string</ReasonDescr>
<SaveState>string</SaveState>
<PicturePath>string</PicturePath>
<DocPath>string</DocPath>
<ADocPath>string</ADocPath>
<Files>
<FileRawInv xsi:nil="true" />
<FileRawInv xsi:nil="true" />
</Files>
<psSalesPrice>decimal</psSalesPrice>
<Weight>decimal</Weight>
<WeightType>string</WeightType>
<Brand>string</Brand>
<MadeCountry>string</MadeCountry>
<ValidTime>decimal</ValidTime>
<ValidType>string</ValidType>
<Color>string</Color>
<BoxType>string</BoxType>
<NutritionFacts>string</NutritionFacts>
<Shops>string</Shops>
<ShopsPrice>decimal</ShopsPrice>
<IsOrganic>string</IsOrganic>
<IsGluttenFree>string</IsGluttenFree>
<IsNonGmo>string</IsNonGmo>
<IsParabenFree>string</IsParabenFree>
<IsSugarFree>string</IsSugarFree>
<IsAlcoholFree>string</IsAlcoholFree>
<IsLactoseFree>string</IsLactoseFree>
</InvtRequest>
<InvtRequest>
<RequestID>string</RequestID>
<VendID>string</VendID>
<CpnyID>string</CpnyID>
<RequestType>string</RequestType>
<ReqDate>string</ReqDate>
<ReqDescr>string</ReqDescr>
<InvtID>string</InvtID>
<Descr>string</Descr>
<DescrEng>string</DescrEng>
<BoxQty>decimal</BoxQty>
<UnitID>string</UnitID>
<MaterialType>string</MaterialType>
<BarCode>string</BarCode>
<PurchasePrice>decimal</PurchasePrice>
<SolveDate>string</SolveDate>
<SolveEmpCode>string</SolveEmpCode>
<Status>int</Status>
<Reason>int</Reason>
<RowStatus>string</RowStatus>
<ReasonDescr>string</ReasonDescr>
<SaveState>string</SaveState>
<PicturePath>string</PicturePath>
<DocPath>string</DocPath>
<ADocPath>string</ADocPath>
<Files>
<FileRawInv xsi:nil="true" />
<FileRawInv xsi:nil="true" />
</Files>
<psSalesPrice>decimal</psSalesPrice>
<Weight>decimal</Weight>
<WeightType>string</WeightType>
<Brand>string</Brand>
<MadeCountry>string</MadeCountry>
<ValidTime>decimal</ValidTime>
<ValidType>string</ValidType>
<Color>string</Color>
<BoxType>string</BoxType>
<NutritionFacts>string</NutritionFacts>
<Shops>string</Shops>
<ShopsPrice>decimal</ShopsPrice>
<IsOrganic>string</IsOrganic>
<IsGluttenFree>string</IsGluttenFree>
<IsNonGmo>string</IsNonGmo>
<IsParabenFree>string</IsParabenFree>
<IsSugarFree>string</IsSugarFree>
<IsAlcoholFree>string</IsAlcoholFree>
<IsLactoseFree>string</IsLactoseFree>
</InvtRequest>
</requests>
</SetInvtRequest>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SetInvtRequestResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>