PUT api/City/Update
Request Information
URI Parameters
None.
Body Parameters
CityUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "bc77a5ef-760f-4950-ab94-10724eb6682a", "companyID": "7b8a81bc-c12c-4fcd-8686-9643bc6a4154" }
application/xml, text/xml
Sample:
<CityUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>7b8a81bc-c12c-4fcd-8686-9643bc6a4154</CompanyID> <ID>bc77a5ef-760f-4950-ab94-10724eb6682a</ID> </CityUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"bc77a5ef-760f-4950-ab94-10724eb6682a","companyID":"7b8a81bc-c12c-4fcd-8686-9643bc6a4154"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.