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": "d1a2611f-4a72-4f4b-a0b6-f8aad2aa768f",
"ShipmentID": "7f668c57-da36-4b9d-abbe-905767ef99bd",
"ConsolidationID": "bbfa9a3f-1cb2-46ad-bbaa-0b5c98b31fb5",
"ReleaseID": "90c48b36-edee-4447-9716-af9e3f3e4f26",
"PickupAndDeliveryID": "be67326c-cfa1-4c7a-a2e1-91234799d3a0",
"WR_ID": "e4a3afb6-9f81-4322-82c8-72013637e45f"
}
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>d1a2611f-4a72-4f4b-a0b6-f8aad2aa768f</BookingID> <ConsolidationID>bbfa9a3f-1cb2-46ad-bbaa-0b5c98b31fb5</ConsolidationID> <PickupAndDeliveryID>be67326c-cfa1-4c7a-a2e1-91234799d3a0</PickupAndDeliveryID> <ReleaseID>90c48b36-edee-4447-9716-af9e3f3e4f26</ReleaseID> <ShipmentID>7f668c57-da36-4b9d-abbe-905767ef99bd</ShipmentID> <WR_ID>e4a3afb6-9f81-4322-82c8-72013637e45f</WR_ID> </RepackPackagesInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"BookingID":"d1a2611f-4a72-4f4b-a0b6-f8aad2aa768f","ShipmentID":"7f668c57-da36-4b9d-abbe-905767ef99bd","ConsolidationID":"bbfa9a3f-1cb2-46ad-bbaa-0b5c98b31fb5","ReleaseID":"90c48b36-edee-4447-9716-af9e3f3e4f26","PickupAndDeliveryID":"be67326c-cfa1-4c7a-a2e1-91234799d3a0","WR_ID":"e4a3afb6-9f81-4322-82c8-72013637e45f"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.