vericred_client 0.0.27 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +62 -25
  3. data/docs/ACAPlan.md +0 -5
  4. data/docs/ACAPlan2018.md +6 -5
  5. data/docs/ACAPlan2018Search.md +104 -0
  6. data/docs/ACAPlan2018SearchResponse.md +1 -1
  7. data/docs/ACAPlan2018SearchResult.md +6 -0
  8. data/docs/ACAPlanPre2018.md +0 -5
  9. data/docs/ACAPlanPre2018Search.md +97 -0
  10. data/docs/ACAPlanPre2018SearchResponse.md +1 -1
  11. data/docs/ACAPlanPre2018SearchResult.md +1 -1
  12. data/docs/AgeBanded.md +10 -0
  13. data/docs/BulkPlansApi.md +63 -0
  14. data/docs/DentalPlan.md +0 -4
  15. data/docs/DentalPlanSearch.md +25 -0
  16. data/docs/DentalPlanSearchResponse.md +1 -1
  17. data/docs/DentalPlanUpdate.md +2 -0
  18. data/docs/FormulariesApi.md +58 -0
  19. data/docs/FourTierComposite.md +12 -0
  20. data/docs/MajorMedicalPlansApi.md +8 -8
  21. data/docs/MedicalPlanBenefits.md +2 -0
  22. data/docs/{RequestPlanFind.md → MedicalPlanSearchRequest.md} +2 -3
  23. data/docs/MedicalPlanUpdate.md +6 -1
  24. data/docs/MedicalPlansApi.md +114 -0
  25. data/docs/MedicareAdvantagePlan.md +0 -2
  26. data/docs/MedicareAdvantagePlanSearch.md +30 -0
  27. data/docs/MedicareAdvantagePlanSearchResponse.md +1 -1
  28. data/docs/MembersCreateRequest.md +0 -1
  29. data/docs/Plan.md +0 -4
  30. data/docs/PlanMedicare.md +0 -4
  31. data/docs/PlanMedicareBulk.md +0 -4
  32. data/docs/PlansBulkSearchRequest.md +13 -0
  33. data/docs/PlansBulkSearchResponse.md +9 -0
  34. data/docs/Premiums.md +11 -0
  35. data/docs/ProviderDetails.md +1 -0
  36. data/docs/ProviderNetworks.md +2 -1
  37. data/docs/ProviderNetworksAddress.md +15 -0
  38. data/docs/ProviderPlanNetworkResponse.md +9 -0
  39. data/docs/ProviderPlanResponse.md +2 -0
  40. data/docs/ProvidersApi.md +2 -2
  41. data/docs/QuotingApi.md +9 -8
  42. data/docs/RateShow.md +4 -3
  43. data/docs/ServiceAreaUpdate.md +13 -0
  44. data/docs/ServiceAreaZipCountyUpdate.md +9 -0
  45. data/docs/ServiceAreasApi.md +65 -0
  46. data/docs/ThreeTierComposite.md +11 -0
  47. data/docs/TwoTierComposite.md +10 -0
  48. data/docs/V7ResponseProvidersProviderDetails.md +1 -0
  49. data/docs/VisionPlanUpdate.md +1 -0
  50. data/lib/vericred_client.rb +48 -13
  51. data/lib/vericred_client/api/{carrier_verification_medical_plans_api.rb → bulk_plans_api.rb} +47 -22
  52. data/lib/vericred_client/api/carrier_groups_api.rb +30 -5
  53. data/lib/vericred_client/api/carriers_api.rb +30 -5
  54. data/lib/vericred_client/api/dental_plans_api.rb +30 -5
  55. data/lib/vericred_client/api/drugs_api.rb +30 -5
  56. data/lib/vericred_client/api/embargoes_api.rb +30 -5
  57. data/lib/vericred_client/api/formularies_api.rb +91 -5
  58. data/lib/vericred_client/api/issuers_api.rb +30 -5
  59. data/lib/vericred_client/api/major_medical_plans_api.rb +38 -13
  60. data/lib/vericred_client/api/medical_plans_api.rb +147 -5
  61. data/lib/vericred_client/api/medicare_advantage_plans_api.rb +30 -5
  62. data/lib/vericred_client/api/network_sizes_api.rb +30 -5
  63. data/lib/vericred_client/api/networks_api.rb +30 -5
  64. data/lib/vericred_client/api/plans_api.rb +30 -5
  65. data/lib/vericred_client/api/providers_api.rb +34 -9
  66. data/lib/vericred_client/api/quoting_api.rb +46 -20
  67. data/lib/vericred_client/api/rates_api.rb +30 -5
  68. data/lib/vericred_client/api/{carrier_verification_dental_plans_api.rb → service_areas_api.rb} +53 -25
  69. data/lib/vericred_client/api/specialties_api.rb +30 -5
  70. data/lib/vericred_client/api/vision_plans_api.rb +30 -5
  71. data/lib/vericred_client/api/zip_counties_api.rb +30 -5
  72. data/lib/vericred_client/api_client.rb +30 -5
  73. data/lib/vericred_client/api_error.rb +30 -5
  74. data/lib/vericred_client/configuration.rb +30 -5
  75. data/lib/vericred_client/models/aca_plan.rb +31 -60
  76. data/lib/vericred_client/models/aca_plan2018.rb +91 -60
  77. data/lib/vericred_client/models/aca_plan2018_search.rb +2155 -0
  78. data/lib/vericred_client/models/aca_plan2018_search_response.rb +31 -6
  79. data/lib/vericred_client/models/aca_plan2018_search_result.rb +91 -6
  80. data/lib/vericred_client/models/aca_plan2018_show_response.rb +30 -5
  81. data/lib/vericred_client/models/aca_plan_pre2018.rb +31 -60
  82. data/lib/vericred_client/models/aca_plan_pre2018_search.rb +2085 -0
  83. data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +31 -6
  84. data/lib/vericred_client/models/aca_plan_pre2018_search_result.rb +31 -6
  85. data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +30 -5
  86. data/lib/vericred_client/models/address.rb +30 -5
  87. data/lib/vericred_client/models/age_banded.rb +1205 -0
  88. data/lib/vericred_client/models/ancillary_plan_identifier.rb +30 -5
  89. data/lib/vericred_client/models/base.rb +30 -5
  90. data/lib/vericred_client/models/base_plan_search_response.rb +30 -5
  91. data/lib/vericred_client/models/carrier.rb +30 -5
  92. data/lib/vericred_client/models/carrier_group_request.rb +30 -5
  93. data/lib/vericred_client/models/carrier_request.rb +30 -5
  94. data/lib/vericred_client/models/carrier_subsidiary.rb +30 -5
  95. data/lib/vericred_client/models/county.rb +30 -5
  96. data/lib/vericred_client/models/county_bulk.rb +30 -5
  97. data/lib/vericred_client/models/dental_plan.rb +31 -50
  98. data/lib/vericred_client/models/dental_plan_benefits.rb +30 -5
  99. data/lib/vericred_client/{api/provider_notification_subscriptions_api.rb → models/dental_plan_search.rb} +361 -157
  100. data/lib/vericred_client/models/dental_plan_search_applicant.rb +30 -5
  101. data/lib/vericred_client/models/dental_plan_search_request.rb +30 -5
  102. data/lib/vericred_client/models/dental_plan_search_response.rb +31 -6
  103. data/lib/vericred_client/models/dental_plan_show_response.rb +30 -5
  104. data/lib/vericred_client/models/dental_plan_update.rb +54 -9
  105. data/lib/vericred_client/models/dental_plan_update_request.rb +30 -5
  106. data/lib/vericred_client/models/dependent_create.rb +30 -5
  107. data/lib/vericred_client/models/dependent_create_request.rb +30 -5
  108. data/lib/vericred_client/models/dependent_show.rb +30 -5
  109. data/lib/vericred_client/models/drug.rb +30 -5
  110. data/lib/vericred_client/models/drug_coverage.rb +30 -5
  111. data/lib/vericred_client/models/drug_coverage_base.rb +30 -5
  112. data/lib/vericred_client/models/drug_coverage_response.rb +30 -5
  113. data/lib/vericred_client/models/drug_details.rb +30 -5
  114. data/lib/vericred_client/models/drug_package.rb +30 -5
  115. data/lib/vericred_client/models/drug_search_drug_package.rb +30 -5
  116. data/lib/vericred_client/models/drug_search_request.rb +30 -5
  117. data/lib/vericred_client/models/drug_search_response.rb +30 -5
  118. data/lib/vericred_client/models/embargo_request.rb +30 -5
  119. data/lib/vericred_client/models/formulary.rb +30 -5
  120. data/lib/vericred_client/models/formulary_drug_coverage.rb +30 -5
  121. data/lib/vericred_client/models/formulary_drug_package_response.rb +30 -5
  122. data/lib/vericred_client/models/formulary_response.rb +30 -5
  123. data/lib/vericred_client/models/four_tier_composite.rb +1225 -0
  124. data/lib/vericred_client/models/group_create.rb +30 -5
  125. data/lib/vericred_client/models/group_create_request.rb +30 -5
  126. data/lib/vericred_client/models/group_create_response.rb +30 -5
  127. data/lib/vericred_client/models/group_show.rb +30 -5
  128. data/lib/vericred_client/models/group_show_response.rb +30 -5
  129. data/lib/vericred_client/models/group_update.rb +30 -5
  130. data/lib/vericred_client/models/group_update_request.rb +30 -5
  131. data/lib/vericred_client/models/issuer_request.rb +30 -5
  132. data/lib/vericred_client/models/location_create.rb +30 -5
  133. data/lib/vericred_client/models/location_show.rb +30 -5
  134. data/lib/vericred_client/models/location_update.rb +30 -5
  135. data/lib/vericred_client/models/medical_plan_benefits.rb +51 -6
  136. data/lib/vericred_client/models/{request_plan_find_carrier_verification.rb → medical_plan_search_request.rb} +40 -35
  137. data/lib/vericred_client/models/medical_plan_update.rb +91 -16
  138. data/lib/vericred_client/models/medical_plan_update_request.rb +30 -5
  139. data/lib/vericred_client/models/medicare_advantage_plan.rb +31 -30
  140. data/lib/vericred_client/models/medicare_advantage_plan_benefits.rb +30 -5
  141. data/lib/vericred_client/models/medicare_advantage_plan_search.rb +1413 -0
  142. data/lib/vericred_client/models/medicare_advantage_plan_search_request.rb +30 -5
  143. data/lib/vericred_client/models/medicare_advantage_plan_search_response.rb +31 -6
  144. data/lib/vericred_client/models/medicare_advantage_plan_show_response.rb +30 -5
  145. data/lib/vericred_client/models/medicare_advantage_plan_update.rb +30 -5
  146. data/lib/vericred_client/models/medicare_advantage_plan_update_request.rb +30 -5
  147. data/lib/vericred_client/models/member_create.rb +30 -5
  148. data/lib/vericred_client/models/member_rate_show.rb +30 -5
  149. data/lib/vericred_client/models/member_rate_show_request.rb +30 -5
  150. data/lib/vericred_client/models/member_rates_show_response.rb +30 -5
  151. data/lib/vericred_client/models/member_show.rb +30 -5
  152. data/lib/vericred_client/models/members_create_request.rb +31 -16
  153. data/lib/vericred_client/models/members_create_response.rb +30 -5
  154. data/lib/vericred_client/models/members_show_response.rb +30 -5
  155. data/lib/vericred_client/models/meta.rb +30 -5
  156. data/lib/vericred_client/models/meta_plan_search_response.rb +30 -5
  157. data/lib/vericred_client/models/network.rb +30 -5
  158. data/lib/vericred_client/models/network_comparison.rb +30 -5
  159. data/lib/vericred_client/models/network_comparison_request.rb +30 -5
  160. data/lib/vericred_client/models/network_comparison_response.rb +30 -5
  161. data/lib/vericred_client/models/network_details.rb +30 -5
  162. data/lib/vericred_client/models/network_details_response.rb +30 -5
  163. data/lib/vericred_client/models/network_disruption_analysis.rb +30 -5
  164. data/lib/vericred_client/models/network_disruption_analysis_request.rb +30 -5
  165. data/lib/vericred_client/models/network_disruption_analysis_response.rb +30 -5
  166. data/lib/vericred_client/models/network_search.rb +30 -5
  167. data/lib/vericred_client/models/network_search_response.rb +30 -5
  168. data/lib/vericred_client/models/network_size.rb +30 -5
  169. data/lib/vericred_client/models/notification_subscription.rb +30 -5
  170. data/lib/vericred_client/models/notification_subscription_response.rb +30 -5
  171. data/lib/vericred_client/models/plan.rb +31 -50
  172. data/lib/vericred_client/models/plan_county.rb +30 -5
  173. data/lib/vericred_client/models/plan_county_bulk.rb +30 -5
  174. data/lib/vericred_client/models/plan_deleted.rb +30 -5
  175. data/lib/vericred_client/models/plan_identifier.rb +30 -5
  176. data/lib/vericred_client/models/plan_medicare.rb +31 -50
  177. data/lib/vericred_client/models/plan_medicare_bulk.rb +31 -50
  178. data/lib/vericred_client/models/plan_network.rb +30 -5
  179. data/lib/vericred_client/models/plan_pricing_medicare.rb +30 -5
  180. data/lib/vericred_client/models/plan_search_response.rb +30 -5
  181. data/lib/vericred_client/models/plan_show_response.rb +30 -5
  182. data/lib/vericred_client/models/plans_bulk_aca2018.rb +30 -5
  183. data/lib/vericred_client/models/plans_bulk_aca_pre2018.rb +30 -5
  184. data/lib/vericred_client/models/plans_bulk_base.rb +30 -5
  185. data/lib/vericred_client/models/plans_bulk_dental.rb +30 -5
  186. data/lib/vericred_client/models/{request_plan_find.rb → plans_bulk_search_request.rb} +54 -127
  187. data/lib/vericred_client/models/plans_bulk_search_response.rb +1197 -0
  188. data/lib/vericred_client/models/plans_bulk_vision.rb +30 -5
  189. data/lib/vericred_client/models/premiums.rb +1215 -0
  190. data/lib/vericred_client/models/provider.rb +30 -5
  191. data/lib/vericred_client/models/provider_details.rb +43 -6
  192. data/lib/vericred_client/models/provider_geocode.rb +30 -5
  193. data/lib/vericred_client/models/provider_network_event_notification.rb +30 -5
  194. data/lib/vericred_client/models/provider_network_specialty.rb +30 -5
  195. data/lib/vericred_client/models/provider_networks.rb +45 -10
  196. data/lib/vericred_client/models/provider_networks_address.rb +1257 -0
  197. data/lib/vericred_client/models/provider_plan_network_response.rb +1195 -0
  198. data/lib/vericred_client/models/provider_plan_response.rb +56 -9
  199. data/lib/vericred_client/models/provider_plans.rb +30 -5
  200. data/lib/vericred_client/models/provider_plans_request.rb +30 -5
  201. data/lib/vericred_client/models/provider_show_response.rb +30 -5
  202. data/lib/vericred_client/models/providers_geocode_response.rb +30 -5
  203. data/lib/vericred_client/models/providers_search_response.rb +30 -5
  204. data/lib/vericred_client/models/quote_create.rb +30 -5
  205. data/lib/vericred_client/models/quote_create_request.rb +30 -5
  206. data/lib/vericred_client/models/quote_create_response.rb +30 -5
  207. data/lib/vericred_client/models/quote_show.rb +30 -5
  208. data/lib/vericred_client/models/quote_show_response.rb +30 -5
  209. data/lib/vericred_client/models/rate_request.rb +30 -5
  210. data/lib/vericred_client/models/rate_search.rb +30 -5
  211. data/lib/vericred_client/models/rate_show.rb +44 -9
  212. data/lib/vericred_client/models/rate_show_request.rb +30 -5
  213. data/lib/vericred_client/models/rates_show_response.rb +30 -5
  214. data/lib/vericred_client/models/rating_area.rb +30 -5
  215. data/lib/vericred_client/models/request_plan_find_applicant.rb +30 -5
  216. data/lib/vericred_client/models/request_plan_find_drug_package.rb +30 -5
  217. data/lib/vericred_client/models/request_plan_find_provider.rb +30 -5
  218. data/lib/vericred_client/models/request_provider_notification_subscription.rb +30 -5
  219. data/lib/vericred_client/models/request_providers_search.rb +30 -5
  220. data/lib/vericred_client/models/request_rates_search.rb +30 -5
  221. data/lib/vericred_client/models/response_rates_search.rb +30 -5
  222. data/lib/vericred_client/models/rx_cui_identifier.rb +30 -5
  223. data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +30 -5
  224. data/lib/vericred_client/models/service_area.rb +30 -5
  225. data/lib/vericred_client/models/service_area_update.rb +1237 -0
  226. data/lib/vericred_client/models/service_area_zip_county.rb +30 -5
  227. data/lib/vericred_client/models/service_area_zip_county_update.rb +1195 -0
  228. data/lib/vericred_client/models/specialty_search_response.rb +30 -5
  229. data/lib/vericred_client/models/specialty_show.rb +30 -5
  230. data/lib/vericred_client/models/state.rb +30 -5
  231. data/lib/vericred_client/models/state_network_size_request.rb +30 -5
  232. data/lib/vericred_client/models/state_network_size_response.rb +30 -5
  233. data/lib/vericred_client/models/supplemental_options.rb +30 -5
  234. data/lib/vericred_client/models/supplemental_options_update.rb +30 -5
  235. data/lib/vericred_client/models/three_tier_composite.rb +1215 -0
  236. data/lib/vericred_client/models/two_tier_composite.rb +1205 -0
  237. data/lib/vericred_client/models/v7_network_comparison_response.rb +30 -5
  238. data/lib/vericred_client/models/v7_response_providers_provider_details.rb +43 -6
  239. data/lib/vericred_client/models/vision_plan.rb +30 -5
  240. data/lib/vericred_client/models/vision_plan_benefits.rb +30 -5
  241. data/lib/vericred_client/models/vision_plan_search_applicant.rb +30 -5
  242. data/lib/vericred_client/models/vision_plan_search_request.rb +30 -5
  243. data/lib/vericred_client/models/vision_plan_search_response.rb +30 -5
  244. data/lib/vericred_client/models/vision_plan_show_response.rb +30 -5
  245. data/lib/vericred_client/models/vision_plan_update.rb +44 -9
  246. data/lib/vericred_client/models/vision_plan_update_request.rb +30 -5
  247. data/lib/vericred_client/models/zip_code.rb +30 -5
  248. data/lib/vericred_client/models/zip_counties_response.rb +30 -5
  249. data/lib/vericred_client/models/zip_county.rb +30 -5
  250. data/lib/vericred_client/models/zip_county_bulk.rb +30 -5
  251. data/lib/vericred_client/models/zip_county_response.rb +30 -5
  252. data/lib/vericred_client/version.rb +31 -6
  253. data/spec/api/bulk_plans_api_spec.rb +1043 -0
  254. data/spec/api/carrier_groups_api_spec.rb +30 -5
  255. data/spec/api/carriers_api_spec.rb +30 -5
  256. data/spec/api/dental_plans_api_spec.rb +30 -5
  257. data/spec/api/drugs_api_spec.rb +30 -5
  258. data/spec/api/embargoes_api_spec.rb +30 -5
  259. data/spec/api/formularies_api_spec.rb +43 -5
  260. data/spec/api/issuers_api_spec.rb +30 -5
  261. data/spec/api/major_medical_plans_api_spec.rb +33 -8
  262. data/spec/api/medical_plans_api_spec.rb +55 -5
  263. data/spec/api/medicare_advantage_plans_api_spec.rb +30 -5
  264. data/spec/api/network_sizes_api_spec.rb +30 -5
  265. data/spec/api/networks_api_spec.rb +30 -5
  266. data/spec/api/plans_api_spec.rb +30 -5
  267. data/spec/api/providers_api_spec.rb +32 -7
  268. data/spec/api/quoting_api_spec.rb +36 -11
  269. data/spec/api/rates_api_spec.rb +30 -5
  270. data/spec/api/{carrier_verification_dental_plans_api_spec.rb → service_areas_api_spec.rb} +43 -17
  271. data/spec/api/specialties_api_spec.rb +30 -5
  272. data/spec/api/vision_plans_api_spec.rb +30 -5
  273. data/spec/api/zip_counties_api_spec.rb +30 -5
  274. data/spec/api_client_spec.rb +30 -5
  275. data/spec/configuration_spec.rb +30 -5
  276. data/spec/models/aca_plan2018_search_response_spec.rb +30 -5
  277. data/spec/models/aca_plan2018_search_result_spec.rb +66 -5
  278. data/spec/models/aca_plan2018_search_spec.rb +1614 -0
  279. data/spec/models/aca_plan2018_show_response_spec.rb +30 -5
  280. data/spec/models/aca_plan2018_spec.rb +60 -29
  281. data/spec/models/aca_plan_pre2018_search_response_spec.rb +30 -5
  282. data/spec/models/aca_plan_pre2018_search_result_spec.rb +30 -5
  283. data/spec/models/aca_plan_pre2018_search_spec.rb +1572 -0
  284. data/spec/models/aca_plan_pre2018_show_response_spec.rb +30 -5
  285. data/spec/models/aca_plan_pre2018_spec.rb +30 -35
  286. data/spec/models/aca_plan_spec.rb +30 -35
  287. data/spec/models/address_spec.rb +30 -5
  288. data/spec/models/age_banded_spec.rb +1050 -0
  289. data/spec/models/ancillary_plan_identifier_spec.rb +30 -5
  290. data/spec/models/base_plan_search_response_spec.rb +30 -5
  291. data/spec/models/base_spec.rb +30 -5
  292. data/spec/models/carrier_group_request_spec.rb +30 -5
  293. data/spec/models/carrier_request_spec.rb +30 -5
  294. data/spec/models/carrier_spec.rb +30 -5
  295. data/spec/models/carrier_subsidiary_spec.rb +30 -5
  296. data/spec/models/county_bulk_spec.rb +30 -5
  297. data/spec/models/county_spec.rb +30 -5
  298. data/spec/models/dental_plan_benefits_spec.rb +30 -5
  299. data/spec/models/dental_plan_search_applicant_spec.rb +30 -5
  300. data/spec/models/dental_plan_search_request_spec.rb +30 -5
  301. data/spec/models/dental_plan_search_response_spec.rb +30 -5
  302. data/spec/{api/provider_notification_subscriptions_api_spec.rb → models/dental_plan_search_spec.rb} +136 -38
  303. data/spec/models/dental_plan_show_response_spec.rb +30 -5
  304. data/spec/models/dental_plan_spec.rb +30 -29
  305. data/spec/models/dental_plan_update_request_spec.rb +30 -5
  306. data/spec/models/dental_plan_update_spec.rb +42 -5
  307. data/spec/models/dependent_create_request_spec.rb +30 -5
  308. data/spec/models/dependent_create_spec.rb +30 -5
  309. data/spec/models/dependent_show_spec.rb +30 -5
  310. data/spec/models/drug_coverage_base_spec.rb +30 -5
  311. data/spec/models/drug_coverage_response_spec.rb +30 -5
  312. data/spec/models/drug_coverage_spec.rb +30 -5
  313. data/spec/models/drug_details_spec.rb +30 -5
  314. data/spec/models/drug_package_spec.rb +30 -5
  315. data/spec/models/drug_search_drug_package_spec.rb +30 -5
  316. data/spec/models/drug_search_request_spec.rb +30 -5
  317. data/spec/models/drug_search_response_spec.rb +30 -5
  318. data/spec/models/drug_spec.rb +30 -5
  319. data/spec/models/embargo_request_spec.rb +30 -5
  320. data/spec/models/formulary_drug_coverage_spec.rb +30 -5
  321. data/spec/models/formulary_drug_package_response_spec.rb +30 -5
  322. data/spec/models/formulary_response_spec.rb +30 -5
  323. data/spec/models/formulary_spec.rb +30 -5
  324. data/spec/models/four_tier_composite_spec.rb +1062 -0
  325. data/spec/models/group_create_request_spec.rb +30 -5
  326. data/spec/models/group_create_response_spec.rb +30 -5
  327. data/spec/models/group_create_spec.rb +30 -5
  328. data/spec/models/group_show_response_spec.rb +30 -5
  329. data/spec/models/group_show_spec.rb +30 -5
  330. data/spec/models/group_update_request_spec.rb +30 -5
  331. data/spec/models/group_update_spec.rb +30 -5
  332. data/spec/models/issuer_request_spec.rb +30 -5
  333. data/spec/models/location_create_spec.rb +30 -5
  334. data/spec/models/location_show_spec.rb +30 -5
  335. data/spec/models/location_update_spec.rb +30 -5
  336. data/spec/models/medical_plan_benefits_spec.rb +42 -5
  337. data/spec/models/{request_plan_find_carrier_verification_spec.rb → medical_plan_search_request_spec.rb} +37 -24
  338. data/spec/models/medical_plan_update_request_spec.rb +30 -5
  339. data/spec/models/medical_plan_update_spec.rb +64 -9
  340. data/spec/models/medicare_advantage_plan_benefits_spec.rb +30 -5
  341. data/spec/models/medicare_advantage_plan_search_request_spec.rb +30 -5
  342. data/spec/models/medicare_advantage_plan_search_response_spec.rb +30 -5
  343. data/spec/models/medicare_advantage_plan_search_spec.rb +1170 -0
  344. data/spec/models/medicare_advantage_plan_show_response_spec.rb +30 -5
  345. data/spec/models/medicare_advantage_plan_spec.rb +30 -17
  346. data/spec/models/medicare_advantage_plan_update_request_spec.rb +30 -5
  347. data/spec/models/medicare_advantage_plan_update_spec.rb +30 -5
  348. data/spec/models/member_create_spec.rb +30 -5
  349. data/spec/models/member_rate_show_request_spec.rb +30 -5
  350. data/spec/models/member_rate_show_spec.rb +30 -5
  351. data/spec/models/member_rates_show_response_spec.rb +30 -5
  352. data/spec/models/member_show_spec.rb +30 -5
  353. data/spec/models/members_create_request_spec.rb +30 -11
  354. data/spec/models/members_create_response_spec.rb +30 -5
  355. data/spec/models/members_show_response_spec.rb +30 -5
  356. data/spec/models/meta_plan_search_response_spec.rb +30 -5
  357. data/spec/models/meta_spec.rb +30 -5
  358. data/spec/models/network_comparison_request_spec.rb +30 -5
  359. data/spec/models/network_comparison_response_spec.rb +30 -5
  360. data/spec/models/network_comparison_spec.rb +30 -5
  361. data/spec/models/network_details_response_spec.rb +30 -5
  362. data/spec/models/network_details_spec.rb +30 -5
  363. data/spec/models/network_disruption_analysis_request_spec.rb +30 -5
  364. data/spec/models/network_disruption_analysis_response_spec.rb +30 -5
  365. data/spec/models/network_disruption_analysis_spec.rb +30 -5
  366. data/spec/models/network_search_response_spec.rb +30 -5
  367. data/spec/models/network_search_spec.rb +30 -5
  368. data/spec/models/network_size_spec.rb +30 -5
  369. data/spec/models/network_spec.rb +30 -5
  370. data/spec/models/notification_subscription_response_spec.rb +30 -5
  371. data/spec/models/notification_subscription_spec.rb +30 -5
  372. data/spec/models/plan_county_bulk_spec.rb +30 -5
  373. data/spec/models/plan_county_spec.rb +30 -5
  374. data/spec/models/plan_deleted_spec.rb +30 -5
  375. data/spec/models/plan_identifier_spec.rb +30 -5
  376. data/spec/models/plan_medicare_bulk_spec.rb +30 -29
  377. data/spec/models/plan_medicare_spec.rb +30 -29
  378. data/spec/models/plan_network_spec.rb +30 -5
  379. data/spec/models/plan_pricing_medicare_spec.rb +30 -5
  380. data/spec/models/plan_search_response_spec.rb +30 -5
  381. data/spec/models/plan_show_response_spec.rb +30 -5
  382. data/spec/models/plan_spec.rb +30 -29
  383. data/spec/models/plans_bulk_aca2018_spec.rb +30 -5
  384. data/spec/models/plans_bulk_aca_pre2018_spec.rb +30 -5
  385. data/spec/models/plans_bulk_base_spec.rb +30 -5
  386. data/spec/models/plans_bulk_dental_spec.rb +30 -5
  387. data/spec/models/plans_bulk_search_request_spec.rb +1068 -0
  388. data/spec/{api/carrier_verification_plans_api_spec.rb → models/plans_bulk_search_response_spec.rb} +46 -20
  389. data/spec/models/plans_bulk_vision_spec.rb +30 -5
  390. data/spec/models/premiums_spec.rb +1056 -0
  391. data/spec/models/provider_details_spec.rb +36 -5
  392. data/spec/models/provider_geocode_spec.rb +30 -5
  393. data/spec/models/provider_network_event_notification_spec.rb +30 -5
  394. data/spec/models/provider_network_specialty_spec.rb +30 -5
  395. data/spec/models/{request_plan_find_spec.rb → provider_networks_address_spec.rb} +43 -60
  396. data/spec/models/provider_networks_spec.rb +36 -5
  397. data/spec/{api/carrier_verification_vision_plans_api_spec.rb → models/provider_plan_network_response_spec.rb} +46 -20
  398. data/spec/models/provider_plan_response_spec.rb +42 -5
  399. data/spec/models/provider_plans_request_spec.rb +30 -5
  400. data/spec/models/provider_plans_spec.rb +30 -5
  401. data/spec/models/provider_show_response_spec.rb +30 -5
  402. data/spec/models/provider_spec.rb +30 -5
  403. data/spec/models/providers_geocode_response_spec.rb +30 -5
  404. data/spec/models/providers_search_response_spec.rb +30 -5
  405. data/spec/models/quote_create_request_spec.rb +30 -5
  406. data/spec/models/quote_create_response_spec.rb +30 -5
  407. data/spec/models/quote_create_spec.rb +30 -5
  408. data/spec/models/quote_show_response_spec.rb +30 -5
  409. data/spec/models/quote_show_spec.rb +30 -5
  410. data/spec/models/rate_request_spec.rb +30 -5
  411. data/spec/models/rate_search_spec.rb +30 -5
  412. data/spec/models/rate_show_request_spec.rb +30 -5
  413. data/spec/models/rate_show_spec.rb +36 -5
  414. data/spec/models/rates_show_response_spec.rb +30 -5
  415. data/spec/models/rating_area_spec.rb +30 -5
  416. data/spec/models/request_plan_find_applicant_spec.rb +30 -5
  417. data/spec/models/request_plan_find_drug_package_spec.rb +30 -5
  418. data/spec/models/request_plan_find_provider_spec.rb +30 -5
  419. data/spec/models/request_provider_notification_subscription_spec.rb +30 -5
  420. data/spec/models/request_providers_search_spec.rb +30 -5
  421. data/spec/models/request_rates_search_spec.rb +30 -5
  422. data/spec/models/response_rates_search_spec.rb +30 -5
  423. data/spec/models/rx_cui_identifier_search_response_spec.rb +30 -5
  424. data/spec/models/rx_cui_identifier_spec.rb +30 -5
  425. data/spec/models/service_area_spec.rb +30 -5
  426. data/spec/models/service_area_update_spec.rb +1068 -0
  427. data/spec/models/service_area_zip_county_spec.rb +30 -5
  428. data/spec/{api/carrier_verification_medical_plans_api_spec.rb → models/service_area_zip_county_update_spec.rb} +46 -20
  429. data/spec/models/specialty_search_response_spec.rb +30 -5
  430. data/spec/models/specialty_show_spec.rb +30 -5
  431. data/spec/models/state_network_size_request_spec.rb +30 -5
  432. data/spec/models/state_network_size_response_spec.rb +30 -5
  433. data/spec/models/state_spec.rb +30 -5
  434. data/spec/models/supplemental_options_spec.rb +30 -5
  435. data/spec/models/supplemental_options_update_spec.rb +30 -5
  436. data/spec/models/three_tier_composite_spec.rb +1056 -0
  437. data/spec/models/two_tier_composite_spec.rb +1050 -0
  438. data/spec/models/v7_network_comparison_response_spec.rb +30 -5
  439. data/spec/models/v7_response_providers_provider_details_spec.rb +36 -5
  440. data/spec/models/vision_plan_benefits_spec.rb +30 -5
  441. data/spec/models/vision_plan_search_applicant_spec.rb +30 -5
  442. data/spec/models/vision_plan_search_request_spec.rb +30 -5
  443. data/spec/models/vision_plan_search_response_spec.rb +30 -5
  444. data/spec/models/vision_plan_show_response_spec.rb +30 -5
  445. data/spec/models/vision_plan_spec.rb +30 -5
  446. data/spec/models/vision_plan_update_request_spec.rb +30 -5
  447. data/spec/models/vision_plan_update_spec.rb +36 -5
  448. data/spec/models/zip_code_spec.rb +30 -5
  449. data/spec/models/zip_counties_response_spec.rb +30 -5
  450. data/spec/models/zip_county_bulk_spec.rb +30 -5
  451. data/spec/models/zip_county_response_spec.rb +30 -5
  452. data/spec/models/zip_county_spec.rb +30 -5
  453. data/spec/spec_helper.rb +30 -5
  454. data/vericred_client.gemspec +30 -5
  455. metadata +74 -34
  456. data/docs/CarrierVerificationDentalPlansApi.md +0 -63
  457. data/docs/CarrierVerificationMedicalPlansApi.md +0 -63
  458. data/docs/CarrierVerificationPlansApi.md +0 -63
  459. data/docs/CarrierVerificationVisionPlansApi.md +0 -63
  460. data/docs/DrugPackagesApi.md +0 -66
  461. data/docs/ProviderNotificationSubscriptionsApi.md +0 -173
  462. data/docs/RequestPlanFindCarrierVerification.md +0 -23
  463. data/lib/vericred_client/api/carrier_verification_plans_api.rb +0 -1051
  464. data/lib/vericred_client/api/carrier_verification_vision_plans_api.rb +0 -1051
  465. data/lib/vericred_client/api/drug_packages_api.rb +0 -1055
  466. data/spec/api/drug_packages_api_spec.rb +0 -1019
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **abortion_rider** | **BOOLEAN** | True if plan covers abortion when there is no public funding available | [optional]
6
7
  **actively_marketed** | **String** | Indicates whether this plan is being actively marketed by the carrier. | [optional]
