cURL
curl --request POST \ --url https://api.nomi.tools/v1/finance/accounting/transactions/apply \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{}'
Apply changes to multiple transactions.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
The body is of type object.
object
Changes applied successfully