POST api/Documento/getDocumentos
Request Information
URI Parameters
None.
Body Parameters
ConsultaPostData| Name | Description | Type | Additional information |
|---|---|---|---|
| TamanoPagina | integer |
None. |
|
| Pagina | integer |
None. |
|
| IdCatalogo | integer |
None. |
|
| NombreCatalogo | string |
None. |
|
| CamposAConsultar | Collection of CampoProp |
None. |
|
| CamposADevolver | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TamanoPagina": 1,
"Pagina": 2,
"IdCatalogo": 3,
"NombreCatalogo": "sample string 4",
"CamposAConsultar": [
{
"IdCampo": 1,
"Alias": "sample string 2",
"Valor": "sample string 3"
},
{
"IdCampo": 1,
"Alias": "sample string 2",
"Valor": "sample string 3"
}
],
"CamposADevolver": [
"sample string 1",
"sample string 2"
]
}
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. |