The Spanish version is the authoritative reference. View in Spanish
043 - Mandate
This event is generated by the Consulting team
Description
Electronic document that certifies the granting of Mandate Contracts to Registry Subjects, in order to interact in the name and on behalf of the Issuers or Invoicers and/or Legitimate Holders and/or Acquirers/Debtors and/or Guarantors, for sending events to RADIAN.
The grantor of the Mandate shall be called the Principal (Mandante) and the one who receives the Mandate shall be called the Mandatary.
The mandate generation process is carried out by the principal by means of a mandate proposal, which must be accepted by the mandatary and subsequently registered in RADIAN by a RADIAN subject.
Event issuer
Principal (Issuers or Invoicers and/or Legitimate Holders and/or Acquirers/Debtors and/or Guarantors).
Event receiver
DIAN
Effect
Allows the generation and sending of the events of the Sales Electronic Invoices considered Negotiable Instruments in RADIAN by the mandatary.
Depends on the following events
The Mandataries/Representatives of the Issuer/Invoicer must be previously registered with DIAN.
Prevented by the following events
Mandate termination (44-TM)
Restrictions
JSON request structure
✓ = required data
| Parameter | Required | Description | Value |
|---|---|---|---|
| globalDocumentId | ✓ | Gosocket id associated with the negotiable instrument electronic invoice | |
| status | ✓ | Event code | 043 |
| description | ✓ | Text describing the Mandate | |
| operationType | ✓ | Event type: 431: Mandate By General document for Limited Time 432: Mandate By General document for Unlimited Time 433: Mandate By limited document for limited time 434: Mandate By limited document for unlimited time | 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 |
JSON request example
{
"globalDocumentId": "aa5d2ad6-e5dd-ed7b-a920-2f64998e72eb",
"status": "043",
"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"
}