curl -X POST https://kube.acho.io/service/general-ledger/invoices/INV-2024-001/send \
-H "Authorization: jwt YOUR_TOKEN"
{
"invoice_id": "INV-2024-001",
"status": "Sent",
"sent_at": "2024-01-16T10:00:00Z",
"sent_to": "billing@acmecorp.com"
}
Send an approved invoice to the customer
curl -X POST https://kube.acho.io/service/general-ledger/invoices/INV-2024-001/send \
-H "Authorization: jwt YOUR_TOKEN"
{
"invoice_id": "INV-2024-001",
"status": "Sent",
"sent_at": "2024-01-16T10:00:00Z",
"sent_to": "billing@acmecorp.com"
}
jwt YOUR_TOKENcurl -X POST https://kube.acho.io/service/general-ledger/invoices/INV-2024-001/send \
-H "Authorization: jwt YOUR_TOKEN"
{
"invoice_id": "INV-2024-001",
"status": "Sent",
"sent_at": "2024-01-16T10:00:00Z",
"sent_to": "billing@acmecorp.com"
}