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": "a13aa104-5caa-4ec8-973d-b638e3b2c908", "ShipToId": "32f83de3-066a-4f84-b55e-8cf31f8292ea", "IsActive": true }, { "PartnerRoleId": "a13aa104-5caa-4ec8-973d-b638e3b2c908", "ShipToId": "32f83de3-066a-4f84-b55e-8cf31f8292ea", "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>a13aa104-5caa-4ec8-973d-b638e3b2c908</PartnerRoleId> <ShipToId>32f83de3-066a-4f84-b55e-8cf31f8292ea</ShipToId> </WarehouseWithId> <WarehouseWithId> <IsActive>true</IsActive> <PartnerRoleId>a13aa104-5caa-4ec8-973d-b638e3b2c908</PartnerRoleId> <ShipToId>32f83de3-066a-4f84-b55e-8cf31f8292ea</ShipToId> </WarehouseWithId> </ArrayOfWarehouseWithId>