The new rest API does not have an endpoint or any way to modify the TX Rate when entering a new purchase in a different currency.
Frustratingly meaning I cannot raise purchases via the new API, and again back to the UI.
Please add the ability to set the exchange rate when creating the purchase (like you can on the current UI)
You clearly store the data, but you cannot SET it when creating the purchase and the system silently accepts it, but uses the Quickfile default and not one you set.
Additionally, You cant update it by the API either.
Doing more research, this appears to have been and issue with the old API for years too..
Please tell me this is going to be fixed / added to this API?
{
"id": 0,
"created_date": "string",
"receipt_date": "string",
"due_date": "string",
"supplier_name": "string",
"supplier_id": 0,
"supplier_reference": "string",
"receipt_number": "string",
"description": "string",
"currency": "string",
"net_total": 0,
"vat_total": 0,
"gross_total": 0,
"status": "string",
"exchange_rate": 0,
"parent_id": 0,
"item_lines": \[
{
"id": 0,
"nominal_code": 0,
"description": "string",
"sub_total": 0,
"vat_rate": 0,
"vat_amount": 0,
"line_total": 0
}
\],
"tags": \[
"string"
\],
"vat_codes": \[
"string"
\]
}
Thanks.