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:
[
  "42f41238-fdbd-4717-af1e-db1c775068c3",
  "6cc51779-a933-49ad-8f5a-5a6d7ad4f33e"
]

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>42f41238-fdbd-4717-af1e-db1c775068c3</guid>
  <guid>6cc51779-a933-49ad-8f5a-5a6d7ad4f33e</guid>
</ArrayOfguid>