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:
[
  "9c175a0d-5fd2-4968-a40a-9725da53f512",
  "31972a8c-b304-49e7-8289-65cd951fc19f"
]

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>9c175a0d-5fd2-4968-a40a-9725da53f512</guid>
  <guid>31972a8c-b304-49e7-8289-65cd951fc19f</guid>
</ArrayOfguid>