v1
latestOpenAPI 3.0.02026-07-26550199.6 KBcredit-note
Get a single credit-note
Get credit-note data by id
get/credit-notes/{id}
Path parameters
idinteger required
Example:1
Response
Object with credit-note data.
Example response
{
"id": 1,
"customNum": "CN-0001",
"invoiceId": 1,
"patientId": 1,
"subtotal": 193.99,
"total": 193.99,
"sentStatus": "Sent",
"creditNoteItems": [
{
"id": 1,
"invoiceItemId": 1,
"unitPrice": 193.99,
"quantity": 0.5,
"discount": "$20.00"
}
],
"creditAllocations": [
{
"invoiceId": 1,
"paymentId": 1,
"amount": 193.99
}
],
"description": "Some description"
}