curl --request POST \
--url https://api.meetcampfire.com/coa/api/v1/bill/ \
--header 'Authorization: <api-key>'Creates a new accounting bill with line items and automatic journal entry generation.
This endpoint allows for complex bill creation with:
Requirements:
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v1/bill/ \
--header 'Authorization: <api-key>'Token-based authentication with required prefix "Token"
No response body