GET api/warehousegroups/{warehouseGroupId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
warehouseGroupId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WarehouseGroupName | Description | Type | Additional information |
---|---|---|---|
WarehouseGroupId | string |
None. |
|
WarehouseGroupDescription | string |
None. |
|
InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<WarehouseGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <WarehouseGroupId>sample string 1</WarehouseGroupId> <WarehouseGroupDescription>sample string 2</WarehouseGroupDescription> <InsUpdDate>2024-11-23T04:03:25.7896398+01:00</InsUpdDate> </WarehouseGroup>