The Spanish version is the authoritative reference. View in Spanish
Response SendEventToAuthority
Response fields
AtributoTipoDescripción
Successbooleantrue if the event was authorized by the DIAN
GlobalDocumentIdstringGosocket ID of the document
CountryDocumentIdstringCUFE of the ApplicationResponse
OtherDataobjectIncludes Country, Certifier, AuthorityTimeStamp, xmlEnviadoBase64
MessagesarrayDIAN messages about the processing
ResponseValuestringApplicationResponse in base64
CodestringResponse code (00 = authorized, 99 = rejected)
DescriptionstringDescription of the result
ErrorExceptionstringError detail, if applicable
Example: Accepted
{
"Success": true,
"GlobalDocumentId": "00000000-0000-0000-0000-000000000000",
"CountryDocumentId": "75d07e274040f25ffe50188bc59c1d9812edd574d2f91299414b5605871a8325b8a6baf5654ba81248d3541adb925471",
"OtherData": {
"Country": "co",
"Certifier": "DIAN",
"AuthorityTimeStamp": "13/12/2022 14:47:05",
"xmlEnviadoBase64": "XML de evento RADIAN en base64"
},
"Messages": [
"Regla: 0, Notificación: La Application response 2231747103, ha sido autorizada."
],
"ResponseValue": "base64",
"Code": "00",
"Description": "La Application response 2231747103, ha sido autorizada.",
"ErrorException": null
}