POST api/Warehouse/Update
Request Information
URI Parameters
None.
Body Parameters
WarehouseUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Name | string |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "name": "sample string 2", "id": "e62b1d84-99fb-4f2f-acea-a30c2c2b6bc1", "companyID": "8c43b34f-2c01-4545-877f-33a21ec0bd99" }
application/xml, text/xml
Sample:
<WarehouseUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>8c43b34f-2c01-4545-877f-33a21ec0bd99</CompanyID> <ID>e62b1d84-99fb-4f2f-acea-a30c2c2b6bc1</ID> <Code>sample string 1</Code> <Name>sample string 2</Name> </WarehouseUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"code":"sample string 1","name":"sample string 2","id":"e62b1d84-99fb-4f2f-acea-a30c2c2b6bc1","companyID":"8c43b34f-2c01-4545-877f-33a21ec0bd99"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.