Authorizations
Token-based authentication with required prefix "Token"
Body
Required array length:
1 - 10000
elementsResponse
200 - application/json
Unspecified response body
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"
1 - 10000
elementsShow child attributes
Unspecified response body