GET api/Document/EventoDocumento?documentoId={documentoId}&motivo={motivo}&accountId={accountId}&evento={evento}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentoId

string

Required

motivo

string

Required

accountId

string

Required

evento

string

Required

Body Parameters

None.

Response Information

Resource Description

JsonResponse
NameDescriptionTypeAdditional 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": "5ec7734b-3d9e-4edf-9012-3fa65abb9bf5",
  "CountryDocumentId": "sample string 3",
  "OtherData": {
    "Country": "sample string 1",
    "Certifier": "sample string 2",
    "AuthorityTimeStamp": "2025-04-19T16:21:06.7178837+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": "2025-04-19T16:21:06.7178837+00:00"
  },
  "Code": 5,
  "Description": "sample string 6",
  "ErrorException": "sample string 7",
  "Folio": 8
}