Item Sales Price
Receive item sales price through this service.
Service Endpoint
The base Endpoint is:
OutboundItemSalesPriceIISWebService
API Methods
Here are the available methods for the Item Sales Price Service:
GetItemSalesPrice
Sample Request
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:out="http://tempuri.org/OutboundItemSalesPriceIISWebService/"
xmlns:x53="urn:microsoft-dynamics-nav/xmlports/x5371206">
<soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Action>http://tempuri.org/OutboundItemSalesPriceIISWebService/OutboundItemSalesPriceIISWebService/GetItemSalesPrice</wsa:Action>
</soap:Header>
<soap:Body>
<out:GetItemSalesPrice>
<out:outboundItemSalesPrice>
</out:outboundItemSalesPrice>
<out:itemFilter>1936-S|1972-W</out:itemFilter>
<out:maxEntries>10</out:maxEntries>
</out:GetItemSalesPrice>
</soap:Body>
</soap:Envelope>
Sample Response
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action s:mustUnderstand="1">http://tempuri.org/OutboundItemSalesPriceIISWebService/OutboundItemSalesPriceIISWebService/GetItemSalesPriceResponse</a:Action>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GetItemSalesPriceResponse xmlns="http://tempuri.org/OutboundItemSalesPriceIISWebService/">
<outboundItemSalesPrice>
<Item Description="BERLIN Gästestuhl, gelb" No="1936-S" xmlns="urn:microsoft-dynamics-nav/xmlports/x5371206">
<Sales_Prices>
<Sales_Price>
<Sales_Type>2</Sales_Type>
<Sales_Code/>
<Starting_Data>2017-01-20</Starting_Data>
<Curreny_Code/>
<Variant_Code/>
<Unit_Of_Measure_Code>STÜCK</Unit_Of_Measure_Code>
<Price_Include_VAT>false</Price_Include_VAT>
<Unit_Price>222.80</Unit_Price>
</Sales_Price>
</Sales_Prices>
</Item>
<Item Description="SAPPORO Whiteboard, schwarz" No="1972-W" xmlns="urn:microsoft-dynamics-nav/xmlports/x5371206">
<Sales_Prices>
<Sales_Price>
<Sales_Type>2</Sales_Type>
<Sales_Code/>
<Starting_Data>2017-01-01</Starting_Data>
<Curreny_Code/>
<Variant_Code/>
<Unit_Of_Measure_Code>STÜCK</Unit_Of_Measure_Code>
<Price_Include_VAT>false</Price_Include_VAT>
<Unit_Price>843.345</Unit_Price>
</Sales_Price>
</Sales_Prices>
</Item>
</outboundItemSalesPrice>
</GetItemSalesPriceResponse>
</s:Body>
</s:Envelope>
Field Information
Item Sales Price Field Information
| Name | Description | Type | max. Length | Occurance |
|---|---|---|---|---|
| 🔑 No | Specifies the item no. | String | 20 | 1..1 |
| 🔑 Sales_Type | Specifies the Sales Type. There several Sales types that correspond with the sales code. "Customer","Customer Price Group","All Customers","Campaign" | String | 0..1 | |
| 🔑 Sales_Code | The sales code is the code, corresponding to the sales type. | String | 20 | 0..1 |
| 🔑 Starting_Date | Specifies the starting date of the item sales price. | DateTime | 0..1 | |
| 🔑 Currency_Code | Specifies the currency code. | String | 10 | 0..1 |
| 🔑 Variant_Code | Specifies the variant code. | String | 10 | 0..1 |
| 🔑 Unit_Of_Measure_Code | Specifies the unit of measure code. | String | 10 | 0..1 |
| 🔑 Minimum_Quantity | Minimum quantity. Zero is empty. | Decimal | 0..1 | |
| Ending_Date | Specifies the ending date. | DateTime | 0..1 | |
| Unit_Price | Specifies the unit price. | DateTime | 0..1 |