POST Api/Warehouse/InactiveShipToIds

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "79799f5f-2a50-44fc-b67e-c22effd6d4bd",
  "8e7d69df-d375-4caf-aef9-74d77fd942f7"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>79799f5f-2a50-44fc-b67e-c22effd6d4bd</guid>
  <guid>8e7d69df-d375-4caf-aef9-74d77fd942f7</guid>
</ArrayOfguid>