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": "8b3c68e6-e0e5-4efc-90d4-20fd573ebbad",
  "companyID": "60feb45b-df9c-454a-b1b0-bd7e21916613"
}

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>60feb45b-df9c-454a-b1b0-bd7e21916613</CompanyID>
  <ID>8b3c68e6-e0e5-4efc-90d4-20fd573ebbad</ID>
</CountyUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"id":"8b3c68e6-e0e5-4efc-90d4-20fd573ebbad","companyID":"60feb45b-df9c-454a-b1b0-bd7e21916613"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.