Skip to main content
GET
/
service
/
general-ledger
/
credit-memos
curl -X GET "https://kube.acho.io/service/general-ledger/credit-memos?status=Draft&customer_id=a3-customer-xxx&start_date=2024-01-01&end_date=2024-12-31" \
  -H "Authorization: jwt YOUR_TOKEN"

Request

Retrieve a list of credit memos.

Query Parameters

status
string
Filter by status: Draft, Pending Approval, Approved, On Hold, Rejected, Voided, Applied, Partially Applied
customer_id
string
Filter by customer
start_date
string
Filter on or after date
end_date
string
Filter on or before date
curl -X GET "https://kube.acho.io/service/general-ledger/credit-memos?status=Draft&customer_id=a3-customer-xxx&start_date=2024-01-01&end_date=2024-12-31" \
  -H "Authorization: jwt YOUR_TOKEN"