POST api/Supervision
Request Information
URI Parameters
None.
Body Parameters
ActividadesSupervisor| Name | Description | Type | Additional information |
|---|---|---|---|
| idSupervisor | integer |
None. |
|
| idActividad | integer |
None. |
|
| actividad | string |
None. |
|
| idFrecuencia | integer |
None. |
|
| frecuencia | string |
None. |
|
| fechaEjecucion | string |
None. |
|
| horaEjecucion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idSupervisor": 1,
"idActividad": 2,
"actividad": "sample string 3",
"idFrecuencia": 4,
"frecuencia": "sample string 5",
"fechaEjecucion": "sample string 6",
"horaEjecucion": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| codigoRespuesta | integer |
None. |
|
| mensaje | string |
None. |
|
| datos | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigoRespuesta": 1,
"mensaje": "sample string 2",
"datos": {}
}