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": "df4ec599-8e7e-44e2-8645-b4e54c74f0e1", "companyID": "bfd7ca6e-e71a-44c6-a899-935aff2c00d2" }
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>bfd7ca6e-e71a-44c6-a899-935aff2c00d2</CompanyID> <ID>df4ec599-8e7e-44e2-8645-b4e54c74f0e1</ID> </CityUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"df4ec599-8e7e-44e2-8645-b4e54c74f0e1","companyID":"bfd7ca6e-e71a-44c6-a899-935aff2c00d2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.