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": "39ff13aa-985b-4944-9e65-6bd160b8a169",
  "companyID": "b354a652-36b6-4b5c-be6c-654d9b270b72"
}

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>b354a652-36b6-4b5c-be6c-654d9b270b72</CompanyID>
  <ID>39ff13aa-985b-4944-9e65-6bd160b8a169</ID>
  <CodeFormat>sample string 1</CodeFormat>
</AutoCodeUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"codeFormat":"sample string 1","id":"39ff13aa-985b-4944-9e65-6bd160b8a169","companyID":"b354a652-36b6-4b5c-be6c-654d9b270b72"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.