POST api/v1/InterfaceCities

Request Information

URI Parameters

None.

Body Parameters

AddInterfaceCityRequest
NameDescriptionTypeAdditional information
InterfaceCity

InterfaceCityDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "InterfaceCity": {
    "CountryId": 1,
    "CityId": 2,
    "ParkingNameTemplateId": 3,
    "IsVisibleInAmsps": true,
    "IsVisibleInPersonalArea": true,
    "CreateTime": "2025-12-06T07:33:30.2824566+03:00",
    "UpdateTime": "2025-12-06T07:33:30.2824566+03:00"
  }
}

application/xml, text/xml

Sample:
<AddInterfaceCityRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Settings.Contracts">
  <InterfaceCity>
    <CityId>2</CityId>
    <CountryId>1</CountryId>
    <CreateTime>2025-12-06T07:33:30.2824566+03:00</CreateTime>
    <IsVisibleInAmsps>true</IsVisibleInAmsps>
    <IsVisibleInPersonalArea>true</IsVisibleInPersonalArea>
    <ParkingNameTemplateId>3</ParkingNameTemplateId>
    <UpdateTime>2025-12-06T07:33:30.2824566+03:00</UpdateTime>
  </InterfaceCity>
</AddInterfaceCityRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.