POST publicaciones/updPeriodosPublicacion
Request Information
URI Parameters
None.
Body Parameters
PeriodosPublicacionRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| PeriodoID | integer |
None. |
|
| NombrePeriodo | string |
None. |
|
| Dias | integer |
None. |
|
| PorcentajeValorPeriodo | integer |
None. |
|
| PorcentajeValorAlcance | integer |
None. |
|
| TipoPublicacionID | integer |
None. |
|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PeriodoID": 1,
"NombrePeriodo": "sample string 2",
"Dias": 1,
"PorcentajeValorPeriodo": 3,
"PorcentajeValorAlcance": 4,
"TipoPublicacionID": 5,
"OperacionExitosa": true,
"Mensaje": "sample string 7"
}
text/html
Sample:
{
"$id": "1",
"PeriodoID": 1,
"NombrePeriodo": "sample string 2",
"Dias": 1,
"PorcentajeValorPeriodo": 3,
"PorcentajeValorAlcance": 4,
"TipoPublicacionID": 5,
"OperacionExitosa": true,
"Mensaje": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PeriodosPublicacionRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| PeriodoID | integer |
None. |
|
| NombrePeriodo | string |
None. |
|
| Dias | integer |
None. |
|
| PorcentajeValorPeriodo | integer |
None. |
|
| PorcentajeValorAlcance | integer |
None. |
|
| TipoPublicacionID | integer |
None. |
|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PeriodoID": 1,
"NombrePeriodo": "sample string 2",
"Dias": 1,
"PorcentajeValorPeriodo": 3,
"PorcentajeValorAlcance": 4,
"TipoPublicacionID": 5,
"OperacionExitosa": true,
"Mensaje": "sample string 7"
}
text/html
Sample:
{
"$id": "1",
"PeriodoID": 1,
"NombrePeriodo": "sample string 2",
"Dias": 1,
"PorcentajeValorPeriodo": 3,
"PorcentajeValorAlcance": 4,
"TipoPublicacionID": 5,
"OperacionExitosa": true,
"Mensaje": "sample string 7"
}