7
8
  **actuarial_value** | **Float** | Percentage of total average costs for covered benefits that a plan will cover. | [optional]
8
9
  **age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
@@ -10,24 +11,27 @@ Name | Type | Description | Notes
10
11
  **benefits** | [**MedicalPlanBenefits**](MedicalPlanBenefits.md) | Medical Plan Benefits | [optional]
11
12
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
12
13
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
14
+ **chiropractic_services_bool** | **String** | Chiropractic services string boolean | [optional]
13
15
  **coinsurance** | **Float** | Standard cost share for most benefits | [optional]
14
16
  **covered_ages** | **String** | allowed ages on the plan, possible values: allows adult-only, allows child-only, allows adult and child-only, child29, requires adult | [optional]
17
+ **display_name** | **String** | Display alias for the plan | [optional]
15
18
  **dp_rider** | **BOOLEAN** | True if plan does not cover domestic partners | [optional]
16
19
  **drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
17
20
  **embedded_deductible** | **String** | Is the individual deductible for each covered person, embedded in the family deductible | [optional]
18
21
  **essential_health_benefits_percentage** | **Float** | Percentage of essential plan benefits | [optional]
19
22
  **external_id** | **String** | Medical Plan External Identifier | [optional]
20
23
  **external_ids** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | Medical Plan External Identifiers | [optional]
