PUT api/County/Update
Request Information
URI Parameters
None.
Body Parameters
CountyUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "4eb37b8f-9d1d-41e8-b050-204dd633a7d3", "companyID": "47dcf544-3c55-4059-9add-32f5a560ed45" }
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>47dcf544-3c55-4059-9add-32f5a560ed45</CompanyID> <ID>4eb37b8f-9d1d-41e8-b050-204dd633a7d3</ID> </CountyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"4eb37b8f-9d1d-41e8-b050-204dd633a7d3","companyID":"47dcf544-3c55-4059-9add-32f5a560ed45"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.