The Spanish version is the authoritative reference. View in Spanish
Tax Authority Response for the ChangeDocumentStatus Method
The response structure is as follows:
| ChangeDocumentStatus (response) | |||
|---|---|---|---|
| Parameter | Type | Description | Allowed values |
| Success | Boolean | Indicates whether the request executed successfully. | true: The request executed successfully. false: The request executed with some inconsistency. |
| GlobalDocumentId | String | Document identification in Gosocket. | 00000000-0000-0000-0000-000000000000 |
| CountryDocumentId | String | Country-level tax identifier of the document, also known as CUFE, CLAVE, UUID, ID | See the Country Document ID Structure table |
| OtherData | String | Additional properties depending on the country. | Paraguay example: [JSON Object] |
| Messages | String | Rules validated for the document according to the commercial code or RADIAN code | |
| ResponseValue | String | Response from the authority, base64 encoded. | |
| Code | String | Response code for the process | Check the Invalidation response codes table. |
| Description | String | Description of the response of the process performed | Chile example: "SII response for document folio 17451: Action Completed OK." |
| ErrorException | String | Description of the exception when an error occurs. |