Saltar al contenido principal

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ámetroObligatorioDescripciónValor
globalDocumentIdid de Gosocket asociado a la factura electrónica título valor
statusCódigo del evento044
descriptionTexto que describe el Endoso
operationTypeTipo evento432
mandateStartDateFecha Inicio Mandatoaaaa-mm-dd
mandateEndDateFecha Fin Mandatoaaaa-mm-dd
principalNameNombre Mandante
principalIDID Mandante
principalTypeIDTipo ID Mandante
principalNameLRNombres Representante Legal Mandante
principalSurnameLRApellidos Representante Legal Mandante
principalIDLRID Representante Legal Mandante
principalTypeIDLRTipo ID Representante Legal Mandante
principalPositionLRCargo Representante Legal Mandante
principalNationalityLRNacionalidad Representante Legal Mandante
principalAreaLRRepresentante Legal Mandante
mandatoryNameNombre Mandatario
mandatoryIDID Mandatario
mandatoryTypeIDTipo ID Mandatario
mandatoryNameLRNombres Representante Legal Mandatario
mandatorySurnameLRApellidos Representante Legal Mandatario
mandatoryIDLRID Representante Legal Mandatario
mandatoryTypeIDLRTipo ID Representante Legal Mandatario
mandatoryPositionLRCargo Representante Legal Mandatario
mandatoryNationalityLRNacionalidad Representante Legal Mandatario
mandatoryAreaLRÁrea Representante Legal Mandatario
endorsementReferenceIDID Evento Mandato
endorsementReferenceCUDECUDE 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"
}