curl --request POST \
--url https://api.nomi.tools/v1/finance/accounting/transactions/planned/search \
--header 'Accept: <accept>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"transactions": [
{
"amount": 123,
"date": "2023-12-25",
"type": "<string>",
"accountId": "<string>",
"id": "<string>",
"incomeDate": "2023-12-25",
"externalId": "<string>",
"description": "<string>",
"isRecurring": true,
"isPlanned": true,
"isCoveredByClient": true,
"isCompleted": true,
"isDifferentIncomeDate": true,
"recurrencePeriod": "<string>",
"recurrenceEndDate": "2023-12-25",
"categoryId": "<string>",
"counterpartyId": "<string>",
"commitmentPartId": "<string>",
"projectId": "<string>",
"projectCategoryId": "<string>",
"isCommitment": true,
"fileId": "<string>",
"file2Id": "<string>",
"file3Id": "<string>",
"tags": [
{
"id": "<string>",
"Id": "<string>"
}
],
"parts": [
{
"id": "<string>",
"amount": 123,
"date": "2023-12-25",
"categoryId": "<string>",
"legalEntityId": "<string>",
"exchangeSourceId": "<string>",
"counterpartyId": "<string>",
"commitmentPartId": "<string>",
"projectId": "<string>",
"isCommitment": true
}
],
"destTransactionId": "<string>",
"destAccountId": "<string>",
"destAmount": 123
}
],
"meta": {}
}Search for planned transactions based on criteria.
curl --request POST \
--url https://api.nomi.tools/v1/finance/accounting/transactions/planned/search \
--header 'Accept: <accept>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"transactions": [
{
"amount": 123,
"date": "2023-12-25",
"type": "<string>",
"accountId": "<string>",
"id": "<string>",
"incomeDate": "2023-12-25",
"externalId": "<string>",
"description": "<string>",
"isRecurring": true,
"isPlanned": true,
"isCoveredByClient": true,
"isCompleted": true,
"isDifferentIncomeDate": true,
"recurrencePeriod": "<string>",
"recurrenceEndDate": "2023-12-25",
"categoryId": "<string>",
"counterpartyId": "<string>",
"commitmentPartId": "<string>",
"projectId": "<string>",
"projectCategoryId": "<string>",
"isCommitment": true,
"fileId": "<string>",
"file2Id": "<string>",
"file3Id": "<string>",
"tags": [
{
"id": "<string>",
"Id": "<string>"
}
],
"parts": [
{
"id": "<string>",
"amount": 123,
"date": "2023-12-25",
"categoryId": "<string>",
"legalEntityId": "<string>",
"exchangeSourceId": "<string>",
"counterpartyId": "<string>",
"commitmentPartId": "<string>",
"projectId": "<string>",
"isCommitment": true
}
],
"destTransactionId": "<string>",
"destAccountId": "<string>",
"destAmount": 123
}
],
"meta": {}
}Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json The body is of type object.
List of planned transactions
Show child attributes
The amount of the transaction.
The date of the transaction.
Type of the transaction (e.g., income, outcome, transfer).
Account ID associated with the transaction.
Unique identifier for the transaction.
The income date of the transaction, if different.
External identifier for the transaction.
Description of the transaction.
Indicates if the transaction is recurring.
Indicates if the transaction is planned.
Indicates if the transaction is covered by the client.
Indicates if the transaction is completed.
Indicates if the income date is different from the transaction date.
Recurrence period (e.g., WEEKLY, MONTHLY).
End date for the recurrence.
Category ID associated with the transaction.
Counterparty ID associated with the transaction.
Commitment part ID associated with the transaction.
Project ID associated with the transaction.
Project category ID associated with the transaction.
Indicates if the transaction is a commitment.
File ID associated with the transaction.
Second file ID associated with the transaction.
Third file ID associated with the transaction.
Parts of the transaction.
Show child attributes
Destination transaction ID for transfers.
Destination account ID for transfers.
Destination amount for transfers.