PriceListPort
Click here for a complete list of operations.
PriceList
Test
The test form is only available for requests from the local machine.SOAP
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
POST /XWebTD/V1/PriceList.asmx HTTP/1.1
Host: ws.xwebservices.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:ws-xwebservices-com:XWebTD:v1:PriceList:priceListIn"
<?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>
<PriceListRequest xmlns="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Messages">
<RequestPriceList>
<Header xmlns="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Types">
<TransControlID>string</TransControlID>
</Header>
<Detail xmlns="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Types">
<LineInfo>
<AssignedID>string</AssignedID>
<RefIDQual>VP or BP or MG or UP</RefIDQual>
<RefID>string</RefID>
<ReturnAvailability>Y</ReturnAvailability>
</LineInfo>
<LineInfo>
<AssignedID>string</AssignedID>
<RefIDQual>VP or BP or MG or UP</RefIDQual>
<RefID>string</RefID>
<ReturnAvailability>Y</ReturnAvailability>
</LineInfo>
</Detail>
</RequestPriceList>
</PriceListRequest>
</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>
<PriceListResponse xmlns="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Messages">
<ResponsePriceList>
<Header xmlns="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Types">
<TransControlID>string</TransControlID>
</Header>
<Detail xmlns="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Types">
<LineInfo>
<AssignedID>string</AssignedID>
<RefIDQual1>VP or BP or MG or UP</RefIDQual1>
<RefID1>string</RefID1>
<RefIDQual2>VP or BP or MG or UP</RefIDQual2>
<RefID2>string</RefID2>
<ProductDesc>string</ProductDesc>
<ItemEUIRequired>Y</ItemEUIRequired>
<LicenseRequired>Y</LicenseRequired>
<CustomerPrice>string</CustomerPrice>
<MSRP>string</MSRP>
<PromotionInfo xsi:nil="true" />
<PromotionInfo xsi:nil="true" />
<AvailabilityInfo xsi:nil="true" />
<ErrorInfo xsi:nil="true" />
<ErrorInfo xsi:nil="true" />
</LineInfo>
<LineInfo>
<AssignedID>string</AssignedID>
<RefIDQual1>VP or BP or MG or UP</RefIDQual1>
<RefID1>string</RefID1>
<RefIDQual2>VP or BP or MG or UP</RefIDQual2>
<RefID2>string</RefID2>
<ProductDesc>string</ProductDesc>
<ItemEUIRequired>Y</ItemEUIRequired>
<LicenseRequired>Y</LicenseRequired>
<CustomerPrice>string</CustomerPrice>
<MSRP>string</MSRP>
<PromotionInfo xsi:nil="true" />
<PromotionInfo xsi:nil="true" />
<AvailabilityInfo xsi:nil="true" />
<ErrorInfo xsi:nil="true" />
<ErrorInfo xsi:nil="true" />
</LineInfo>
</Detail>
</ResponsePriceList>
</PriceListResponse>
</soap:Body>
</soap:Envelope>