Subscription reference object

Attributes


date

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


date_end

date
Date until which the document is valid. Once the date is invalid, the subscription will be marked with needs_attention status.


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 these identifiers.


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",
    "date_end": null,
    "document": "CL801",
    "description": "",
    "serial": "2019012501"
}