POST api/WRPackages/GetRepackDetails
Request Information
URI Parameters
None.
Body Parameters
RepackPackagesInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingID | globally unique identifier |
None. |
|
| ShipmentID | globally unique identifier |
None. |
|
| ConsolidationID | globally unique identifier |
None. |
|
| ReleaseID | globally unique identifier |
None. |
|
| PickupAndDeliveryID | globally unique identifier |
None. |
|
| WR_ID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookingID": "46df84ee-bcc9-4b10-92e6-939b704164f1",
"ShipmentID": "074aef7f-ebc5-4853-9a3c-0fcab0226fc9",
"ConsolidationID": "e9b8fbe7-2842-4fb2-8f73-0b9fe52cd262",
"ReleaseID": "0d978188-d009-476a-b7fb-974d3a7ccc4a",
"PickupAndDeliveryID": "1f31cd4a-e4a7-4f72-8192-db50f3320872",
"WR_ID": "436b3659-08b6-4089-9ccf-1c64312da47e"
}
application/xml, text/xml
Sample:
<RepackPackagesInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <BookingID>46df84ee-bcc9-4b10-92e6-939b704164f1</BookingID> <ConsolidationID>e9b8fbe7-2842-4fb2-8f73-0b9fe52cd262</ConsolidationID> <PickupAndDeliveryID>1f31cd4a-e4a7-4f72-8192-db50f3320872</PickupAndDeliveryID> <ReleaseID>0d978188-d009-476a-b7fb-974d3a7ccc4a</ReleaseID> <ShipmentID>074aef7f-ebc5-4853-9a3c-0fcab0226fc9</ShipmentID> <WR_ID>436b3659-08b6-4089-9ccf-1c64312da47e</WR_ID> </RepackPackagesInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"BookingID":"46df84ee-bcc9-4b10-92e6-939b704164f1","ShipmentID":"074aef7f-ebc5-4853-9a3c-0fcab0226fc9","ConsolidationID":"e9b8fbe7-2842-4fb2-8f73-0b9fe52cd262","ReleaseID":"0d978188-d009-476a-b7fb-974d3a7ccc4a","PickupAndDeliveryID":"1f31cd4a-e4a7-4f72-8192-db50f3320872","WR_ID":"436b3659-08b6-4089-9ccf-1c64312da47e"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.