POST api/WRPackages/AddToWR
Request Information
URI Parameters
None.
Body Parameters
AddToWRInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Package_IDs | Collection of globally unique identifier |
None. |
|
| WR_ID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Package_IDs": [
"6f68c07f-1c24-496e-90db-99583acc75db",
"b3740d74-5edf-4791-a41e-9fbb275f1e82"
],
"WR_ID": "4e19401f-d270-49f4-84f1-e4df45068bb6"
}
application/xml, text/xml
Sample:
<AddToWRInputModel 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>6f68c07f-1c24-496e-90db-99583acc75db</d2p1:guid>
<d2p1:guid>b3740d74-5edf-4791-a41e-9fbb275f1e82</d2p1:guid>
</Package_IDs>
<WR_ID>4e19401f-d270-49f4-84f1-e4df45068bb6</WR_ID>
</AddToWRInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Package_IDs":["6f68c07f-1c24-496e-90db-99583acc75db","b3740d74-5edf-4791-a41e-9fbb275f1e82"],"WR_ID":"4e19401f-d270-49f4-84f1-e4df45068bb6"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.