POST api/reporte/estudiantes-becados
Request Information
URI Parameters
None.
Body Parameters
Params| Name | Description | Type | Additional information |
|---|---|---|---|
| Ejercicio | integer |
None. |
|
| Periodo | integer |
None. |
|
| UrlDocumento | string |
None. |
|
| string |
None. |
||
| UrlRecuperacion | string |
None. |
|
| Dato | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ejercicio": 1,
"Periodo": 2,
"UrlDocumento": "sample string 3",
"Email": "sample string 4",
"UrlRecuperacion": "sample string 5",
"Dato": "sample string 6"
}
application/xml, text/xml
Sample:
<Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/server.Models"> <Dato>sample string 6</Dato> <Ejercicio>1</Ejercicio> <Email>sample string 4</Email> <Periodo>2</Periodo> <UrlDocumento>sample string 3</UrlDocumento> <UrlRecuperacion>sample string 5</UrlRecuperacion> </Params>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |