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:
[
  "a4e1f3df-8c19-4885-b5dd-1844982276dd",
  "0576f938-8ed2-4be9-b782-9472abd86106"
]

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>a4e1f3df-8c19-4885-b5dd-1844982276dd</guid>
  <guid>0576f938-8ed2-4be9-b782-9472abd86106</guid>
</ArrayOfguid>