Creates a new business case. You must send exactly one of clientId or supplierId. statusId is optional and may be null. If you send an Idempotency-Key, repeating the same create call with the same key and identical payload returns the original response without creating the case again.
Bearer token created for a specific company in Integrations → API.
Optional request identifier for safe retries. Use a unique value for each create request you want to retry safely.
"invoice-create-2026-03-03-001"
Payload used to create a business case. You must send exactly one of clientId or supplierId.
Business-case name.
255"Client pipeline"
ID of a client. Mutually exclusive with supplierId.
101
ID of a supplier. Mutually exclusive with clientId.
151
ID of a business-case status. The field may also be null.
41
Optional business-case description.
"Opportunity description"
Business case created.
Business case, including the nested client or supplier and an optional status.
Internal business-case ID in Fintoro.
501
Type of linked contact. client means a client, supplier means a supplier.
client, supplier "client"
Internal ID of the linked contact matching contactType.
101
Nested client object when the business case is linked to a client.
Nested supplier object when the business case is linked to a supplier.
Business-case name.
"Client pipeline"
Optional business-case description.
"Opportunity description"
Current business-case status as a nested object. May be null when the case is not assigned to any status.
Internal position of the business case within its current status or in the no-status column.
2
Business-case creation timestamp.
"2026-03-10T10:00:00+01:00"
Business-case last update timestamp.
"2026-03-10T10:30:00+01:00"