v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Credit Note Details

get/accounting/credit_notes/{credit_note_uid}

Path parameters

credit_note_uidstring required

Response

200

typestring

Example response

{
  "type": "success",
  "data": {
    "credit_note_uid": "d2100749-3f19-4442-ae3a-219cd64b0e87",
    "credit_note_date": "2025-04-18T00:00:00.000Z",
    "module_name": "INVOICE",
    "total_amount": 31.4,
    "remaining_amount": 31.4,
    "customer": {
      "customer_uid": "a76394c8-0dc5-ad-b126-482012f3863b",
      "customer_first_name": "Credits",
      "customer_email": "jayasoorya.zuper@gmail.com"
    },
    "status": "UNAPPLIED",
    "created_by": {
      "user_uid": "4c80fba6-ee19-47ce-9058-51b4f24",
      "first_name": "Jayasoorya",
      "last_name": "R",
      "email": "jayasoorya.r@zuper.co",
      "designation": "SE",
      "emp_code": "Z311",
      "prefix": "Z22",
      "hourly_labor_charge": 20,
      "is_active": true,
      "created_at": "2024-06-12T08:55:40.000Z",
      "updated_at": "2025-04-18T03:52:42.000Z"
    },
    "created_at": "2025-04-18T04:16:59.848Z",
    "updated_at": "2025-04-18T04:16:59.856Z",
    "credit_note_number": 333,
    "module_data": {
      "invoice_uid": "40313fa4-d035-4a8b-a4be-fa89cc7e5af1",
      "invoice_date": "2025-04-15T18:30:00.000Z",
      "invoice_status": "PARTIALLY_PAID",
      "created_at": "2025-04-16T12:16:21.089Z",
      "updated_at": "2025-04-18T04:16:59.938Z",
      "invoice_no": 8155
    }
  }
}