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": "4437adf6-83c3-4dfd-8b44-e27686746861", "companyID": "bbcc75fd-e1ae-4197-83d5-b45dd460ae98" }
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>bbcc75fd-e1ae-4197-83d5-b45dd460ae98</CompanyID> <ID>4437adf6-83c3-4dfd-8b44-e27686746861</ID> </CountyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"4437adf6-83c3-4dfd-8b44-e27686746861","companyID":"bbcc75fd-e1ae-4197-83d5-b45dd460ae98"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.