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

Request Formats

application/json, text/json

Sample:
{
  "codeFormat": "sample string 1",
  "id": "deba11d7-382c-4805-b9ba-b0889b39beaa"
}

application/xml, text/xml

Sample:
<AutoCodeUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs">
  <ID>deba11d7-382c-4805-b9ba-b0889b39beaa</ID>
  <CodeFormat>sample string 1</CodeFormat>
</AutoCodeUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"CodeFormat":"sample string 1","ID":"deba11d7-382c-4805-b9ba-b0889b39beaa"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.