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:
[
  "ccb415fb-279d-45ce-8253-d036f93d7f95",
  "ef3884c3-1645-4725-a3de-da842c7a93fa"
]

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>ccb415fb-279d-45ce-8253-d036f93d7f95</guid>
  <guid>ef3884c3-1645-4725-a3de-da842c7a93fa</guid>
</ArrayOfguid>