POST
/
coa
/
api
/
v1
/
debit-memo
/
bulk-search
Bulk Search Debit Memos by Number
curl --request POST \
  --url https://api.meetcampfire.com/coa/api/v1/debit-memo/bulk-search \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "debit_memos": [
    {
      "debit_memo_number": "<string>"
    }
  ]
}'
{}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

200 - application/json

Unspecified response body