PUT 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": "777a576d-88fb-43a3-aea0-665b03660f04", "companyID": "4523af6b-ad15-4b8a-b411-990d3b3f768a" }
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>4523af6b-ad15-4b8a-b411-990d3b3f768a</CompanyID> <ID>777a576d-88fb-43a3-aea0-665b03660f04</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":"777a576d-88fb-43a3-aea0-665b03660f04","companyID":"4523af6b-ad15-4b8a-b411-990d3b3f768a"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.