POST api/estado/delete
Request Information
URI Parameters
None.
Body Parameters
EstadoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Cod_Estado | string |
None. |
|
| Nom_Estado | string |
None. |
|
| Nom_EstadoCorta | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cod_Estado": "sample string 1",
"Nom_Estado": "sample string 2",
"Nom_EstadoCorta": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.