Examples

GET /v1/a0bfab46-0e89-4059-b0c8-cd6c314b1fb1/invoiceable_items/insurance
200
{
  "invoiceable_items": [
    {
      "id": "6306b183-f158-4129-b764-a6b510ccb6ab",
      "product_code": "MINICO-1",
      "kind": "insurance",
      "description": "MiniCo Insurance Agency, LLC - $130.50",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 36.31,
      "short_description": null,
      "show_in_sales_center": true,
      "tax_total": 0.0,
      "total": 36.31,
      "coverage_amount": 130.5,
      "coverage_percentage": 70,
      "provider_name": "MiniCo Insurance Agency, LLC",
      "provider_key": "minico",
      "invoiceable_amounts": [
        {
          "id": "9ce6da35-b81e-49ef-a1c3-53213b067ab7",
          "amount": 36.31,
          "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": "a0bfab46-0e89-4059-b0c8-cd6c314b1fb1",
      "invoiceable_item": {}
    }
  }
}