POST api/PickupAndDelivery/Cargo/AddToPickupAndDelivery

Request Information

URI Parameters

None.

Body Parameters

AddToPickupAndDeliveryInputModel
NameDescriptionTypeAdditional information
PickupAndDelivery_ID

globally unique identifier

None.

Package_IDs

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PickupAndDelivery_ID": "acc45889-671a-4219-9aa2-5b8bd0e37d83",
  "Package_IDs": [
    "45e4f4a7-53d6-410d-8467-3fa17855796b",
    "5a5094ac-4503-4dd9-98be-6def3bed0b26"
  ]
}

application/xml, text/xml

Sample:
<AddToPickupAndDeliveryInputModel 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>45e4f4a7-53d6-410d-8467-3fa17855796b</d2p1:guid>
    <d2p1:guid>5a5094ac-4503-4dd9-98be-6def3bed0b26</d2p1:guid>
  </Package_IDs>
  <PickupAndDelivery_ID>acc45889-671a-4219-9aa2-5b8bd0e37d83</PickupAndDelivery_ID>
</AddToPickupAndDeliveryInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"PickupAndDelivery_ID":"acc45889-671a-4219-9aa2-5b8bd0e37d83","Package_IDs":["45e4f4a7-53d6-410d-8467-3fa17855796b","5a5094ac-4503-4dd9-98be-6def3bed0b26"]}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.