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:
[
  "7942c2b8-0bf1-4382-85d6-cc2c0b97668b",
  "494102a6-647e-4d2f-9fce-8cc1bccb9e5a"
]

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>7942c2b8-0bf1-4382-85d6-cc2c0b97668b</guid>
  <guid>494102a6-647e-4d2f-9fce-8cc1bccb9e5a</guid>
</ArrayOfguid>