GET publicaciones/delPeriodosPublicacion?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
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"
}