POST api/Reporte/v3
Request Information
URI Parameters
None.
Body Parameters
ReporteAPIV3| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonData | Collection of Object |
None. |
|
| rutaArchivoPlantilla | string |
None. |
|
| rutaArchivoPdf | string |
None. |
|
| archivoPlantillaNumeroColumnas | integer |
None. |
|
| archivoPlantillaNumeroFilas | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"jsonData": null,
"rutaArchivoPlantilla": "sample string 1",
"rutaArchivoPdf": "sample string 2",
"archivoPlantillaNumeroColumnas": 3,
"archivoPlantillaNumeroFilas": 4
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
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. |