Skip to main content
POST
/
coa
/
api
/
v1
/
bill-draft
cURL
curl --request POST \
  --url https://api.meetcampfire.com/coa/api/v1/bill-draft \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "source_file": 123,
  "entity": 123
}
'
{
  "source_file": 123,
  "entity": 123
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

UI-upload create shape. source_file must be an already-uploaded File row.

source
enum<string>
required
  • ui_upload - ui_upload
Available options:
ui_upload
source_file
integer | null
entity
integer | null

Response

201 - application/json

UI-upload create shape. source_file must be an already-uploaded File row.

source
enum<string>
required
  • ui_upload - ui_upload
Available options:
ui_upload
source_file
integer | null
entity
integer | null