PUT api/AutoCode/Update

Request Information

URI Parameters

None.

Body Parameters

AutoCodeUpdateDto
NameDescriptionTypeAdditional information
CodeFormat

string

Required

Max length: 13

ID

globally unique identifier

Required

CompanyID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "codeFormat": "sample string 1",
  "id": "c3fbca09-8717-40f5-af04-0ffc4f758498",
  "companyID": "1968a916-7dea-4690-8afb-7ef16fd0e7e7"
}

application/xml, text/xml

Sample:
<AutoCodeUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">
  <CompanyID>1968a916-7dea-4690-8afb-7ef16fd0e7e7</CompanyID>
  <ID>c3fbca09-8717-40f5-af04-0ffc4f758498</ID>
  <CodeFormat>sample string 1</CodeFormat>
</AutoCodeUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"codeFormat":"sample string 1","id":"c3fbca09-8717-40f5-af04-0ffc4f758498","companyID":"1968a916-7dea-4690-8afb-7ef16fd0e7e7"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.