UltimateService
Click here for a complete list of operations.
changePrice
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 /UltimateService.asmx HTTP/1.1
Host: vendor-svr.ultimate.mn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/changePrice"
<?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>
<changePrice xmlns="http://tempuri.org/">
<token>string</token>
<VersionID>string</VersionID>
<InventoryProduct>
<InventoryProduct>
<psSalesPrice>
<IsSelected>string</IsSelected>
<SiteID>string</SiteID>
<InvtID>string</InvtID>
<UnitID>string</UnitID>
<NNewCost>decimal</NNewCost>
<NStandardPrice>decimal</NStandardPrice>
<NUseStandardPrice>string</NUseStandardPrice>
<NEnableStandardPrice>string</NEnableStandardPrice>
<EnableStandardPrice>string</EnableStandardPrice>
<NUseSalePrice1>string</NUseSalePrice1>
<NEnableSalePrice1>string</NEnableSalePrice1>
<NSalePrice1>decimal</NSalePrice1>
<NSaleStartDate1>string</NSaleStartDate1>
<NSaleEndDate1>string</NSaleEndDate1>
<NSaleTimeLimited1>string</NSaleTimeLimited1>
<NSaleStartTime1>string</NSaleStartTime1>
<NSaleEndTime1>string</NSaleEndTime1>
<NUseSalePrice2>string</NUseSalePrice2>
<NEnableSalePrice2>string</NEnableSalePrice2>
<NSalePrice2>decimal</NSalePrice2>
<NSaleStartDate2>string</NSaleStartDate2>
<NSaleEndDate2>string</NSaleEndDate2>
<NSaleTimeLimited2>string</NSaleTimeLimited2>
<NSaleStartTime2>string</NSaleStartTime2>
<NSaleEndTime2>string</NSaleEndTime2>
<NUseWholePrice>string</NUseWholePrice>
<NEnableWholePrice>string</NEnableWholePrice>
<NWholePrice>decimal</NWholePrice>
<NWholeQty>string</NWholeQty>
<NUseSalePrice3>string</NUseSalePrice3>
<NEnableSalePrice3>string</NEnableSalePrice3>
<NSalePrice3>decimal</NSalePrice3>
<NSaleStartDate3>string</NSaleStartDate3>
<NSaleEndDate3>string</NSaleEndDate3>
<NSaleTimeLimited3>string</NSaleTimeLimited3>
<NSaleStartTime3>string</NSaleStartTime3>
<NSaleEndTime3>string</NSaleEndTime3>
<NUseSpecialPrice>string</NUseSpecialPrice>
<NEnableSpecialPrice>string</NEnableSpecialPrice>
<NSpecialPrice>decimal</NSpecialPrice>
<NSpecialStartDate>string</NSpecialStartDate>
<NSpecialEndDate>string</NSpecialEndDate>
<NSpecialTimeLimited>string</NSpecialTimeLimited>
<NSpecialStartTime>string</NSpecialStartTime>
<NSpecialEndTime>string</NSpecialEndTime>
</psSalesPrice>
<psPriceVersion />
</InventoryProduct>
<InventoryProduct>
<psSalesPrice>
<IsSelected>string</IsSelected>
<SiteID>string</SiteID>
<InvtID>string</InvtID>
<UnitID>string</UnitID>
<NNewCost>decimal</NNewCost>
<NStandardPrice>decimal</NStandardPrice>
<NUseStandardPrice>string</NUseStandardPrice>
<NEnableStandardPrice>string</NEnableStandardPrice>
<EnableStandardPrice>string</EnableStandardPrice>
<NUseSalePrice1>string</NUseSalePrice1>
<NEnableSalePrice1>string</NEnableSalePrice1>
<NSalePrice1>decimal</NSalePrice1>
<NSaleStartDate1>string</NSaleStartDate1>
<NSaleEndDate1>string</NSaleEndDate1>
<NSaleTimeLimited1>string</NSaleTimeLimited1>
<NSaleStartTime1>string</NSaleStartTime1>
<NSaleEndTime1>string</NSaleEndTime1>
<NUseSalePrice2>string</NUseSalePrice2>
<NEnableSalePrice2>string</NEnableSalePrice2>
<NSalePrice2>decimal</NSalePrice2>
<NSaleStartDate2>string</NSaleStartDate2>
<NSaleEndDate2>string</NSaleEndDate2>
<NSaleTimeLimited2>string</NSaleTimeLimited2>
<NSaleStartTime2>string</NSaleStartTime2>
<NSaleEndTime2>string</NSaleEndTime2>
<NUseWholePrice>string</NUseWholePrice>
<NEnableWholePrice>string</NEnableWholePrice>
<NWholePrice>decimal</NWholePrice>
<NWholeQty>string</NWholeQty>
<NUseSalePrice3>string</NUseSalePrice3>
<NEnableSalePrice3>string</NEnableSalePrice3>
<NSalePrice3>decimal</NSalePrice3>
<NSaleStartDate3>string</NSaleStartDate3>
<NSaleEndDate3>string</NSaleEndDate3>
<NSaleTimeLimited3>string</NSaleTimeLimited3>
<NSaleStartTime3>string</NSaleStartTime3>
<NSaleEndTime3>string</NSaleEndTime3>
<NUseSpecialPrice>string</NUseSpecialPrice>
<NEnableSpecialPrice>string</NEnableSpecialPrice>
<NSpecialPrice>decimal</NSpecialPrice>
<NSpecialStartDate>string</NSpecialStartDate>
<NSpecialEndDate>string</NSpecialEndDate>
<NSpecialTimeLimited>string</NSpecialTimeLimited>
<NSpecialStartTime>string</NSpecialStartTime>
<NSpecialEndTime>string</NSpecialEndTime>
</psSalesPrice>
<psPriceVersion />
</InventoryProduct>
</InventoryProduct>
</changePrice>
</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>
<changePriceResponse 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 /UltimateService.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>
<changePrice xmlns="http://tempuri.org/">
<token>string</token>
<VersionID>string</VersionID>
<InventoryProduct>
<InventoryProduct>
<psSalesPrice>
<IsSelected>string</IsSelected>
<SiteID>string</SiteID>
<InvtID>string</InvtID>
<UnitID>string</UnitID>
<NNewCost>decimal</NNewCost>
<NStandardPrice>decimal</NStandardPrice>
<NUseStandardPrice>string</NUseStandardPrice>
<NEnableStandardPrice>string</NEnableStandardPrice>
<EnableStandardPrice>string</EnableStandardPrice>
<NUseSalePrice1>string</NUseSalePrice1>
<NEnableSalePrice1>string</NEnableSalePrice1>
<NSalePrice1>decimal</NSalePrice1>
<NSaleStartDate1>string</NSaleStartDate1>
<NSaleEndDate1>string</NSaleEndDate1>
<NSaleTimeLimited1>string</NSaleTimeLimited1>
<NSaleStartTime1>string</NSaleStartTime1>
<NSaleEndTime1>string</NSaleEndTime1>
<NUseSalePrice2>string</NUseSalePrice2>
<NEnableSalePrice2>string</NEnableSalePrice2>
<NSalePrice2>decimal</NSalePrice2>
<NSaleStartDate2>string</NSaleStartDate2>
<NSaleEndDate2>string</NSaleEndDate2>
<NSaleTimeLimited2>string</NSaleTimeLimited2>
<NSaleStartTime2>string</NSaleStartTime2>
<NSaleEndTime2>string</NSaleEndTime2>
<NUseWholePrice>string</NUseWholePrice>
<NEnableWholePrice>string</NEnableWholePrice>
<NWholePrice>decimal</NWholePrice>
<NWholeQty>string</NWholeQty>
<NUseSalePrice3>string</NUseSalePrice3>
<NEnableSalePrice3>string</NEnableSalePrice3>
<NSalePrice3>decimal</NSalePrice3>
<NSaleStartDate3>string</NSaleStartDate3>
<NSaleEndDate3>string</NSaleEndDate3>
<NSaleTimeLimited3>string</NSaleTimeLimited3>
<NSaleStartTime3>string</NSaleStartTime3>
<NSaleEndTime3>string</NSaleEndTime3>
<NUseSpecialPrice>string</NUseSpecialPrice>
<NEnableSpecialPrice>string</NEnableSpecialPrice>
<NSpecialPrice>decimal</NSpecialPrice>
<NSpecialStartDate>string</NSpecialStartDate>
<NSpecialEndDate>string</NSpecialEndDate>
<NSpecialTimeLimited>string</NSpecialTimeLimited>
<NSpecialStartTime>string</NSpecialStartTime>
<NSpecialEndTime>string</NSpecialEndTime>
</psSalesPrice>
<psPriceVersion />
</InventoryProduct>
<InventoryProduct>
<psSalesPrice>
<IsSelected>string</IsSelected>
<SiteID>string</SiteID>
<InvtID>string</InvtID>
<UnitID>string</UnitID>
<NNewCost>decimal</NNewCost>
<NStandardPrice>decimal</NStandardPrice>
<NUseStandardPrice>string</NUseStandardPrice>
<NEnableStandardPrice>string</NEnableStandardPrice>
<EnableStandardPrice>string</EnableStandardPrice>
<NUseSalePrice1>string</NUseSalePrice1>
<NEnableSalePrice1>string</NEnableSalePrice1>
<NSalePrice1>decimal</NSalePrice1>
<NSaleStartDate1>string</NSaleStartDate1>
<NSaleEndDate1>string</NSaleEndDate1>
<NSaleTimeLimited1>string</NSaleTimeLimited1>
<NSaleStartTime1>string</NSaleStartTime1>
<NSaleEndTime1>string</NSaleEndTime1>
<NUseSalePrice2>string</NUseSalePrice2>
<NEnableSalePrice2>string</NEnableSalePrice2>
<NSalePrice2>decimal</NSalePrice2>
<NSaleStartDate2>string</NSaleStartDate2>
<NSaleEndDate2>string</NSaleEndDate2>
<NSaleTimeLimited2>string</NSaleTimeLimited2>
<NSaleStartTime2>string</NSaleStartTime2>
<NSaleEndTime2>string</NSaleEndTime2>
<NUseWholePrice>string</NUseWholePrice>
<NEnableWholePrice>string</NEnableWholePrice>
<NWholePrice>decimal</NWholePrice>
<NWholeQty>string</NWholeQty>
<NUseSalePrice3>string</NUseSalePrice3>
<NEnableSalePrice3>string</NEnableSalePrice3>
<NSalePrice3>decimal</NSalePrice3>
<NSaleStartDate3>string</NSaleStartDate3>
<NSaleEndDate3>string</NSaleEndDate3>
<NSaleTimeLimited3>string</NSaleTimeLimited3>
<NSaleStartTime3>string</NSaleStartTime3>
<NSaleEndTime3>string</NSaleEndTime3>
<NUseSpecialPrice>string</NUseSpecialPrice>
<NEnableSpecialPrice>string</NEnableSpecialPrice>
<NSpecialPrice>decimal</NSpecialPrice>
<NSpecialStartDate>string</NSpecialStartDate>
<NSpecialEndDate>string</NSpecialEndDate>
<NSpecialTimeLimited>string</NSpecialTimeLimited>
<NSpecialStartTime>string</NSpecialStartTime>
<NSpecialEndTime>string</NSpecialEndTime>
</psSalesPrice>
<psPriceVersion />
</InventoryProduct>
</InventoryProduct>
</changePrice>
</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>
<changePriceResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>