PUT api/kcfy_cities_elemental/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

kcfy_cities_elemental
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

idProvince

integer

None.

kcfy_province_elemental

kcfy_province_elemental

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "idProvince": 1,
  "kcfy_province_elemental": {
    "id": 1,
    "name": "sample string 2",
    "cod": "sample string 3",
    "idRegion": 1,
    "kcfy_canton_elemental": [
      {
        "id": 1,
        "name": "sample string 2",
        "idProvince": 1,
        "kcfy_parishes_elemental": [
          {
            "id": 1,
            "name": "sample string 2",
            "idCanton": 1
          },
          {
            "id": 1,
            "name": "sample string 2",
            "idCanton": 1
          }
        ]
      },
      {
        "id": 1,
        "name": "sample string 2",
        "idProvince": 1,
        "kcfy_parishes_elemental": [
          {
            "id": 1,
            "name": "sample string 2",
            "idCanton": 1
          },
          {
            "id": 1,
            "name": "sample string 2",
            "idCanton": 1
          }
        ]
      }
    ],
    "kcfy_cities_elemental": [],
    "kcfy_regions_elemental": {
      "id": 1,
      "name": "sample string 2",
      "kcfy_province_elemental": []
    }
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.