The Spanish version is the authoritative reference. View in Spanish
047 - Endorsement with effects of Ordinary Assignment
Description
Event through which the circulation of a sales electronic invoice as a negotiable instrument whose payment term has expired is registered in RADIAN
Event issuer
Endorser (Issuer/Electronic Invoicer or Legitimate Holder)
Event receiver
Endorsee
Effect
In accordance with the provisions of article 660 of the Commercial Code and paragraph 2 of article 2.2.2.53.7. of Decree 1074 of 2015, Sole Regulatory Decree of the Sector of
Commerce, Industry and Tourism, when this event is registered, the effects of an ordinary assignment shall be produced
Depends on the following events
Registration in RADIAN of the sales invoice (36-RAD)
Prevented by the following events
Circulation limitation (41-LCFEVT)
Mandate termination (44-TM)
Endorsement in ownership (37-EPD)
Endorsement in procuration (39-EPN)
Endorsement in guarantee (38-EG)
Protest
Transfer of economic rights (49-TD)
Payment (45-PFEVTV)
Restrictions
Only the legitimate holder can register it
JSON request structure
✓ = required data
| Parameter | Required | Description | Value |
|---|---|---|---|
| globalDocumentId | ✓ | Gosocket id associated with the negotiable instrument electronic invoice | |
| status | ✓ | Event code | 047 |
| description | ✓ | Text describing the Endorsement | |
| operationType | ✓ | Event Type | 047 |
| endorsementTypeID | ✓ | Endorsement Code | 1 |
| endorseeTypeID | ✓ | Endorsee Type | e.g. 31 |
| endorseeName | ✓ | Endorsee name | |
| endorseeID | ✓ | Endorsee NIT | |
| endorsementDiscountRate | ✓ | discount rate | |
| halfPayment | ✓ | payment method | |
| endorsementPricePay | ✓ | Price paid |
JSON request example
{
"globalDocumentId":"5b540d2b-92bb-c6a9-ccb0-90fdc1d7ea1a",
"status":"047",
"description":"Cesión ordinaria",
"operationType":"047",
"endorsementTypeID":"1",
"endorseeTypeID":"dv endosatario",
"endorseeName":"nombre endosatario",
"endorseeID":"nit endosatario",
"endorsementDiscountRate":"tasa descuento",
"halfPayment":"medio pago",
"endorsementPricePay":"14500"
}