The /api/v1/statics
endpoint seems to be missing details about the invoice line item type IDs.
Any idea where I can get the information?
The /api/v1/statics
endpoint seems to be missing details about the invoice line item type IDs.
Any idea where I can get the information?
Hi,
static const TYPE_STANDARD = '1';
static const TYPE_TASK = '2';
static const TYPE_UNPAID_FEE = '3';
static const TYPE_PAID_FEE = '4';
static const TYPE_LATE_FEE = '5';
I don’t believe so, these values are hardcoded in the apps