The Spanish version is the authoritative reference. View in Spanish
048 - Protest
Description
It is the electronic document through which the Legitimate Holder registers the lack of acceptance or payment of the Electronic Sales Invoice as a Negotiable Instrument, as provided for in Subsection IV of Section I of Chapter V of Title III of the Commercial Code.
One of these events may be registered for an Electronic Sales Invoice as a Negotiable Instrument.
Event issuer
Legitimate Holder
Event receiver
Acquirer/Debtor/Acceptor
Effect
Allows documenting the lack of payment or acceptance of the electronic sales invoice as a negotiable instrument
Depends on the following events
Registration in RADIAN of the sales invoice (36-RAD)
Prevented by the following events
The full payment event of the electronic sales invoice (452) restricts the generation of this event.
The Circulation Limitation of the electronic sales invoice negotiable instrument restricts the generation of this event.
The endorsement with ordinary assignment effects restricts the generation of this event.
The transfer of economic rights restricts the generation of this event.
The Termination of the mandate restricts the generation of this event by the mandatary.
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 | 048 |
| description | ✓ | Text describing the Endorsement | |
| operationType | ✓ | Protest Type 481 = Protest for lack of acceptance 482 = Protest for lack of payment | |
| holderID | ✓ | Holder NIT | |
| holderTypeID | ✓ | Holder DV | |
| holderName | ✓ | Holder Name | |
| acceptedPayment | ✓ | Accepted value | |
| pendingValue | ✓ | Pending value | |
| notaryNumber | ✓ | Notary number | |
| protestRecord | ✓ | Protest record | base64 |
| notaryName | ✓ | Notary Name | |
| notaryLastName | ✓ | Notary Last name | |
| notaryJobTitle | ✓ | Notary Title | |
| effectiveDate | ✓ | Protest record date | yyyy-mm-dd |
JSON request example
Protest for lack of acceptance
{
"globalDocumentId":"0b30e758-caab-4397-874d-052d49980461",
"status":"048",
"operationType":"481",
"holderID":"nit tenedor",
"holderTypeID":"dv tenedor",
"holderName":"nombre tenedor",
"acceptedPayment":"valor aceptado",
"pendingValue":"valor pendiente",
"notaryNumber":"numero notaria",
"protestRecord":"acta protesto en base64",
"notaryName":"nombre notario",
"notaryLastName":"apellido notario",
"notaryJobTitle":"título notario",
"effectiveDate":"fecha acta protesto 2022-01-01"
}