PUT api/Brand/Update

Request Information

URI Parameters

None.

Body Parameters

BrandUpdateDto
NameDescriptionTypeAdditional 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": "b8232398-6581-4c46-8191-daa0694edb3e",
  "companyID": "dcce3f0f-c895-47e3-b11f-4f113ce37a59"
}

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>dcce3f0f-c895-47e3-b11f-4f113ce37a59</CompanyID>
  <ID>b8232398-6581-4c46-8191-daa0694edb3e</ID>
  <Name>sample string 1</Name>
</BrandUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"name":"sample string 1","id":"b8232398-6581-4c46-8191-daa0694edb3e","companyID":"dcce3f0f-c895-47e3-b11f-4f113ce37a59"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.