Examples

GET /v1/054929b6-68f1-4145-8311-4d0927c1690b/invoiceable_items/services
200
{
  "invoiceable_items": [
    {
      "id": "458ee28a-db18-4afb-ab11-29ae951afe8b",
      "product_code": "S-10",
      "kind": "service",
      "description": "Some service item",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 38.17,
      "short_description": null,
      "show_in_sales_center": false,
      "tax_total": 0.0,
      "total": 38.17,
      "invoiceable_amounts": [
        {
          "id": "d0eecf00-9aaf-4a1d-9595-6a821dae27d2",
          "amount": 38.17,
          "kind": "amount",
          "limit": null
        }
      ]
    },
    {
      "id": "eef851d1-aa7d-49b7-80de-d3d29b2346b6",
      "product_code": "S-11",
      "kind": "service",
      "description": "Some other service item",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 8.25,
      "short_description": null,
      "show_in_sales_center": false,
      "tax_total": 0.0,
      "total": 8.25,
      "invoiceable_amounts": [
        {
          "id": "7a7ee8c8-6fc8-44e1-9752-c630a417c091",
          "amount": 8.25,
          "kind": "amount",
          "limit": null
        }
      ]
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 2,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "054929b6-68f1-4145-8311-4d0927c1690b"
    }
  }
}