Create expense transaction
POST {{akaunting_url}}/transactions?search=type:expense&account_id={{akaunting_account_id}}&category_id=1&contact_id=1&paid_at=2021-04-15&reference=456tfd4&payment_method=cash&type=expense
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string | ||
account_id | string | ||
category_id | number | ||
contact_id | number | ||
paid_at | string | ||
reference | string | ||
payment_method | string | ||
type | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Company | string |