POST api/Booking/Cargo/EditMultiple
Request Information
URI Parameters
None.
Body Parameters
EditPackageStatusInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Package_IDs | Collection of globally unique identifier |
None. |
|
| Status_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Package_IDs": [
"8edfbeb1-95e5-4be0-8846-db6eb8eecad9",
"69d88675-0da8-44ce-8460-fb8761176c52"
],
"Status_ID": 1
}
application/xml, text/xml
Sample:
<EditPackageStatusInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
<Package_IDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8edfbeb1-95e5-4be0-8846-db6eb8eecad9</d2p1:guid>
<d2p1:guid>69d88675-0da8-44ce-8460-fb8761176c52</d2p1:guid>
</Package_IDs>
<Status_ID>1</Status_ID>
</EditPackageStatusInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Package_IDs":["8edfbeb1-95e5-4be0-8846-db6eb8eecad9","69d88675-0da8-44ce-8460-fb8761176c52"],"Status_ID":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.