GET api/municipality?id_state={id_state}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_state | string |
Required |
Body Parameters
None.
Response Information
Resource Description
cRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| estatus | integer |
None. |
|
| body | Object |
None. |
|
| mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"estatus": 1,
"body": {},
"mensaje": "sample string 3"
}
application/xml, text/xml
Sample:
<cRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wBestApiRest.Models"> <body /> <estatus>1</estatus> <mensaje>sample string 3</mensaje> </cRequest>