POST api/Inventory/SPRequestToInvoice
Update Dispatch Status
Request Information
URI Parameters
None.
Body Parameters
SPInvoiceData| Name | description | Type | Additional information |
|---|---|---|---|
| PinRequestSysID | integer |
None. |
|
| StockType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PinRequestSysID": 1,
"StockType": "sample string 2"
}
application/xml, text/xml
Sample:
<mlInventory.SPInvoiceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Product"> <PinRequestSysID>1</PinRequestSysID> <StockType>sample string 2</StockType> </mlInventory.SPInvoiceData>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |