The Spanish version is the authoritative reference. View in Spanish
050 Notification of the transfer of economic rights
JSON request structure
✓ = required data
| Parameter | Required | Description | Data type | Size | Value |
|---|---|---|---|---|---|
| status | ✓ | Event code | N | 3 | 050 |
| description | ✓ | Text describing the event | A | 1-500 | |
| IDEmisor | ✓ | NIT of the Issuer of the Report for payment | N | 3-13 | |
| IDEmisorTipo | ✓ | Identification type of the Issuer of the Report for payment | N | 2 | |
| NombreEmisor | ✓ | Name of the Issuer of the Report for payment | A | 5-450 | |
| ValorActual | ✓ | Current value of the negotiable instrument | N | 1-20 | |
| InvoiceID | ✓ | ID of the electronic invoice negotiable instrument | A | 50 | |
| docType | ✓ | Type of the electronic invoice negotiable instrument | N | 2 | 01 |
| CUFEInvoice | ✓ | CUFE of the electronic invoice negotiable instrument | A | 96 | |
| IDReceptor | ✓ | NIT of the Receiver of the electronic invoice negotiable instrument | N | 3-13 | |
| IDReceptorTipo | ✓ | Identification type of the Receiver of the electronic invoice negotiable instrument | N | 2 | |
| NombreReceptor | ✓ | Name of the Receiver of the electronic invoice negotiable instrument | A | 5-450 | |
| IssueDate | ✓ | Issue date of the electronic invoice negotiable instrument | F | 10 | |
| EndDateInvoice | ✓ | Due date of the electronic invoice negotiable instrument | F | 10 |
JSON request example
In the following example we show how to make a JSON request sending a 050 event.
{
"status":"050",
"description":"Notificación al deudor sobre la transferencia de los derechos económicos",
"IDEmisor":"900508908",
"IDEmisorTipo":"31",
"NombreEmisor":"Signature South Consulting",
"ValorActual":"432000",
"InvoiceID":"SETP994002551",
"docType":"01",
"CUFEInvoice":"3f0f41655f674f08a59ae541add81e043c77d4331a469fc82bfa1f7f7c5c57d22dd417d6b2258240bd3119d485120b07",
"IDReceptor":"890900608",
"IDReceptorTipo":"31",
"NombreReceptor":"ALMACENES EXITO S A",
"IssueDate":"2022-12-05",
"EndDateInvoice":"2022-12-30"
}