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:
[
  "6240391a-1e14-46e4-9355-dd3a9e40bc25",
  "91591b18-e6f4-48e5-ae1e-ad9b573e6871"
]

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>6240391a-1e14-46e4-9355-dd3a9e40bc25</guid>
  <guid>91591b18-e6f4-48e5-ae1e-ad9b573e6871</guid>
</ArrayOfguid>