POST api/Doc/GetDocument
Request Information
URI Parameters
None.
Body Parameters
GetDocumentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Connection | string |
None. |
|
| Agrupacion | string |
None. |
|
| idAsiento | integer |
None. |
|
| TipoComprobante | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Connection": "sample string 1",
"Agrupacion": "sample string 2",
"idAsiento": 3,
"TipoComprobante": "sample string 4"
}
Response Information
Resource Description
DocResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | DocResults |
None. |
|
| ErrorMessage | string |
None. |
|
| fStream | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 0,
"ErrorMessage": "sample string 1",
"fStream": "QEA="
}