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": "8c7cd470-bcb1-4e68-b9ee-e60369206fe8", "companyID": "365947a2-ddc4-4ea8-a96b-357da3548ff0" }
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>365947a2-ddc4-4ea8-a96b-357da3548ff0</CompanyID> <ID>8c7cd470-bcb1-4e68-b9ee-e60369206fe8</ID> </CountyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"8c7cd470-bcb1-4e68-b9ee-e60369206fe8","companyID":"365947a2-ddc4-4ea8-a96b-357da3548ff0"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.