POST api/Inventory/MovedToDispatch

MovedToDispatch

Request Information

URI Parameters

None.

Body Parameters

Collection of DeliveryInputData
NamedescriptionTypeAdditional information
InvoiceNo

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "InvoiceNo": "sample string 1"
  },
  {
    "InvoiceNo": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfmlInventory.DeliveryInputData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Product">
  <mlInventory.DeliveryInputData>
    <InvoiceNo>sample string 1</InvoiceNo>
  </mlInventory.DeliveryInputData>
  <mlInventory.DeliveryInputData>
    <InvoiceNo>sample string 1</InvoiceNo>
  </mlInventory.DeliveryInputData>
</ArrayOfmlInventory.DeliveryInputData>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.