curl --request POST \
--url https://api.meetcampfire.com/coa/api/budgets/{budget_pk}/accounts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"period": 1,
"amount": 0
}
'{
"id": 123,
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z",
"account_name": "<string>",
"account_lineage": "<string>",
"department_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"customer": 123,
"budget": 123,
"account": 123,
"department": 123,
"period": 1,
"amount": 0
}Complete mixin for history filtering with pagination support. Returns either active OR deleted records based on include_deleted parameter.
curl --request POST \
--url https://api.meetcampfire.com/coa/api/budgets/{budget_pk}/accounts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"period": 1,
"amount": 0
}
'{
"id": 123,
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z",
"account_name": "<string>",
"account_lineage": "<string>",
"department_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"customer": 123,
"budget": 123,
"account": 123,
"department": 123,
"period": 1,
"amount": 0
}Token-based authentication with required prefix "Token"
0 <= x <= 32767-1000000000000000000 < x < 1000000000000000000