Examples

GET /v1/f7d52585-d5f2-441c-a306-18207537b258/invoiceable_items/services
200
{
  "invoiceable_items": [
    {
      "id": "9b928392-8c74-47ac-a380-a46331f09b18",
      "product_code": "S-5",
      "kind": "service",
      "description": "Some service item",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 11.4,
      "short_description": null,
      "show_in_sales_center": false,
      "tax_total": 0.0,
      "total": 11.4,
      "invoiceable_amounts": [
        {
          "id": "dc1fc6d5-bf57-4e89-b6ae-52d7cb1e0e75",
          "amount": 11.4,
          "kind": "amount",
          "limit": null
        }
      ]
    },
    {
      "id": "30248ba9-65a0-42e6-a4db-8c61d0dd6939",
      "product_code": "S-6",
      "kind": "service",
      "description": "Some other service item",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 32.88,
      "short_description": null,
      "show_in_sales_center": false,
      "tax_total": 0.0,
      "total": 32.88,
      "invoiceable_amounts": [
        {
          "id": "64e02601-826f-4db9-8407-fa64e4920e2a",
          "amount": 32.88,
          "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": "f7d52585-d5f2-441c-a306-18207537b258",
      "invoiceable_item": {}
    }
  }
}