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:
| ID | Document name | Country | 
|---|---|---|
| CL52 | Guía de despacho | Chile | 
| CL801 | Orden de compra | Chile | 
| CL802 | Nota de pedido | Chile | 
| CL803 | Contrato | Chile | 
| CLHES | Hoja de entrada de servicio | Chile | 
| CLSEN | SEN | Chile | 
| CLCT | Cotización | Chile | 
| CLOT | Orden de trabajo | Chile | 
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"
}