POST api/Shipments
Request Information
URI Parameters
None.
Body Parameters
ShipmentName | Description | Type | Additional information |
---|---|---|---|
customer | string |
None. |
|
startDate | string |
None. |
|
endDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "customer": "sample string 1", "startDate": "sample string 2", "endDate": "sample string 3" }
application/xml, text/xml
Sample:
<Shipment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <customer>sample string 1</customer> <startDate>sample string 2</startDate> <endDate>sample string 3</endDate> </Shipment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />