The Spanish version is the authoritative reference. View in Spanish
044 - Mandate Cancellation
note
This event is generated by the Consulting team
Description
Electronic Document through which the moment is recorded when a Principal revokes a Mandate or by which a Mandatary renounces a Mandate.
Event issuer
When it is due to Renunciation: Mandatary, when it is due to Revocation: Principal
Event receiver
DIAN
Effect
Allows terminating the mandate contract over one or several Sales Electronic Invoices considered Negotiable Instruments.
Depends on the following events
The termination of the mandate restricts the generation of any event by the Mandatary to the Principal.
Prevented by the following events
Restrictions
JSON request structure
✓ = required data
| Parameter | Required | Description | Value |
|---|---|---|---|
| globalDocumentId | ✓ | Gosocket id associated with the negotiable instrument electronic invoice | |
| status | ✓ | Event code | 044 |
| description | ✓ | Text describing the Endorsement | |
| operationType | ✓ | Event type | 432 |
| mandateStartDate | ✓ | Mandate Start Date | yyyy-mm-dd |
| mandateEndDate | ✓ | Mandate End Date | yyyy-mm-dd |
| principalName | ✓ | Principal Name | |
| principalID | ✓ | Principal ID | |
| principalTypeID | ✓ | Principal ID Type | |
| principalNameLR | ✓ | Principal Legal Representative First Names | |
| principalSurnameLR | ✓ | Principal Legal Representative Surnames | |
| principalIDLR | ✓ | Principal Legal Representative ID | |
| principalTypeIDLR | ✓ | Principal Legal Representative ID Type | |
| principalPositionLR | ✓ | Principal Legal Representative Position | |
| principalNationalityLR | ✓ | Principal Legal Representative Nationality | |
| principalAreaLR | ✓ | Principal Legal Representative | |
| mandatoryName | ✓ | Mandatary Name | |
| mandatoryID | ✓ | Mandatary ID | |
| mandatoryTypeID | ✓ | Mandatary ID Type | |
| mandatoryNameLR | ✓ | Mandatary Legal Representative First Names | |
| mandatorySurnameLR | ✓ | Mandatary Legal Representative Surnames | |
| mandatoryIDLR | ✓ | Mandatary Legal Representative ID | |
| mandatoryTypeIDLR | ✓ | Mandatary Legal Representative ID Type | |
| mandatoryPositionLR | ✓ | Mandatary Legal Representative Position | |
| mandatoryNationalityLR | ✓ | Mandatary Legal Representative Nationality | |
| mandatoryAreaLR | ✓ | Mandatary Legal Representative Area | |
| endorsementReferenceID | ✓ | Mandate Event ID | |
| endorsementReferenceCUDE | ✓ | Mandate Event CUDE |
JSON request example
{
"globalDocumentId": "aa5d2ad6-e5dd-ed7b-a920-2f64998e72eb",
"status": "044",
"description": "Test",
"operationType":"432",
"mandateStartDate": "2021-10-26",
"mandateEndDate":"2025-12-31",
"principalName": "Éxito Viajes y Turismo",
"principalID": "900508909",
"principalTypeID": "31",
"principalNameLR": "CAMILO ALBERTO",
"principalSurnameLR": "GALLEGO FERRER",
"principalIDLR": "98568713",
"principalTypeIDLR": "13",
"principalPositionLR": "VICEPRESIDENTE DE SERVICIOS",
"principalNationalityLR": "Colombiano",
"principalAreaLR": "Administrativo",
"mandatoryName": "Signature South Consulting",
"mandatoryID": "900508908",
"mandatoryTypeID": "31",
"mandatoryNameLR": "Nicolas",
"mandatorySurnameLR": "Jaime",
"mandatoryIDLR": "86065942",
"mandatoryTypeIDLR": "13",
"mandatoryPositionLR": "Director Comercial",
"mandatoryNationalityLR": "Colombiano",
"mandatoryAreaLR": "Administrativo",
"endorsementReferenceID":"3895691663",
"endorsementReferenceCUDE":"a20308062ad9e89d77c24b731948fb971ff22f89f488b04e9a45f249452f08bc3ea694be873e0d31f2fe29b1eaa141b0"
}