API Reference

Invoice reference object

Attributes


date

date
Date of the reference document (YYYY-MM-DD).


description

string
Any description or comment that needs to be added to the reference.


document

string
ID for the document type of the reference. One of:

IDDocument nameCountry
CL52Guía de despachoChile
CL801Orden de compraChile
CL802Nota de pedidoChile
CL803ContratoChile
CLHESHoja de entrada de servicioChile
CLSENSENChile
CLCTCotizaciónChile
CLOTOrden de trabajoChile


serial

string
The reference number. It is validated if it is numerical or alphanumeric depending on the type of document.


Object sample

{
    "date": "2019-01-25",
    "document": "CL801",
    "description": "",
    "serial": "2019012501"
}