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>"
}
]
}'
{}
Search for thousands of debit memos by exact debit memo number match in a single request. Optimized for performance.
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>"
}
]
}'
{}
Token-based authentication with required prefix "Token"
Unspecified response body