Skip to content
  • There are no suggestions because the search field is empty.

List line items

Returns line items per invoice

 
image-png-Mar-22-2024-01-25-37-4158-PM /invoices/line-items/get

https://api.oauth.pabau.com/invoices/line-items/get

 

Request

 

 

Response sample

application/json

{
  "total": 1,
  "appointments": {
  "customer_name": "Dummy Pabau",
  "Mobile": "+441234123456",
    "id": "95926663",
    "service": "Service 2",
    "user_id": "124126",
  "staff_name": "Dummy Staff",
    "start_date": "2024-04-01",
    "start_time": "14:15:00",
    "end_date": "20240401151500",
    "appointment_status": "Waiting",
    "color": "violet",
    "service_id": "3016806",
    "notes": "",
    "customer_id": "34198908"
  },
  "success": true
}