POST api/v1/GetIndentStockReceiptData
Get an object which shows what can be booked in on connected open purchase orders and delivered to the customer for an indent
Request Information
URI Parameters
None.
Body Parameters
GetIndentInformationParameterName | Description | Type | Additional information |
---|---|---|---|
IndentNumberFull |
Full number of the sales order with pre- and suffix |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IndentNumberFull": "sample string 1" }
application/xml, text/xml
Sample:
<GetIndentInformationParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08"> <IndentNumberFull>sample string 1</IndentNumberFull> </GetIndentInformationParameter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IndentStockReceiptDataName | Description | Type | Additional information |
---|---|---|---|
Positions |
Positions for the delivery |
Collection of IndentStockReceiptDataPosition |
None. |
IndentId |
For internal use. Change will cause errors in delivery |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Positions": [], "IndentId": 1 }
application/xml, text/xml
Sample:
<IndentStockReceiptData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PromotionalOffice.WebApi.Models.Indent"> <IndentId>1</IndentId> <Positions /> </IndentStockReceiptData>