POST externo/api/ReportexProyecto/actualizar-ReportexProyecto
Request Information
URI Parameters
None.
Body Parameters
ReportexProyecto| Name | Description | Type | Additional information |
|---|---|---|---|
| idReportexProyecto | integer |
None. |
|
| idProyecto | integer |
None. |
|
| idVerificador | integer |
None. |
|
| fechaRegistro | date |
None. |
|
| fechaActualizacion | date |
None. |
|
| activo | boolean |
None. |
|
| numeroReporte | byte |
None. |
|
| idEstatusReporteP | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"idReportexProyecto": 1,
"idProyecto": 1,
"idVerificador": 1,
"fechaRegistro": "2026-02-19T03:44:12.6219319+00:00",
"fechaActualizacion": "2026-02-19T03:44:12.6219319+00:00",
"activo": true,
"numeroReporte": 64,
"idEstatusReporteP": 64
}
application/xml, text/xml
Sample:
<ReportexProyecto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.AutoProduccion.Api"> <activo>true</activo> <fechaActualizacion>2026-02-19T03:44:12.6219319+00:00</fechaActualizacion> <fechaRegistro>2026-02-19T03:44:12.6219319+00:00</fechaRegistro> <idEstatusReporteP>64</idEstatusReporteP> <idProyecto>1</idProyecto> <idReportexProyecto>1</idReportexProyecto> <idVerificador>1</idVerificador> <numeroReporte>64</numeroReporte> </ReportexProyecto>
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>