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:
[
  "3063faef-d04a-45d1-ae22-3b1770433128",
  "1146db8a-092a-4828-bf1a-d8d116ee7f5d"
]

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>3063faef-d04a-45d1-ae22-3b1770433128</guid>
  <guid>1146db8a-092a-4828-bf1a-d8d116ee7f5d</guid>
</ArrayOfguid>