Name |
Type |
Description |
|
api_key |
string |
Your API-key |
|
city_id |
number(optional) |
city_id |
|
is_active |
number(optional) |
0 for in active |
|
Request
Body Params application/json
{
"api_key" : {{apikey}},
"city_id" : 24,
"is_active" : 0
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/city/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"city_id" : 24,
"is_active" : 0
}'
Responses
application/json Modified at 2024-04-17 07:11:33