POST api/WRPackages/AddToWR

Request Information

URI Parameters

None.

Body Parameters

AddToWRInputModel
NameDescriptionTypeAdditional information
Package_IDs

Collection of globally unique identifier

None.

WR_ID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Package_IDs": [
    "213e744a-2b7d-4b1f-b7f7-df56cefe87d6",
    "521d1d2f-afcb-45e9-8eb3-09b850f5d24c"
  ],
  "WR_ID": "a6bf911a-8915-47db-896e-f7766c0f8c54"
}

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>213e744a-2b7d-4b1f-b7f7-df56cefe87d6</d2p1:guid>
    <d2p1:guid>521d1d2f-afcb-45e9-8eb3-09b850f5d24c</d2p1:guid>
  </Package_IDs>
  <WR_ID>a6bf911a-8915-47db-896e-f7766c0f8c54</WR_ID>
</AddToWRInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Package_IDs":["213e744a-2b7d-4b1f-b7f7-df56cefe87d6","521d1d2f-afcb-45e9-8eb3-09b850f5d24c"],"WR_ID":"a6bf911a-8915-47db-896e-f7766c0f8c54"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.