Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://{operatorDomain}/v1/admin/finance/invoice-fx-settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "baseCurrency": "RON", "provider": "<string>", "markupBasisPoints": 123 } '
{ "data": { "baseCurrency": "RON", "provider": "<string>", "markupBasisPoints": 123 } }
Patch the invoice FX settings.
Staff session or API token issued by your Voyant app.
3
"RON"
Updated FX settings
Show child attributes