POST api/run/update/Cat_estado
Request Information
URI Parameters
None.
Body Parameters
Cat_estado| Name | Description | Type | Additional information |
|---|---|---|---|
| cve_ent | string |
None. |
|
| nom_ent | string |
None. |
|
| estatus | integer |
None. |
|
| idOrganismoEjecutorObra | integer |
None. |
|
| idPrototipo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cve_ent": "sample string 1",
"nom_ent": "sample string 2",
"estatus": 3,
"idOrganismoEjecutorObra": 4,
"idPrototipo": 5
}
application/xml, text/xml
Sample:
<Cat_estado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.autoproduccion.Data"> <cve_ent>sample string 1</cve_ent> <estatus>3</estatus> <idOrganismoEjecutorObra>4</idOrganismoEjecutorObra> <idPrototipo>5</idPrototipo> <nom_ent>sample string 2</nom_ent> </Cat_estado>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| model | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"model": {}
}
application/xml, text/xml
Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.Util.Data"> <code>1</code> <message>sample string 2</message> <model /> </JsonResponse>