Skip to main content
POST
/
v1
/
finance
/
accounting
/
transactions
/
suggestion
Suggest group operation
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomi.tools/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Body

application/json

The body is of type object.

Response

200 - application/json

Suggestion details

type
string
description
string
automationSuggestion
string
projectId
string
counterpartyId
string
categoryId
string