The Spanish version is the authoritative reference. View in Spanish
039 - Endorsement in Procuration
Description
Electronic document used to seek acceptance of the instrument and/or its payment. It is a limited endorsement; it only confers certain powers on the Endorsee, which are exercised in the name and on behalf of the Endorser. It requires the signature and the clause indicating "endorsement in procuration", "endorsement for collection" or any other similar clause.
Event issuer
Endorser (Issuer/Electronic Invoicer or Legitimate Holder)
Event receiver
Endorsee
Effect
Allows the transfer of the powers for collection over 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 cancellation (40-CE)
Endorsement in ownership (37-EPD)
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 | 039 |
| 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": "aa5d2ad6-e5dd-ed7b-a920-2f64998e72eb",
"status": "039",
"description": "Test",
"operationType":"039",
"endorsementTypeID": "1",
"endorseeTypeID":"Tipo endosatario",
"endorseeName":"Nombre endosatario",
"endorseeID":"NIT endosatario",
"endorsementDiscountRate":"tasa descuento",
"halfPayment":"medio de pago",
"endorsementPricePay":"14500"
}