The Spanish version is the authoritative reference. View in Spanish
038 - Endorsement in Guarantee
Description
Electronic document through which the Issuer or Invoicer or Legitimate Holder (Endorser) delivers a Sales Electronic Invoice considered a Negotiable Instrument to a third party (Endorsee) as a guarantee of an obligation or credit.
The endorser constitutes a real pledge guarantee over the negotiable instrument, in order to back a different obligation
Event issuer
Endorser (Issuer/Electronic Invoicer or Legitimate Holder)
Event receiver
Endorsee
Effect
Allows giving as a guarantee the Sales Electronic Invoice considered a Negotiable Instrument to a subsequent legitimate holder as backing for an obligation or credit
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 cancellation (40-CE)
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 | 038 |
| 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
{
"globalDocumentId":"f307d5e8-4052-df42-358e-96917e257660",
"status":"038",
"description":"Garantia",
"operationType":"038",
"endorsementTypeID":"1",
"endorseeTypeID":"Tipo endosatario",
"endorseeName":"Nombre endosatario",
"endorseeID":"NIT endosatario",
"endorsementDiscountRate":"tasa descuento",
"halfPayment":"medio de pago",
"endorsementPricePay":"14500"
}