The Spanish version is the authoritative reference. View in Spanish
037 - Endorsement in Ownership
Description
Electronic document that allows documenting that the Issuer/Legitimate Holder has the intent to negotiate a given Sales Electronic Invoice that meets the tax and commercial requirements as a negotiable instrument in RADIAN. The endorser transfers all rights of the instrument without limitation. The endorsee becomes the owner of the document as the real property it is.
It is perfected upon delivery of the instrument.
Event issuer
Endorser (Issuer/Electronic Invoicer or Legitimate Holder)
Event receiver
Endorsee
Effect
Allows the transfer of the Sales Electronic Invoice considered a Negotiable Instrument to a subsequent legitimate holder.
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 procuration (39-EPN)
Endorsement in guarantee (38-EG)
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 | 037 |
| description | ✓ | Text describing the Endorsement | |
| operationType | ✓ | Endorsement Code 371 = Endorsement with endorser liability 372 = Endorsement without endorser liability | |
| 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
Endorsement with liability
{
"globalDocumentId":"f307d5e8-4052-df42-358e-96917e257660",
"status":"037",
"description":"TestRespo",
"operationType":"371",
"endorsementTypeID":"1",
"endorseeTypeID":"Tipo endosatario",
"endorseeName":"Nombre endosatario",
"endorseeID":"NIT endosatario",
"endorsementDiscountRate":"tasa descuento",
"halfPayment":"medio de pago",
"endorsementPricePay":"14500"
}