The Spanish version is the authoritative reference. View in Spanish
034 Tacit Acceptance transmitted by Mandatary
JSON request structure
✓ = required data
| Parameter | Required | Description | Data type | Size | Value |
|---|---|---|---|---|---|
| status | ✓ | Event code | N | 3 | 034 |
| description | ✓ | Text describing the acknowledgment | A | 15-100 | Tacit Acceptance |
| SupplierID | ✓ | NIT/ID of the Issuer of the electronic invoice to be Tacitly accepted | N | 3-13 | |
| SupplierTypeID | ✓ | Identification type of the Issuer of the electronic invoice to be Tacitly accepted | N | 2 | |
| SupplierName | ✓ | Name of the Issuer of the electronic invoice to be Tacitly accepted | A | 1-450 | |
| InvoiceID | ✓ | ID of the electronic invoice to be Tacitly accepted | A | 12 | |
| docType | ✓ | Type of the electronic invoice to be Tacitly accepted | N | 2 | 01 |
| CUFEInvoice | ✓ | CUFE of the electronic invoice to be Tacitly accepted | A | 96 | |
| CustomerID | ✓ | NIT of the Receiver of the electronic invoice to be Tacitly accepted | A | 3-13 | |
| CustomerTypeID | ✓ | Identification type of the Receiver of the electronic invoice to be Tacitly accepted | N | 2 | |
| CustomerName | ✓ | Name of the Receiver of the electronic invoice to be Tacitly accepted | A | 1-450 | |
| SendEvent | ✓ | Code to identify who sends the event on behalf of the issuer. 1: Mandatary 2: Mandate | N | 1 | 1: Mandatary 2: Mandate |
| SendEventID | ✓ | NIT/citizenship ID of the Mandatary/Mandate of the electronic invoice to be Tacitly accepted | A | 3-13 | |
| SendEventTypeID | ✓ | Identification type of the Mandatary/Mandate of the electronic invoice to be Tacitly accepted | N | 2 | |
| SendEventName | ✓ | Name of the Mandatary/Mandate of the electronic invoice to be Tacitly accepted | A | 1-450 |
JSON request example
In the following example we show how to make a JSON request where a 034 event is sent by the Mandatary.
{
"status":"034",
"description": "Aceptacion Tacita",
"SupplierID":"900000000",
"SupplierTypeID":"31",
"SupplierName":"Nombre emisor factura",
"InvoiceID":"SETP990000001",
"docType":"01",
"CUFEInvoice":"2614cde8d193115fb501e597e43f6ec5a53459361b28320cba4532aa29e238eb2a356c17f6abb019a2f367d441b14402",
"CustomerID":"800000000",
"CustomerTypeID": "31",
"CustomerName":"Nombre receptor factura",
"SendEvent":"1",
"SendEventID":"980000000",
"SendEventTypeID":"31",
"SendEventName":"Nombre Mandatario"
}