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": "ef144272-71cf-4f09-b503-8c5d15a699ce",
  "companyID": "56e0347a-b71d-4d35-b2e1-03e2608f940e"
}

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>56e0347a-b71d-4d35-b2e1-03e2608f940e</CompanyID>
  <ID>ef144272-71cf-4f09-b503-8c5d15a699ce</ID>
</CountyUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"id":"ef144272-71cf-4f09-b503-8c5d15a699ce","companyID":"56e0347a-b71d-4d35-b2e1-03e2608f940e"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.