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": "a4df8f8b-63e7-4569-bec5-b58fd9837eec",
"ShipmentID": "f83a9522-193c-4c67-893f-7c95c0465864",
"ConsolidationID": "088af5a3-171d-461b-abcc-678511322f4e",
"ReleaseID": "6c4a6152-5141-4167-8605-311f0a68c02d",
"PickupAndDeliveryID": "660392e1-5af3-41af-8719-2d9acad94257",
"WR_ID": "f49ae443-c553-401b-a1a8-eae5c2d6fb3d"
}
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>a4df8f8b-63e7-4569-bec5-b58fd9837eec</BookingID> <ConsolidationID>088af5a3-171d-461b-abcc-678511322f4e</ConsolidationID> <PickupAndDeliveryID>660392e1-5af3-41af-8719-2d9acad94257</PickupAndDeliveryID> <ReleaseID>6c4a6152-5141-4167-8605-311f0a68c02d</ReleaseID> <ShipmentID>f83a9522-193c-4c67-893f-7c95c0465864</ShipmentID> <WR_ID>f49ae443-c553-401b-a1a8-eae5c2d6fb3d</WR_ID> </RepackPackagesInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"BookingID":"a4df8f8b-63e7-4569-bec5-b58fd9837eec","ShipmentID":"f83a9522-193c-4c67-893f-7c95c0465864","ConsolidationID":"088af5a3-171d-461b-abcc-678511322f4e","ReleaseID":"6c4a6152-5141-4167-8605-311f0a68c02d","PickupAndDeliveryID":"660392e1-5af3-41af-8719-2d9acad94257","WR_ID":"f49ae443-c553-401b-a1a8-eae5c2d6fb3d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.