Examples

GET /v1/f25b935b-8190-45b0-80ce-d5ce1fac2235/invoiceable_items/insurance
200
{
  "invoiceable_items": [
    {
      "id": "c3e802e8-c67a-47b5-8e01-8c651ab2bb78",
      "product_code": "MINICO-1",
      "kind": "insurance",
      "description": "MiniCo Insurance Agency, LLC - $130.50",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 15.76,
      "short_description": null,
      "show_in_sales_center": true,
      "tax_total": 0.0,
      "total": 15.76,
      "coverage_amount": 130.5,
      "coverage_percentage": 70,
      "provider_name": "MiniCo Insurance Agency, LLC",
      "provider_key": "minico",
      "invoiceable_amounts": [
        {
          "id": "fb252244-37fa-44e3-9e86-4fd3932b3a35",
          "amount": 15.76,
          "kind": "amount",
          "limit": null
        }
      ]
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 1,
      "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": "f25b935b-8190-45b0-80ce-d5ce1fac2235"
    }
  }
}