POST Api/Warehouse/WarehouseWithIds
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WarehouseWithIdName | Description | Type | Additional information |
---|---|---|---|
PartnerRoleId | globally unique identifier |
None. |
|
ShipToId | globally unique identifier |
None. |
|
IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PartnerRoleId": "1ccb0527-db38-46e6-99ec-86783e0fe7c5", "ShipToId": "f3c9b1f7-eb3a-4a34-bdfa-98b2da8c8666", "IsActive": true }, { "PartnerRoleId": "1ccb0527-db38-46e6-99ec-86783e0fe7c5", "ShipToId": "f3c9b1f7-eb3a-4a34-bdfa-98b2da8c8666", "IsActive": true } ]
application/xml, text/xml
Sample:
<ArrayOfWarehouseWithId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <WarehouseWithId> <IsActive>true</IsActive> <PartnerRoleId>1ccb0527-db38-46e6-99ec-86783e0fe7c5</PartnerRoleId> <ShipToId>f3c9b1f7-eb3a-4a34-bdfa-98b2da8c8666</ShipToId> </WarehouseWithId> <WarehouseWithId> <IsActive>true</IsActive> <PartnerRoleId>1ccb0527-db38-46e6-99ec-86783e0fe7c5</PartnerRoleId> <ShipToId>f3c9b1f7-eb3a-4a34-bdfa-98b2da8c8666</ShipToId> </WarehouseWithId> </ArrayOfWarehouseWithId>