The Spanish version is the authoritative reference. View in Spanish
Response ChangeDocumentStatus
Response fields
AtributoTipoDescripción
Successbooleantrue if the event was processed correctly
GlobalDocumentIdstringGosocket ID of the document
CountryDocumentIdstringCUFE of the ApplicationResponse
OtherDataobjectAdditional processing data
MessagesarrayProcessing messages
ResponseValuestringResponse in base64
CodeintegerResponse code
DescriptionstringDescription of the result
ErrorExceptionstringError detail, if applicable
Successful response example

Response with error example
{
"Success": false,
"GlobalDocumentId": "00000000-0000-0000-0000-000000000000",
"CountryDocumentId": null,
"OtherData": {
"additionalProp1": "string",
"additionalProp2": "string"
},
"Messages": [],
"ResponseValue": null,
"Code": 500,
"Description": "Evento no puede ser registrado ya que no se puede acusar recibo de mercadería de DTE previamente reclamado.",
"ErrorException": null
}