GET api/Document/EventoDocumento?documentoId={documentoId}&motivo={motivo}&accountId={accountId}&evento={evento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentoId | string |
Required |
|
| motivo | string |
Required |
|
| accountId | string |
Required |
|
| evento | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| GlobalDocumentId | globally unique identifier |
None. |
|
| CountryDocumentId | string |
None. |
|
| OtherData | JsonAuth |
None. |
|
| Messages | Collection of string |
None. |
|
| ResponseValue | string |
None. |
|
| Extra | InfoExtra |
None. |
|
| Code | integer |
None. |
|
| Description | string |
None. |
|
| ErrorException | string |
None. |
|
| Folio | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"GlobalDocumentId": "f8ed4ac0-37e0-4f75-8e84-8cba0e1b10d3",
"CountryDocumentId": "sample string 3",
"OtherData": {
"Country": "sample string 1",
"Certifier": "sample string 2",
"AuthorityTimeStamp": "2026-06-15T14:50:03.0174407+00:00",
"BarCodeText": "sample string 4",
"DgestValue": "sample string 5"
},
"Messages": [
"sample string 1",
"sample string 2"
],
"ResponseValue": "sample string 4",
"Extra": {
"QR": "sample string 1",
"NumeroCAE": "sample string 2",
"DesdeNum": 3,
"HastaNum": 4,
"VencimientoCAE": "2026-06-15T14:50:03.0330676+00:00"
},
"Code": 5,
"Description": "sample string 6",
"ErrorException": "sample string 7",
"Folio": 8
}