DELETE api/kcfy_cities_elemental/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
kcfy_cities_elemental| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| idProvince | integer |
None. |
|
| kcfy_province_elemental | kcfy_province_elemental |
None. |
Response 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.