Hi all,
I would like to integrate OUR service with LessAccounting.
A. Can anybody provide me some URL or documentation where can I find some usable use-cases?
Which requests combination is good to use when I would like to:
1. upload invoice from my solution
2. upload items to already uploaded invoice
3. download, status of existing invoices
B. In documentation there is missleading information in value of field <REQUIRED>
| Parameter | Data Type | Required | Input/Output param | Description | | id | Integer | N/A | Output | The unique identifier of the invoice. | | since | Inte... | optional | Input | Only return invoices that are newer than the invoice id ... | | order | String | optional | Input | Sort results based on either created_at (default) or updated_at... | | reference_name_number | String | required | Both | This value will be auto-generated if it is omitted. | | created_at | Datetime | N/A | Output |
|
|
|
|
|
What does N/A value mean? Reqiured or not?