PUT api/Brand/Update
Request Information
URI Parameters
None.
Body Parameters
BrandUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "id": "10ef83ea-2333-4b21-b426-c8081201c525", "companyID": "7f952a33-e7b4-478f-860e-00516eed2c38" }
application/xml, text/xml
Sample:
<BrandUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>7f952a33-e7b4-478f-860e-00516eed2c38</CompanyID> <ID>10ef83ea-2333-4b21-b426-c8081201c525</ID> <Name>sample string 1</Name> </BrandUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"name":"sample string 1","id":"10ef83ea-2333-4b21-b426-c8081201c525","companyID":"7f952a33-e7b4-478f-860e-00516eed2c38"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.