PUT api/County/Update

Request Information

URI Parameters

None.

Body Parameters

CountyUpdateDto
NameDescriptionTypeAdditional information
ID

globally unique identifier

Required

CompanyID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "4ad4d155-2d6c-4f16-b1f9-f02742c044b3",
  "companyID": "dc732585-4d76-4e3e-b9ef-a87372159d0c"
}

application/xml, text/xml

Sample:
<CountyUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">
  <CompanyID>dc732585-4d76-4e3e-b9ef-a87372159d0c</CompanyID>
  <ID>4ad4d155-2d6c-4f16-b1f9-f02742c044b3</ID>
</CountyUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"id":"4ad4d155-2d6c-4f16-b1f9-f02742c044b3","companyID":"dc732585-4d76-4e3e-b9ef-a87372159d0c"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.