The Spanish version is the authoritative reference. View in Spanish
040 - Endorsement Cancellation
Description
Electronic document that evidences the declaration of the cancellation of an electronic endorsement over a Sales Electronic Invoice as a Negotiable Instrument.
Event issuer
Endorser (Issuer/Electronic Invoicer or Legitimate Holder)
Event receiver
Endorsee
Effect
Allows canceling endorsements in guarantee or procuration
Depends on the following events
Registration in RADIAN of the sales invoice (36-RAD)
Endorsement in guarantee (38-EG)
Endorsement in procuration (39-EPN)
Prevented by the following events
Restrictions
Only applies to endorsements in guarantee and in procuration.
- The Cancellation of the endorsement in guarantee can be generated when the guaranteed obligation has been paid.
- The Cancellation of the endorsement in procuration can be generated when presentation for the acceptance, collection or judicial execution of a Sales Electronic Invoice is not necessary.
JSON request structure
✓ = required data
| Parameter | Required | Description | Value |
|---|---|---|---|
| globalDocumentId | ✓ | Gosocket id associated with the negotiable instrument electronic invoice | |
| status | ✓ | Event code | 040 |
| description | ✓ | Text describing the Endorsement | |
| operationType | ✓ | Endorsement Cancellation Type 401 = Cancellation of Endorsement in Guarantee 402 = Cancellation of Endorsement in Procuration | |
| endorsementTypeID | ✓ | Endorsement Code | 1 |
| holderID | Holder NIT | ||
| holderTypeID | Holder NIT Type | ||
| holderName | Holder Name | ||
| endorseeTypeID | ✓ | Endorsee Type | e.g. 31 |
| endorseeName | ✓ | Endorsee name | |
| endorseeID | ✓ | Endorsee NIT | |
| endorsementReferenceID | ✓ | Reference Endorsement ID | |
| endorsementReferenceCUDE | ✓ | Reference Endorsement CUDE |
JSON request example
{
"globalDocumentId": "aa5d2ad6-e5dd-ed7b-a920-2f64998e72eb",
"status": "040",
"description": "Test",
"operationType":"401 / 402",
"endorsementTypeID": "1",
"holderID":"NIT Tenedor",
"holderTypeID":"DV Tenedor",
"holderName":"Nombre tenedor",
"endorseeTypeID":"DV endosatario",
"endorseeName":"Nombre endosatario",
"endorseeID":"NIT endosatario",
"endorsementReferenceID":"ID Endoso de referencia",
"endorsementReferenceCUDE":"CUDE Endoso de referencia"
}