Trying to update invoices via API. I send this json:
- {
- "invoice_id": "11111",
- "invoice_number": "#11111",
- "reason": "Updated via API",
- "line_items": [...]
- }
Zoho updates invoice successfully, but Date and Due Date changed.
For example i have Date = "2022-05-02" and Due Date = "2022-05-17", but after update new values were:
Date = "2022-05-17" and Due Date = "2022-06-01".
I don`t know is this important, but payment terms: "Net 15"