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": "562e5e8c-3841-4c21-a08f-bf42074936ea", "companyID": "ccb1cf38-92fe-40b5-8553-16edd06b5f4e" }
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>ccb1cf38-92fe-40b5-8553-16edd06b5f4e</CompanyID> <ID>562e5e8c-3841-4c21-a08f-bf42074936ea</ID> </CityUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"562e5e8c-3841-4c21-a08f-bf42074936ea","companyID":"ccb1cf38-92fe-40b5-8553-16edd06b5f4e"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.