044 - Cancelación Mandato
nota
Este evento es generado por el equipo de Consultoría
Descripción
Documento Electrónico mediante el cual queda constancia del momento en el que un Mandante revoca un Mandato o por el cual un Mandatario renuncia a un Mandato.
Emisor del evento
Cuando es por Renuncia: Mandatario, cuando es por Revocatoria: Mandante
Receptor del evento
DIAN
Efecto
Permite terminar el contrato de mandato sobre una o varias Facturas Electrónicas de Venta consideradas Título Valor.
Depende de los siguientes eventos
La terminación del mandato restringe la generación de cualquier evento por parte del Mandatario al Mandante.
Lo impide los siguientes eventos
Restricciones
Estructura petición JSON
✓ = dato obligatorio
| Parámetro | Obligatorio | Descripción | Valor |
|---|---|---|---|
| globalDocumentId | ✓ | id de Gosocket asociado a la factura electrónica título valor | |
| status | ✓ | Código del evento | 044 |
| description | ✓ | Texto que describe el Endoso | |
| operationType | ✓ | Tipo evento | 432 |
| mandateStartDate | ✓ | Fecha Inicio Mandato | aaaa-mm-dd |
| mandateEndDate | ✓ | Fecha Fin Mandato | aaaa-mm-dd |
| principalName | ✓ | Nombre Mandante | |
| principalID | ✓ | ID Mandante | |
| principalTypeID | ✓ | Tipo ID Mandante | |
| principalNameLR | ✓ | Nombres Representante Legal Mandante | |
| principalSurnameLR | ✓ | Apellidos Representante Legal Mandante | |
| principalIDLR | ✓ | ID Representante Legal Mandante | |
| principalTypeIDLR | ✓ | Tipo ID Representante Legal Mandante | |
| principalPositionLR | ✓ | Cargo Representante Legal Mandante | |
| principalNationalityLR | ✓ | Nacionalidad Representante Legal Mandante | |
| principalAreaLR | ✓ | Representante Legal Mandante | |
| mandatoryName | ✓ | Nombre Mandatario | |
| mandatoryID | ✓ | ID Mandatario | |
| mandatoryTypeID | ✓ | Tipo ID Mandatario | |
| mandatoryNameLR | ✓ | Nombres Representante Legal Mandatario | |
| mandatorySurnameLR | ✓ | Apellidos Representante Legal Mandatario | |
| mandatoryIDLR | ✓ | ID Representante Legal Mandatario | |
| mandatoryTypeIDLR | ✓ | Tipo ID Representante Legal Mandatario | |
| mandatoryPositionLR | ✓ | Cargo Representante Legal Mandatario | |
| mandatoryNationalityLR | ✓ | Nacionalidad Representante Legal Mandatario | |
| mandatoryAreaLR | ✓ | Área Representante Legal Mandatario | |
| endorsementReferenceID | ✓ | ID Evento Mandato | |
| endorsementReferenceCUDE | ✓ | CUDE Evento Mandato |
Ejemplo de petición JSON
{
"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"
}