21
- **family_tier** | **BOOLEAN** | True if plan is in a fixed family tier state | [optional]
22
24
  **fp_rider** | **BOOLEAN** | True if plan does not cover family planning | [optional]
23
25
  **gated** | **BOOLEAN** | Does the plan's network require a physician referral? | [optional]
24
26
  **hsa_eligible** | **BOOLEAN** | Is the plan HSA eligible? | [optional]
27
+ **infertility_rider** | **BOOLEAN** | True if plan covers infertility treatment | [optional]
25
28
  **issuer_vericred_id** | **String** | The issuer vericred id | [optional]
26
29
  **key_benefits_complete** | **BOOLEAN** | Indicates whether the plan has meaningful descriptions for these benefits: individual_medical_deductible, family_medical_deductible, individual_medical_moop, family_medical_moop, primary_care_physician. | [optional]
27
30
  **level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
28
31
  **mail_order_rx** | **Float** | Multiple of the standard Rx cost share for orders filled via mail order | [optional]
29
32
  **market** | **String** | Market for plan | [optional]
30
33
  **name** | **String** | The medical plan name | [optional]
34
+ **plan_ancestor** | **String** | A list of plan identifiers and years indicating the previous plans that the plan replaces | [optional]
31
35
  **plan_calendar** | **String** | Are deductibles and MOOPs reset on Dec-31 (\"calendar year\"), 365 day(s) after enrollment date (\"plan year\"), or are both options available (\"both\")? | [optional]
32
36
  **plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
33
37
  **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
@@ -38,6 +42,7 @@ Name | Type | Description | Notes
38
42
  **skilled_nursing_facility_365** | **String** | Does the plan cover full-time, year-round, nursing facilities? | [optional]
39
43
  **source** | **String** | Source of the plan benefit data | [optional]
40
44
  **state_code** | **String** | State code | [optional]
45
+ **telemedicine** | **String** | Indicates whether there is coverage for the remote delivery of medical benefits | [optional]
41
46
  **year** | **Integer** | Plan year | [optional]
42
47
 
43
48
 
@@ -4,7 +4,63 @@ All URIs are relative to *https://api.vericred.com/*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**find_major_medical_plans**](MedicalPlansApi.md#find_major_medical_plans) | **POST** /plans/medical/search | Search Plans
7
8
  [**put_medical_plan**](MedicalPlansApi.md#put_medical_plan) | **PUT** /plans/medical/{vericred_id} | Create/update a Medical Plan
9
+ [**show_medical_plan**](MedicalPlansApi.md#show_medical_plan) | **GET** /plans/medical/{id} | Show Plan
10
+
11
+
12
+ # **find_major_medical_plans**
13
+ > PlanSearchResponse find_major_medical_plans(body)
14
+
15
+ Search Plans
16
+
17
+ ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code<br />_(required)_ | `string` | | | fips_code<br />_(required)_ | `string` | | | market<br />_(required)_ | `string` | The options are: `individual` or `small_group`. | | enrollment_date<br />_(optional)_ | `string` | The format is `2019-01-01`. If this is not provided, we default it to today's date. | | applicants<br />_(optional)_ | `list` | Use this field to see premiums for `individual` quotes. See below for parameters. | | drug_packages<br />_(optional)_ | `list` | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the `Drug`. | | household_income<br />_(optional)_ | `int` | The total household income of the applicant for `individual` quotes. | | household_size<br />_(optional)_ | `int` | The number of applicants and dependents applying for `individual` quotes. | | ids<br />_(optional)_ | `list` | Use this field to hard filter results to certain HIOS IDs. | | providers<br />_(optional)_ | `list` | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met<br />_(optional)_ | `list` | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age<br />_(required)_ | `int` | | | child<br />_(required)_ | `boolean` | | | smoker<br />_(required)_ | `boolean` | | ### Additional Sorting Plans can be sorted by the `premium`, `carrier_name`, `level`, and `plan_type` fields, by either ascending (as `asc`) or descending (as `dsc`) sort under the `sort` field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional `issuer_qualifications_met` request key. Plans for the requested issuer(s) that are available in the geographic area will have a `-94` suffix in their `id`. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
18
+
19
+ ### Example
20
+ ```ruby
21
+ # load the gem
22
+ require 'vericred_client'
23
+ # setup authorization
24
+ VericredClient.configure do |config|
25
+ # Configure API key authorization: Vericred-Api-Key
26
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
27
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
29
+ end
30
+
31
+ api_instance = VericredClient::MedicalPlansApi.new
32
+
33
+ body = VericredClient::MedicalPlanSearchRequest.new # MedicalPlanSearchRequest |
34
+
35
+
36
+ begin
37
+ #Search Plans
38
+ result = api_instance.find_major_medical_plans(body)
39
+ p result
40
+ rescue VericredClient::ApiError => e
41
+ puts "Exception when calling MedicalPlansApi->find_major_medical_plans: #{e}"
42
+ end
43
+ ```
44
+
45
+ ### Parameters
46
+
47
+ Name | Type | Description | Notes
48
+ ------------- | ------------- | ------------- | -------------
49
+ **body** | [**MedicalPlanSearchRequest**](MedicalPlanSearchRequest.md)| |
50
+
51
+ ### Return type
52
+
53
+ [**PlanSearchResponse**](PlanSearchResponse.md)
54
+
55
+ ### Authorization
56
+
57
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
58
+
59
+ ### HTTP request headers
60
+
61
+ - **Content-Type**: Not defined
62
+ - **Accept**: Not defined
63
+
8
64
 
9
65
 
10
66
  # **put_medical_plan**
@@ -63,3 +119,61 @@ nil (empty response body)
63
119
 
64
120
 
65
121
 
122
+ # **show_medical_plan**
123
+ > PlanShowResponse show_medical_plan(id, opts)
124
+
125
+ Show Plan
126
+
127
+ ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section.
128
+
129
+ ### Example
130
+ ```ruby
131
+ # load the gem
132
+ require 'vericred_client'
133
+ # setup authorization
134
+ VericredClient.configure do |config|
135
+ # Configure API key authorization: Vericred-Api-Key
136
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
137
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
138
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
139
+ end
140
+
141
+ api_instance = VericredClient::MedicalPlansApi.new
142
+
143
+ id = "88582NY0230001" # String | ID of the Plan
144
+
145
+ opts = {
146
+ year: 2018 # Integer | Plan year (defaults to current year)
147
+ }
148
+
149
+ begin
150
+ #Show Plan
151
+ result = api_instance.show_medical_plan(id, opts)
152
+ p result
153
+ rescue VericredClient::ApiError => e
154
+ puts "Exception when calling MedicalPlansApi->show_medical_plan: #{e}"
155
+ end
156
+ ```
157
+
158
+ ### Parameters
159
+
160
+ Name | Type | Description | Notes
161
+ ------------- | ------------- | ------------- | -------------
162
+ **id** | **String**| ID of the Plan |
163
+ **year** | **Integer**| Plan year (defaults to current year) | [optional]
164
+
165
+ ### Return type
166
+
167
+ [**PlanShowResponse**](PlanShowResponse.md)
168
+
169
+ ### Authorization
170
+
171
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
172
+
173
+ ### HTTP request headers
174
+
175
+ - **Content-Type**: application/json
176
+ - **Accept**: application/json
177
+
178
+
179
+
@@ -11,10 +11,8 @@ Name | Type | Description | Notes
11
11
  **customer_service_phone_non_member** | **String** | Customer_service for non-member phone number | [optional]
12
12
  **id** | **String** | The dental plan identifier | [optional]
13
13
  **identifiers** | [**Array&lt;PlanIdentifier&gt;**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
14
- **in_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
15
14
  **logo_url** | **String** | Link to a copy of the insurance carrier&#39;s logo | [optional]
16
15
  **name** | **String** | The medicare advantage plan name | [optional]
17
- **out_of_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
18
16
  **part_b_premium_reduction** | **Float** | Part B premium reduction amount | [optional]
19
17
  **plan_type** | **String** | The type of medicare advantage plan | [optional]
20
18
  **premium_drug** | **Float** | Cumulative premium amount | [optional]
@@ -0,0 +1,30 @@
1
+ # VericredClient::MedicareAdvantagePlanSearch
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **audience** | **String** | The medicare advantage plan audience | [optional]
7
+ **benefits** | [**MedicareAdvantagePlanBenefits**](MedicareAdvantagePlanBenefits.md) | Medicare Advantage Plan Benefits | [optional]
8
+ **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
9
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
10
+ **customer_service_phone_member** | **String** | Customer Service member phone number | [optional]
11
+ **customer_service_phone_non_member** | **String** | Customer_service for non-member phone number | [optional]
12
+ **id** | **String** | The dental plan identifier | [optional]
13
+ **identifiers** | [**Array&lt;PlanIdentifier&gt;**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
14
+ **in_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
15
+ **logo_url** | **String** | Link to a copy of the insurance carrier&#39;s logo | [optional]
16
+ **name** | **String** | The medicare advantage plan name | [optional]
17
+ **out_of_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
18
+ **part_b_premium_reduction** | **Float** | Part B premium reduction amount | [optional]
19
+ **plan_type** | **String** | The type of medicare advantage plan | [optional]
20
+ **premium_drug** | **Float** | Cumulative premium amount | [optional]
21
+ **premium_health** | **Float** | Cumulative premium amount | [optional]
22
+ **source** | **String** | Source of the medicare advantage plan benefit data | [optional]
23
+ **stand_alone_part_d** | **BOOLEAN** | Stand alone flag for medical advantage plan | [optional]
24
+ **star_rating_drug_plan** | **Integer** | Star rating for the drug medicare advantage plan | [optional]
25
+ **star_rating_health_plan** | **Integer** | Star rating for the medical medicare advantage plan | [optional]
26
+ **star_rating_overall** | **Integer** | Overall star rating for the plan | [optional]
27
+ **supplemental_options** | [**Array&lt;SupplementalOptions&gt;**](SupplementalOptions.md) | List of supplemental options of this Plan | [optional]
28
+ **year** | **String** | The year of medicare advantage plan | [optional]
29
+
30
+
@@ -5,6 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **coverages** | [**Array&lt;DrugCoverage&gt;**](DrugCoverage.md) | Coverages associated with the plan. | [optional]
7
7
  **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
8
- **plans** | [**Array&lt;MedicareAdvantagePlan&gt;**](MedicareAdvantagePlan.md) | Medicare Advantage plan search results | [optional]
8
+ **plans** | [**Array&lt;MedicareAdvantagePlanSearch&gt;**](MedicareAdvantagePlanSearch.md) | Medicare Advantage plan search results | [optional]
9
9
 
10
10
 
@@ -3,7 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | null | [optional]
7
6
  **members** | [**Array&lt;MemberCreate&gt;**](MemberCreate.md) | List of Members | [optional]
8
7
 
9
8
 
data/docs/Plan.md CHANGED
@@ -4,14 +4,10 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **identifiers** | [**Array&lt;PlanIdentifier&gt;**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
7
- **in_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
8
7
  **name** | **String** | Marketing name of the plan | [optional]
9
8
  **network_size** | **Integer** | Total number of Providers in network | [optional]
10
9
  **networks** | [**Array&lt;PlanNetwork&gt;**](PlanNetwork.md) | List of networks associated with the plan | [optional]
11
- **out_of_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
12
10
  **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
13
- **premium** | **Float** | Cumulative premium amount | [optional]
14
- **premium_source** | **String** | Source of the base pricing data | [optional]
15
11
  **source** | **String** | Source of the plan benefit data | [optional]
16
12
 
17
13
 
data/docs/PlanMedicare.md CHANGED
@@ -5,14 +5,10 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **id** | **String** | Government-issued MedicareAdvantage plan ID | [optional]
7
7
  **identifiers** | [**Array&lt;PlanIdentifier&gt;**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
8
- **in_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
9
8
  **name** | **String** | Marketing name of the plan | [optional]
10
9
  **network_size** | **Integer** | Total number of Providers in network | [optional]
11
10
  **networks** | [**Array&lt;PlanNetwork&gt;**](PlanNetwork.md) | List of networks associated with the plan | [optional]
12
- **out_of_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
13
11
  **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
14
- **premium** | **Float** | Cumulative premium amount | [optional]
15
- **premium_source** | **String** | Source of the base pricing data | [optional]
16
12
  **source** | **String** | Source of the plan benefit data | [optional]
17
13
 
18
14
 
@@ -6,14 +6,10 @@ Name | Type | Description | Notes
6
6
  **formulary_name** | **String** | Name of the Plan&#39;s Formulary | [optional]
7
7
  **id** | **String** | Government-issued MedicareAdvantage plan ID | [optional]
8
8
  **identifiers** | [**Array&lt;PlanIdentifier&gt;**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
9
- **in_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
10
9
  **name** | **String** | Marketing name of the plan | [optional]
11
10
  **network_size** | **Integer** | Total number of Providers in network | [optional]
12
11
  **networks** | [**Array&lt;PlanNetwork&gt;**](PlanNetwork.md) | List of networks associated with the plan | [optional]
13
- **out_of_network_ids** | **Array&lt;Integer&gt;** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
14
12
  **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
15
- **premium** | **Float** | Cumulative premium amount | [optional]
16
- **premium_source** | **String** | Source of the base pricing data | [optional]
17
13
  **source** | **String** | Source of the plan benefit data | [optional]
18
14
  **updated_at** | **String** | Time when plan was last updated | [optional]
19
15
 
@@ -0,0 +1,13 @@
1
+ # VericredClient::PlansBulkSearchRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **market** | **String** | The market for which the plans are offered, options are: individual or small group. | [optional]
7
+ **page** | **Integer** | Selected page of paginated response. | [optional]
8
+ **per_page** | **Integer** | Results per page of response. | [optional]
9
+ **product_line** | **String** | The line of coverage, options are: medical, dental, or vision. | [optional]
10
+ **state** | **String** | The two-letter state code where the plans are offered. | [optional]
11
+ **year** | **String** | The year when the plans are offered. | [optional]
12
+
13
+
@@ -0,0 +1,9 @@
1
+ # VericredClient::PlansBulkSearchResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
7
+ **plans** | [**Array&lt;ACAPlan2018&gt;**](ACAPlan2018.md) | Plan bulk results | [optional]
8
+
9
+
data/docs/Premiums.md ADDED
@@ -0,0 +1,11 @@
1
+ # VericredClient::Premiums
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **_2_tier_composite** | [**TwoTierComposite**](TwoTierComposite.md) | Two Tier Composite Premiums | [optional]
7
+ **_3_tier_composite** | [**ThreeTierComposite**](ThreeTierComposite.md) | Three Tier Composite Premiums | [optional]
8
+ **_4_tier_composite** | [**FourTierComposite**](FourTierComposite.md) | Four Tier Composite Premiums | [optional]
9
+ **age_banded** | [**AgeBanded**](AgeBanded.md) | Age Banded Premium Totals | [optional]
10
+
11
+
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **longitude** | **Float** | Longitude of provider | [optional]
14
14
  **middle_name** | **String** | Middle name for the provider. | [optional]
15
15
  **network_ids** | **Array&lt;Integer&gt;** | Array of network ids | [optional]
16
+ **networks** | [**Array&lt;ProviderNetworks&gt;**](ProviderNetworks.md) | Provider networks | [optional]
16
17
  **npis** | **Array&lt;Integer&gt;** | The National Provider Index (NPI) numbers associated with this provider. | [optional]
17
18
  **organization_name** | **String** | name for the providers of type: organization. | [optional]
18
19
  **phone** | **String** | Office phone for the provider | [optional]
@@ -3,12 +3,13 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **addresses** | [**Array&lt;Address&gt;**](Address.md) | Provider Addresses | [optional]
6
+ **addresses** | [**Array&lt;ProviderNetworksAddress&gt;**](ProviderNetworksAddress.md) | Provider Addresses | [optional]
7
7
  **carrier_name** | **String** | Name of the Network Carrier | [optional]
8
8
  **id** | **Integer** | Primary key | [optional]
9
9
  **name** | **String** | Name of the Network | [optional]
10
10
  **pcp** | **BOOLEAN** | True if the provider is a primary care physician | [optional]
11
11
  **pcp_id** | **String** | Provider PCP Id | [optional]
12
12
  **specialties** | [**Array&lt;ProviderNetworkSpecialty&gt;**](ProviderNetworkSpecialty.md) | Specialties | [optional]
13
+ **tier** | **String** | Network Tier a provider belongs to | [optional]
13
14
 
14
15
 
@@ -0,0 +1,15 @@
1
+ # VericredClient::ProviderNetworksAddress
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **city** | **String** | City name (e.g. Springfield). | [optional]
7
+ **latitude** | **Float** | Latitude of provider | [optional]
8
+ **longitude** | **Float** | Longitude of provider | [optional]
9
+ **phone_numbers** | **Array&lt;String&gt;** | Provider phone numbers | [optional]
10
+ **state** | **String** | State code for the provider&#39;s address (e.g. NY). | [optional]
11
+ **street_line_1** | **String** | First line of the provider&#39;s street address. | [optional]
12
+ **street_line_2** | **String** | Second line of the provider&#39;s street address. | [optional]
13
+ **zip_code** | **String** | Postal code for the provider&#39;s address (e.g. 11215) | [optional]
14
+
15
+
@@ -0,0 +1,9 @@
1
+ # VericredClient::ProviderPlanNetworkResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **name** | **String** | Name of the network | [optional]
7
+ **tier** | **String** | The network tier for this plan | [optional]
8
+
9
+
@@ -3,10 +3,12 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
6
7
  **external_ids** | [**Array&lt;PlanIdentifier&gt;**](PlanIdentifier.md) | The list of identifiers of the plan. | [optional]
7
8
  **id** | **String** | Indentifier for the plan | [optional]
8
9
  **line_of_coverage** | **String** | The line of coverage for the plan. | [optional]
9
10
  **market** | **String** | The market in which the plan is offered. | [optional]
10
11
  **name** | **String** | Name for the Plan | [optional]
12
+ **networks** | [**Array&lt;ProviderPlanNetworkResponse&gt;**](ProviderPlanNetworkResponse.md) | The list of networks that a plan belongs to. | [optional]
11
13
 
12
14
 
data/docs/ProvidersApi.md CHANGED
@@ -68,7 +68,7 @@ nil (empty response body)
68
68
 
69
69
  Provider Plans
70
70
 
71
- Retrieve the plans a provider accepts. **New Verison:** In order to use this endpoint, please set your version header to `v7`. If you are using previous versions and want to get the list of `plan_ids` that a provider accepts, you can use the `hios_ids` key in the Provider Show `GET /providers/:npi` endpoint. #### External Id Types Plan `external_ids` are returned as a list, with each item containing both a `type` and a `value`. Below is a list of possible types: | Type | Description | | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | hios_id | The HIOS ID of the plan. This type will be returned for under-65 ACA medical plans. | | contract_id | A contract identifier for the plan. This will be returned for all Medicare Advantage plans and any other plan that contains external contract ids. | | package_code | A package code for the plan. This value will be returned if there is a package in which the plan is bundled. |
71
+ Retrieve the plans a provider accepts. **New Verison:** In order to use this endpoint, please set your version header to `v7`. If you are using previous versions and want to get the list of `plan_ids` that a provider accepts, you can use the `hios_ids` key in the Provider Show `GET /providers/:npi` endpoint. #### External Id Types Plan `external_ids` are returned as a list, with each item containing both a `type` and a `value`. Below is a list of possible types: | Type | Description | | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | hios_id | The HIOS ID of the plan. This type will be returned for under-65 ACA medical plans. | | contract_id | A contract identifier for the plan. This will be returned for all Medicare Advantage plans and any other plan that contains external contract ids. | | package_code | A package code for the plan. This value will be returned if there is a package in which the plan is bundled. |
72
72
 
73
73
  ### Example
74
74
  ```ruby
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
 
133
133
  Find Providers
134
134
 
135
- ### Provider Details All searches can take a `search_term`, which is used as a component in the score (and thus the ranking/order) of the results. This is combined with the proximity to the location in ranking results. For example, we would want \"Dr. John Smith\" who is 5 miles away from a given Zip Code to appear before \"Dr. John Smith\" who is 100 miles away. The weighting also allows for non-exact matches. In our prior example, we would want \"Dr. Jon Smith\" who is 2 miles away to appear before the exact match \"Dr. John Smith\" who is 100 miles away because it is more likely that the user just entered an incorrect name. The free text search also supports Specialty name search and \"body part\" Specialty name search. So, searching \"John Smith nose\" would return \"Dr. John Smith\", the ENT Specialist before \"Dr. John Smith\" the Internist. In addition, we can filter `Providers` by whether or not they accept *any* insurance. Our data set includes over 4 million `Providers`, some of whom do not accept any insurance at all. This filter makes it more likely that the user will find his or her practitioner in some cases. ### Location Information All `Provider` searches that do *not* specify `plan_ids` or `network_ids`require some type of location information. We use this information either to weight results or to filter results, depending on the type. #### Zip Code When providing the `zip_code` parameter, we order the `Providers` returned based on their score, which incorporates their proximity to the given Zip Code and the closeness of match to the search text. If a `radius` is also provided, we filter out `Providers` who are outside of that radius from the center of the Zip Code provided. #### Polygon When providing the `polygon` parameter, we filter providers who are outside the bounds of the shape provided. This is mutually exclusive with `zip_code` and `radius`. ### Specialty When providing the `specialty_ids` parameter, we filter providers to those who practice those specialties. To find the specialty_ids, please use the [Specialty Search](#specialtes-specialtes-get) endpoint. ### Plan/Network Information We can also filter based on `Plan` and `Network` participation, using `plan_ids` and `network_ids`, respectively. These filters are mutually exclusive and return the union of the resulting sets for each `Plan` or `Network`. I.e. if you provider Plan A and Plan B, you will receive `Providers` who accept *either* `Plan`. The same is true for `Networks`. The plan identifiers filter supports: Vericred plan IDs returned from the [Dental](#header-dental-quotes) and [Vision](#header-vision-quotes) endpoints, as well as, HIOS IDs and Medicare contract codes. ### Examples *Find Dr. Foo near Brooklyn* `{ \"search_term\": \"Foo\", \"zip_code\": \"11215\" }` *Find all Providers within 5 miles of Brooklyn who accept a Plan* `{ \"zip_code\": \"11215\", \"radius\": 5, \"plan_ids\": [\"88582NY0230001\"] }` *Find all providers on a map of Brooklyn ordered by a combination of proximity to the center point of the map and relevance to the search term \"ENT\"* ``` { \"polygon\": [ {\"lon\":-74.0126609802,\"lat\":40.6275684851 }, {\"lon\":-74.0126609802,\"lat\":40.7097269508 }, {\"lon\":-73.9367866516,\"lat\":40.7097269508 }, {\"lon\":-73.9367866516,\"lat\":40.6275684851 } ], \"search_term\" : \"ENT\" } ```
135
+ ### Provider Details All searches can take a `search_term`, which is used as a component in the score (and thus the ranking/order) of the results. This is combined with the proximity to the location in ranking results. For example, we would want \"Dr. John Smith\" who is 5 miles away from a given Zip Code to appear before \"Dr. John Smith\" who is 100 miles away. The weighting also allows for non-exact matches. In our prior example, we would want \"Dr. Jon Smith\" who is 2 miles away to appear before the exact match \"Dr. John Smith\" who is 100 miles away because it is more likely that the user just entered an incorrect name. The free text search also supports Specialty name search and \"body part\" Specialty name search. So, searching \"John Smith nose\" would return \"Dr. John Smith\", the ENT Specialist before \"Dr. John Smith\" the Internist. In addition, we can filter `Providers` by whether or not they accept *any* insurance. Our data set includes over 4 million `Providers`, some of whom do not accept any insurance at all. This filter makes it more likely that the user will find his or her practitioner in some cases. ### Location Information All `Provider` searches that do *not* specify `plan_ids` or `network_ids`require some type of location information. We use this information either to weight results or to filter results, depending on the type. #### Network IDs This endpoint supports filtering provider search results to only those that are in-network for specific provider networks. To do so, you can provide a `network_ids` key in the request that includes a list of the identifiers for each network to filter on. Please note that the `network_ids` response key will only appear if it is used in the request. The use of this filter is reserved for paying customers. #### Zip Code When providing the `zip_code` parameter, we order the `Providers` returned based on their score, which incorporates their proximity to the given Zip Code and the closeness of match to the search text. If a `radius` is also provided, we filter out `Providers` who are outside of that radius from the center of the Zip Code provided. #### Polygon When providing the `polygon` parameter, we filter providers who are outside the bounds of the shape provided. This is mutually exclusive with `zip_code` and `radius`. ### Specialty When providing the `specialty_ids` parameter, we filter providers to those who practice those specialties. To find the specialty_ids, please use the [Specialty Search](#specialtes-specialtes-get) endpoint. ### Plan/Network Information We can also filter based on `Plan` and `Network` participation, using `plan_ids` and `network_ids`, respectively. These filters are mutually exclusive and return the union of the resulting sets for each `Plan` or `Network`. I.e. if you provider Plan A and Plan B, you will receive `Providers` who accept *either* `Plan`. The same is true for `Networks`. The plan identifiers filter supports: Vericred plan IDs returned from the [Dental](#header-dental-quotes) and [Vision](#header-vision-quotes) endpoints, as well as, HIOS IDs and Medicare contract codes. ### Examples *Find Dr. Foo near Brooklyn* `{ \"search_term\": \"Foo\", \"zip_code\": \"11215\" }` *Find all Providers within 5 miles of Brooklyn who accept a Plan* `{ \"zip_code\": \"11215\", \"radius\": 5, \"plan_ids\": [\"88582NY0230001\"] }` *Find all providers on a map of Brooklyn ordered by a combination of proximity to the center point of the map and relevance to the search term \"ENT\"* ``` { \"polygon\": [ {\"lon\":-74.0126609802,\"lat\":40.6275684851 }, {\"lon\":-74.0126609802,\"lat\":40.7097269508 }, {\"lon\":-73.9367866516,\"lat\":40.7097269508 }, {\"lon\":-73.9367866516,\"lat\":40.6275684851 } ], \"search_term\" : \"ENT\" } ```
136
136
 
137
137
  ### Example
138
138
  ```ruby
data/docs/QuotingApi.md CHANGED
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  Create a Group
19
19
 
20
- Create a new [`Group`](#header-specifying-the-group) with which you can create [`Member`s](#quoting-quoting-put) and [`Quote`s](#quoting-quoting-post-1)
20
+ Use this endpoint to create a new `Group`. See the [Overview Section](#header-specifying-the-group) for more information. ### Parameters #### Group _(required)_ The `group` key is a required object that contains information related to the group that will be quoted. | Field | Type | Notes | |---------------------------------------|-----------|------------------------------------------------------------------------------| | chamber_association<br />_(required)_ | `boolean` | | | company_name<br />_(required)_ | `string` | | | contact_email<br />_(optional)_ | `string` | | | contact_name<br />_(optional)_ | `string` | | | contact_phone<br />_(optional)_ | `string` | The format is `123-123-1234`. | | external_id<br />_(required)_ | `string` | A field you can use to identify the group with. This can be an empty string. | | sic_code<br />_(required)_ | `string` | | #### Locations _(required)_ The `locations` key is a requied list of objects, each detailing a location in which the group has an office. There should only be one primary location. The primary location is used to determine the plan availability for that group during the quoting process. | Field | Type | Notes | |---------------------------------------|-----------|---------------------------------------------------------------------------------| | external_id<br />_(optional)_ | `string` | A field you can use to identify the location with. This can be an empty string. | | fips_code<br />_(required)_ | `string` | | | name<br />_(required)_ | `string` | | | number_of_employees<br />_(required)_ | `integer` | | | primary<br />_(required)_ | `boolean` | | | zip_code<br />_(required)_ | `string` | |
21
21
 
22
22
  ### Example
23
23
  ```ruby
@@ -71,7 +71,7 @@ Name | Type | Description | Notes
71
71
 
72
72
  Create a Quote
73
73
 
74
- Generate a `Quote` for a `Group`
74
+ Generate a `Quote` for a `Group`. See the [Overview Section](#quoting-quoting-post-1) for more information. ### Parameters #### Quote _(required)_ The `quote` key is required and it contains the criteria below for the quote that is being generated. | Field | Type | Notes | |--------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | contribution_percentage<br />_(required)_ | `integer` | | | effective_date<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. | | npn<br />_(required)_ | `string` | The National Producer Number | | participation_percentage<br />_(required)_ | `integer` | | | product_line<br />_(required)_ | `string` | The product line you wish to quote for. The options are `medical`, `dental`, or `vision`. | | rating_method<br />_(required)_ | `string` | The options are `age_banded`, `4_tier_composite`, `3_tier_composite`, and `2_tier_composite`. If we do not have a method for a plan, we will use a method we have for that plan. | | voluntary<br />_(required)_ | `boolean` | | | carrier_ids<br />_(optional)_ | `list` | A list of issuer_ids in string format. Only provide this key if you want to limit the carriers quoted. |
75
75
 
76
76
  ### Example
77
77
  ```ruby
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  Display Rates
185
185
 
186
- null
186
+ Retrieve the rates for a `Quote`. **Notice:** Please note that the `premiums` key is currently only available for `medical` Quotes. Please reach out to support@vericred.com for updates on its availability for `dental` and `vision` quotes.
187
187
 
188
188
  ### Example
189
189
  ```ruby
@@ -237,7 +237,7 @@ Name | Type | Description | Notes
237
237
 
238
238
  Display Member Rates
239
239
 
240
- null
240
+ Retrieve the member-level rates for a particular `Rate` returned for a `Quote`.
241
241
 
242
242
  ### Example
243
243
  ```ruby
@@ -287,11 +287,11 @@ Name | Type | Description | Notes
287
287
 
288
288
 
289
289
  # **update_group_members**
290
- > update_group_members(id, body)
290
+ > MembersCreateResponse update_group_members(id, body)
291
291
 
292
292
  Create or Update Members
293
293
 
294
- Specify the `Member`s and `Dependent`s for the `Group`
294
+ Add `Member`s and their `Dependent`s to a `Group`. If called on the same group twice, it will fully replace the members for that group. See the [Overview Section](#quoting-quoting-put) for more information. ### Parameters #### Members _(required)_ The `members` key is a required list containing the `Member`s for the `Group` and their `Dependent`s. | Field | Type | Notes | |---------------------------------------|-----------|------------------------------------------------------------------------------------------------------| | cobra<br />_(required)_ | `boolean` | | | date_of_birth<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. Members cannot be less than 0 years old at the time of quoting. | | dependents<br />_(required)_ | `list` | If the member does not have dependents, please pass an empty list. | | external_id<br />_(required)_ | `string` | A field you can use to identify the member with. This can be an empty string. | | fips_code<br />_(required)_ | `string` | | | gender<br />_(required)_ | `string` | The options are: `M` or `F`. | | last_used_tobacco<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. For those that have never smoked, please pass `null`. | | location_id<br />_(required)_ | `string` | The location where the member works. The identifier comes from the response when creating a `Group`. | | retiree<br />_(required)_ | `boolean` | | | zip_code<br />_(required)_ | `string` | | ##### Dependents The `dependents` key is a required list containing each `Dependent` the `Member` has. If the `Member` has no dependents, an empty list should be passed. | Field | Type | Notes | |---------------------------------------|-----------|-----------------------------------------------------------------------------------------------------------| | date_of_birth<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. Dependents cannot be less than 0 years old at the time of quoting. | | gender<br />_(required)_ | `string` | The options are `M` or `F`. | | last_used_tobacco<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. For those that have never smoked, please pass `null`. | | relationship<br />_(required)_ | `string` | Please see the [Overview Section](#header-dependent-relationships) for a list of allowed relationships. | | same_household<br />_(required)_ | `boolean` | Does the dependent live in the same household as the member? |
295
295
 
296
296
  ### Example
297
297
  ```ruby
@@ -314,7 +314,8 @@ body = VericredClient::MembersCreateRequest.new # MembersCreateRequest |
314
314
 
315
315
  begin
316
316
  #Create or Update Members
317
- api_instance.update_group_members(id, body)
317
+ result = api_instance.update_group_members(id, body)
318
+ p result
318
319
  rescue VericredClient::ApiError => e
319
320
  puts "Exception when calling QuotingApi->update_group_members: #{e}"
320
321
  end
@@ -329,7 +330,7 @@ Name | Type | Description | Notes
329
330
 
330
331
  ### Return type
331
332
 
332
- nil (empty response body)
333
+ [**MembersCreateResponse**](MembersCreateResponse.md)
333
334
 
334
335
  ### Authorization
335
336