PUT api/Stock/Warehouse?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | string |
None. |
Body Parameters
WarehouseName | Description | Type | Additional information |
---|---|---|---|
warehouseNo | integer |
None. |
|
name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "warehouseNo": 1, "name": "sample string 2" }
application/xml, text/xml
Sample:
<Warehouse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <warehouseNo>1</warehouseNo> <name>sample string 2</name> </Warehouse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WarehouseName | Description | Type | Additional information |
---|---|---|---|
warehouseNo | integer |
None. |
|
name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "warehouseNo": 1, "name": "sample string 2" }
application/xml, text/xml
Sample:
<Warehouse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <warehouseNo>1</warehouseNo> <name>sample string 2</name> </Warehouse>