cURL
curl --request POST \ --url https://api.nomi.tools/v1/finance/accounting/transactions/suggestion \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "type": "<string>", "description": "<string>", "automationSuggestion": "<string>", "projectId": "<string>", "counterpartyId": "<string>", "categoryId": "<string>" }
Suggest a group operation for 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
Suggestion details