vericred_client 0.0.11 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +92 -21
- data/docs/ACAPlan.md +96 -0
- data/docs/ACAPlan2018.md +97 -0
- data/docs/ACAPlan2018SearchResponse.md +10 -0
- data/docs/ACAPlan2018SearchResult.md +100 -0
- data/docs/ACAPlan2018ShowResponse.md +8 -0
- data/docs/ACAPlanPre2018.md +96 -0
- data/docs/ACAPlanPre2018SearchResponse.md +10 -0
- data/docs/{PlanSearchResult.md → ACAPlanPre2018SearchResult.md} +30 -11
- data/docs/ACAPlanPre2018ShowResponse.md +8 -0
- data/docs/BasePlanSearchResponse.md +9 -0
- data/docs/Carrier.md +0 -1
- data/docs/CarrierGroupRequest.md +10 -0
- data/docs/CarrierGroupsApi.md +119 -0
- data/docs/CarrierRequest.md +11 -0
- data/docs/CarrierSubsidiary.md +1 -0
- data/docs/CarrierVerificationPlansApi.md +63 -0
- data/docs/CarriersApi.md +119 -0
- data/docs/DentalPlan.md +20 -0
- data/docs/DentalPlanBenefits.md +30 -0
- data/docs/DentalPlanSearchApplicant.md +10 -0
- data/docs/DentalPlanSearchRequest.md +15 -0
- data/docs/DentalPlanSearchResponse.md +9 -0
- data/docs/DentalPlanShowResponse.md +8 -0
- data/docs/DentalPlanUpdate.md +16 -0
- data/docs/DentalPlanUpdateRequest.md +8 -0
- data/docs/DentalPlansApi.md +174 -0
- data/docs/DrugCoverage.md +1 -0
- data/docs/DrugCoverageResponse.md +1 -2
- data/docs/EmbargoRequest.md +13 -0
- data/docs/EmbargoesApi.md +119 -0
- data/docs/FormulariesApi.md +70 -0
- data/docs/IssuerRequest.md +19 -0
- data/docs/IssuersApi.md +119 -0
- data/docs/MedicalPlansApi.md +122 -0
- data/docs/{PlanSearchResponseMeta.md → MetaPlanSearchResponse.md} +2 -1
- data/docs/NetworkComparison.md +13 -0
- data/docs/NetworkComparisonRequest.md +10 -0
- data/docs/NetworkComparisonResponse.md +9 -0
- data/docs/NetworksApi.md +58 -0
- data/docs/NotificationSubscription.md +8 -0
- data/docs/NotificationSubscriptionResponse.md +8 -0
- data/docs/Plan.md +2 -61
- data/docs/PlanDeleted.md +7 -0
- data/docs/PlanIdentifier.md +9 -0
- data/docs/PlanMedicare.md +19 -0
- data/docs/PlanMedicareBulk.md +21 -0
- data/docs/PlanPricingMedicare.md +15 -0
- data/docs/PlanSearchResponse.md +1 -1
- data/docs/PlanShowResponse.md +1 -1
- data/docs/PlansApi.md +111 -1
- data/docs/Provider.md +1 -1
- data/docs/ProviderDetails.md +1 -1
- data/docs/ProviderNetworkEventNotification.md +13 -0
- data/docs/ProviderNotificationSubscriptionsApi.md +173 -0
- data/docs/ProvidersApi.md +68 -18
- data/docs/RateRequest.md +148 -0
- data/docs/RateSearch.md +143 -0
- data/docs/RatesApi.md +119 -0
- data/docs/RequestPlanFind.md +2 -0
- data/docs/RequestPlanFindCarrierVerification.md +23 -0
- data/docs/RequestProviderNotificationSubscription.md +10 -0
- data/docs/RequestProvidersSearch.md +1 -0
- data/docs/RequestRatesSearch.md +10 -0
- data/docs/ResponseRatesSearch.md +8 -0
- data/docs/RxCuiIdentifier.md +11 -0
- data/docs/RxCuiIdentifierSearchResponse.md +9 -0
- data/docs/VisionPlan.md +20 -0
- data/docs/VisionPlanBenefits.md +25 -0
- data/docs/VisionPlanSearchApplicant.md +10 -0
- data/docs/VisionPlanSearchRequest.md +15 -0
- data/docs/VisionPlanSearchResponse.md +9 -0
- data/docs/VisionPlanShowResponse.md +8 -0
- data/docs/VisionPlanUpdate.md +16 -0
- data/docs/VisionPlanUpdateRequest.md +8 -0
- data/docs/VisionPlansApi.md +174 -0
- data/lib/vericred_client/api/carrier_groups_api.rb +346 -0
- data/lib/vericred_client/api/carrier_verification_plans_api.rb +287 -0
- data/lib/vericred_client/api/carriers_api.rb +346 -0
- data/lib/vericred_client/api/dental_plans_api.rb +403 -0
- data/lib/vericred_client/api/drug_coverages_api.rb +5 -3
- data/lib/vericred_client/api/drug_packages_api.rb +5 -3
- data/lib/vericred_client/api/drugs_api.rb +5 -3
- data/lib/vericred_client/api/embargoes_api.rb +346 -0
- data/lib/vericred_client/api/formularies_api.rb +295 -0
- data/lib/vericred_client/api/issuers_api.rb +346 -0
- data/lib/vericred_client/api/medical_plans_api.rb +347 -0
- data/lib/vericred_client/api/network_sizes_api.rb +5 -3
- data/lib/vericred_client/api/networks_api.rb +66 -3
- data/lib/vericred_client/api/plans_api.rb +122 -3
- data/lib/vericred_client/api/provider_notification_subscriptions_api.rb +395 -0
- data/lib/vericred_client/api/providers_api.rb +82 -27
- data/lib/vericred_client/api/rates_api.rb +346 -0
- data/lib/vericred_client/api/vision_plans_api.rb +403 -0
- data/lib/vericred_client/api/zip_counties_api.rb +5 -3
- data/lib/vericred_client/api_client.rb +5 -3
- data/lib/vericred_client/api_error.rb +5 -3
- data/lib/vericred_client/configuration.rb +5 -3
- data/lib/vericred_client/models/aca_plan.rb +1284 -0
- data/lib/vericred_client/models/aca_plan2018.rb +1294 -0
- data/lib/vericred_client/models/aca_plan2018_search_response.rb +420 -0
- data/lib/vericred_client/models/aca_plan2018_search_result.rb +1324 -0
- data/lib/vericred_client/models/aca_plan2018_show_response.rb +396 -0
- data/lib/vericred_client/models/aca_plan_pre2018.rb +1284 -0
- data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +420 -0
- data/lib/vericred_client/models/{plan_search_result.rb → aca_plan_pre2018_search_result.rb} +294 -98
- data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +396 -0
- data/lib/vericred_client/models/base.rb +5 -3
- data/lib/vericred_client/models/base_plan_search_response.rb +408 -0
- data/lib/vericred_client/models/carrier.rb +9 -17
- data/lib/vericred_client/models/carrier_group_request.rb +416 -0
- data/lib/vericred_client/models/carrier_request.rb +426 -0
- data/lib/vericred_client/models/carrier_subsidiary.rb +19 -7
- data/lib/vericred_client/models/county.rb +5 -3
- data/lib/vericred_client/models/county_bulk.rb +5 -3
- data/lib/vericred_client/models/dental_plan.rb +518 -0
- data/lib/vericred_client/models/dental_plan_benefits.rb +616 -0
- data/lib/vericred_client/models/dental_plan_search_applicant.rb +416 -0
- data/lib/vericred_client/models/dental_plan_search_request.rb +468 -0
- data/lib/vericred_client/models/dental_plan_search_response.rb +408 -0
- data/lib/vericred_client/models/dental_plan_show_response.rb +396 -0
- data/lib/vericred_client/models/dental_plan_update.rb +478 -0
- data/lib/vericred_client/models/dental_plan_update_request.rb +396 -0
- data/lib/vericred_client/models/drug.rb +5 -3
- data/lib/vericred_client/models/drug_coverage.rb +18 -4
- data/lib/vericred_client/models/drug_coverage_response.rb +12 -24
- data/lib/vericred_client/models/drug_package.rb +5 -3
- data/lib/vericred_client/models/drug_search_response.rb +5 -3
- data/lib/vericred_client/models/embargo_request.rb +446 -0
- data/lib/vericred_client/models/formulary.rb +5 -3
- data/lib/vericred_client/models/formulary_drug_package_response.rb +5 -3
- data/lib/vericred_client/models/formulary_response.rb +5 -3
- data/lib/vericred_client/models/issuer_request.rb +506 -0
- data/lib/vericred_client/models/meta.rb +5 -3
- data/lib/vericred_client/models/{plan_search_response_meta.rb → meta_plan_search_response.rb} +20 -8
- data/lib/vericred_client/models/network.rb +5 -3
- data/lib/vericred_client/models/network_comparison.rb +446 -0
- data/lib/vericred_client/models/network_comparison_request.rb +418 -0
- data/lib/vericred_client/models/network_comparison_response.rb +410 -0
- data/lib/vericred_client/models/network_details.rb +5 -3
- data/lib/vericred_client/models/network_details_response.rb +5 -3
- data/lib/vericred_client/models/network_search_response.rb +5 -3
- data/lib/vericred_client/models/network_size.rb +5 -3
- data/lib/vericred_client/models/notification_subscription.rb +396 -0
- data/lib/vericred_client/models/notification_subscription_response.rb +396 -0
- data/lib/vericred_client/models/plan.rb +28 -616
- data/lib/vericred_client/models/plan_county.rb +5 -3
- data/lib/vericred_client/models/plan_county_bulk.rb +5 -3
- data/lib/vericred_client/models/plan_deleted.rb +386 -0
- data/lib/vericred_client/models/plan_identifier.rb +406 -0
- data/lib/vericred_client/models/plan_medicare.rb +510 -0
- data/lib/vericred_client/models/plan_medicare_bulk.rb +530 -0
- data/lib/vericred_client/models/plan_pricing_medicare.rb +466 -0
- data/lib/vericred_client/models/plan_search_response.rb +21 -19
- data/lib/vericred_client/models/plan_show_response.rb +6 -4
- data/lib/vericred_client/models/provider.rb +21 -17
- data/lib/vericred_client/models/provider_details.rb +18 -14
- data/lib/vericred_client/models/provider_geocode.rb +5 -3
- data/lib/vericred_client/models/provider_network_event_notification.rb +450 -0
- data/lib/vericred_client/models/provider_show_response.rb +5 -3
- data/lib/vericred_client/models/providers_geocode_response.rb +5 -3
- data/lib/vericred_client/models/providers_search_response.rb +5 -3
- data/lib/vericred_client/models/rate_request.rb +1796 -0
- data/lib/vericred_client/models/rate_search.rb +1746 -0
- data/lib/vericred_client/models/rating_area.rb +5 -3
- data/lib/vericred_client/models/request_plan_find.rb +26 -4
- data/lib/vericred_client/models/request_plan_find_applicant.rb +5 -3
- data/lib/vericred_client/models/request_plan_find_carrier_verification.rb +556 -0
- data/lib/vericred_client/models/request_plan_find_drug_package.rb +5 -3
- data/lib/vericred_client/models/request_plan_find_provider.rb +5 -3
- data/lib/vericred_client/models/request_provider_notification_subscription.rb +418 -0
- data/lib/vericred_client/models/request_providers_search.rb +18 -4
- data/lib/vericred_client/models/request_rates_search.rb +416 -0
- data/lib/vericred_client/models/response_rates_search.rb +396 -0
- data/lib/vericred_client/models/{applicant.rb → rx_cui_identifier.rb} +23 -51
- data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +408 -0
- data/lib/vericred_client/models/service_area.rb +5 -3
- data/lib/vericred_client/models/service_area_zip_county.rb +5 -3
- data/lib/vericred_client/models/state.rb +5 -3
- data/lib/vericred_client/models/state_network_size_request.rb +5 -3
- data/lib/vericred_client/models/state_network_size_response.rb +5 -3
- data/lib/vericred_client/models/vision_plan.rb +518 -0
- data/lib/vericred_client/models/vision_plan_benefits.rb +566 -0
- data/lib/vericred_client/models/vision_plan_search_applicant.rb +416 -0
- data/lib/vericred_client/models/vision_plan_search_request.rb +468 -0
- data/lib/vericred_client/models/vision_plan_search_response.rb +408 -0
- data/lib/vericred_client/models/vision_plan_show_response.rb +396 -0
- data/lib/vericred_client/models/vision_plan_update.rb +478 -0
- data/lib/vericred_client/models/vision_plan_update_request.rb +396 -0
- data/lib/vericred_client/models/zip_code.rb +5 -3
- data/lib/vericred_client/models/zip_counties_response.rb +5 -3
- data/lib/vericred_client/models/zip_county.rb +5 -3
- data/lib/vericred_client/models/zip_county_bulk.rb +5 -3
- data/lib/vericred_client/models/zip_county_response.rb +5 -3
- data/lib/vericred_client/version.rb +6 -4
- data/lib/vericred_client.rb +66 -6
- data/spec/api/carrier_groups_api_spec.rb +267 -0
- data/spec/api/carrier_verification_plans_api_spec.rb +254 -0
- data/spec/api/carriers_api_spec.rb +267 -0
- data/spec/api/dental_plans_api_spec.rb +279 -0
- data/spec/api/drug_coverages_api_spec.rb +5 -3
- data/spec/api/drug_packages_api_spec.rb +5 -3
- data/spec/api/drugs_api_spec.rb +5 -3
- data/spec/api/embargoes_api_spec.rb +267 -0
- data/spec/api/formularies_api_spec.rb +257 -0
- data/spec/api/issuers_api_spec.rb +267 -0
- data/spec/api/medical_plans_api_spec.rb +267 -0
- data/spec/api/network_sizes_api_spec.rb +5 -3
- data/spec/api/networks_api_spec.rb +18 -3
- data/spec/api/plans_api_spec.rb +30 -3
- data/spec/api/provider_notification_subscriptions_api_spec.rb +278 -0
- data/spec/api/providers_api_spec.rb +23 -10
- data/spec/api/rates_api_spec.rb +267 -0
- data/spec/api/vision_plans_api_spec.rb +279 -0
- data/spec/api/zip_counties_api_spec.rb +5 -3
- data/spec/api_client_spec.rb +5 -3
- data/spec/configuration_spec.rb +5 -3
- data/spec/models/aca_plan2018_search_response_spec.rb +261 -0
- data/spec/models/aca_plan2018_search_result_spec.rb +801 -0
- data/spec/models/aca_plan2018_show_response_spec.rb +249 -0
- data/spec/models/aca_plan2018_spec.rb +783 -0
- data/spec/models/aca_plan_pre2018_search_response_spec.rb +261 -0
- data/spec/models/aca_plan_pre2018_search_result_spec.rb +795 -0
- data/spec/models/aca_plan_pre2018_show_response_spec.rb +249 -0
- data/spec/models/aca_plan_pre2018_spec.rb +777 -0
- data/spec/models/{plan_search_result_spec.rb → aca_plan_spec.rb} +149 -51
- data/spec/models/base_plan_search_response_spec.rb +255 -0
- data/spec/models/base_spec.rb +5 -3
- data/spec/models/carrier_group_request_spec.rb +261 -0
- data/spec/models/carrier_request_spec.rb +267 -0
- data/spec/models/carrier_spec.rb +5 -9
- data/spec/models/carrier_subsidiary_spec.rb +11 -3
- data/spec/models/county_bulk_spec.rb +5 -3
- data/spec/models/county_spec.rb +5 -3
- data/spec/models/dental_plan_benefits_spec.rb +381 -0
- data/spec/models/dental_plan_search_applicant_spec.rb +261 -0
- data/spec/models/dental_plan_search_request_spec.rb +291 -0
- data/spec/models/dental_plan_search_response_spec.rb +255 -0
- data/spec/models/dental_plan_show_response_spec.rb +249 -0
- data/spec/models/dental_plan_spec.rb +321 -0
- data/spec/models/dental_plan_update_request_spec.rb +249 -0
- data/spec/models/dental_plan_update_spec.rb +297 -0
- data/spec/models/drug_coverage_response_spec.rb +6 -10
- data/spec/models/drug_coverage_spec.rb +11 -3
- data/spec/models/drug_package_spec.rb +5 -3
- data/spec/models/drug_search_response_spec.rb +5 -3
- data/spec/models/drug_spec.rb +5 -3
- data/spec/models/{applicant_spec.rb → embargo_request_spec.rb} +17 -21
- data/spec/models/formulary_drug_package_response_spec.rb +5 -3
- data/spec/models/formulary_response_spec.rb +5 -3
- data/spec/models/formulary_spec.rb +5 -3
- data/spec/models/issuer_request_spec.rb +315 -0
- data/spec/models/meta_plan_search_response_spec.rb +261 -0
- data/spec/models/meta_spec.rb +5 -3
- data/spec/models/network_comparison_request_spec.rb +261 -0
- data/spec/models/network_comparison_response_spec.rb +255 -0
- data/spec/models/network_comparison_spec.rb +279 -0
- data/spec/models/network_details_response_spec.rb +5 -3
- data/spec/models/network_details_spec.rb +5 -3
- data/spec/models/network_search_response_spec.rb +5 -3
- data/spec/models/network_size_spec.rb +5 -3
- data/spec/models/network_spec.rb +5 -3
- data/spec/models/notification_subscription_response_spec.rb +249 -0
- data/spec/models/notification_subscription_spec.rb +249 -0
- data/spec/models/plan_county_bulk_spec.rb +5 -3
- data/spec/models/plan_county_spec.rb +5 -3
- data/spec/models/plan_deleted_spec.rb +243 -0
- data/spec/models/{plan_search_response_meta_spec.rb → plan_identifier_spec.rb} +13 -11
- data/spec/models/plan_medicare_bulk_spec.rb +327 -0
- data/spec/models/plan_medicare_spec.rb +315 -0
- data/spec/models/plan_pricing_medicare_spec.rb +291 -0
- data/spec/models/plan_search_response_spec.rb +7 -5
- data/spec/models/plan_show_response_spec.rb +5 -3
- data/spec/models/plan_spec.rb +8 -360
- data/spec/models/provider_details_spec.rb +11 -9
- data/spec/models/provider_geocode_spec.rb +5 -3
- data/spec/models/provider_network_event_notification_spec.rb +279 -0
- data/spec/models/provider_show_response_spec.rb +5 -3
- data/spec/models/provider_spec.rb +11 -9
- data/spec/models/providers_geocode_response_spec.rb +5 -3
- data/spec/models/providers_search_response_spec.rb +5 -3
- data/spec/models/rate_request_spec.rb +1089 -0
- data/spec/models/rate_search_spec.rb +1059 -0
- data/spec/models/rating_area_spec.rb +5 -3
- data/spec/models/request_plan_find_applicant_spec.rb +5 -3
- data/spec/models/request_plan_find_carrier_verification_spec.rb +339 -0
- data/spec/models/request_plan_find_drug_package_spec.rb +5 -3
- data/spec/models/request_plan_find_provider_spec.rb +5 -3
- data/spec/models/request_plan_find_spec.rb +17 -3
- data/spec/models/request_provider_notification_subscription_spec.rb +261 -0
- data/spec/models/request_providers_search_spec.rb +11 -3
- data/spec/models/request_rates_search_spec.rb +261 -0
- data/spec/models/response_rates_search_spec.rb +249 -0
- data/spec/models/rx_cui_identifier_search_response_spec.rb +255 -0
- data/spec/models/rx_cui_identifier_spec.rb +267 -0
- data/spec/models/service_area_spec.rb +5 -3
- data/spec/models/service_area_zip_county_spec.rb +5 -3
- data/spec/models/state_network_size_request_spec.rb +5 -3
- data/spec/models/state_network_size_response_spec.rb +5 -3
- data/spec/models/state_spec.rb +5 -3
- data/spec/models/vision_plan_benefits_spec.rb +351 -0
- data/spec/models/vision_plan_search_applicant_spec.rb +261 -0
- data/spec/models/vision_plan_search_request_spec.rb +291 -0
- data/spec/models/vision_plan_search_response_spec.rb +255 -0
- data/spec/models/vision_plan_show_response_spec.rb +249 -0
- data/spec/models/vision_plan_spec.rb +321 -0
- data/spec/models/vision_plan_update_request_spec.rb +249 -0
- data/spec/models/vision_plan_update_spec.rb +297 -0
- data/spec/models/zip_code_spec.rb +5 -3
- data/spec/models/zip_counties_response_spec.rb +5 -3
- data/spec/models/zip_county_bulk_spec.rb +5 -3
- data/spec/models/zip_county_response_spec.rb +5 -3
- data/spec/models/zip_county_spec.rb +5 -3
- data/spec/spec_helper.rb +5 -3
- data/vericred_client.gemspec +5 -3
- metadata +247 -16
- data/docs/Applicant.md +0 -14
- data/git_push.sh +0 -67
@@ -0,0 +1,173 @@
|
|
1
|
+
# VericredClient::ProviderNotificationSubscriptionsApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.vericred.com/*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**create_provider_notification_subscription**](ProviderNotificationSubscriptionsApi.md#create_provider_notification_subscription) | **POST** /providers/subscription | Subscribe
|
8
|
+
[**delete_provider_notification_subscription**](ProviderNotificationSubscriptionsApi.md#delete_provider_notification_subscription) | **DELETE** /providers/subscription/{nonce} | Unsubscribe
|
9
|
+
[**notify_provider_notification_subscription**](ProviderNotificationSubscriptionsApi.md#notify_provider_notification_subscription) | **POST** /CALLBACK_URL | Webhook
|
10
|
+
|
11
|
+
|
12
|
+
# **create_provider_notification_subscription**
|
13
|
+
> NotificationSubscriptionResponse create_provider_notification_subscription(opts)
|
14
|
+
|
15
|
+
Subscribe
|
16
|
+
|
17
|
+
Subscribe to receive webhook notifications when providers join or leave a network. The request must include a list of National Provider Index (NPI) numbers for providers, a callback URL where notifications should be sent, and either a plan ID or a network ID. The response will include a `nonce` value. The `nonce` will be included in all webhook notifications originating from this subscription and will be used as the identifier for all subsequent requests. The `network_id` and `plan_id` are mutually exclusive. The request must include a value for one of the fields, but cannot include both. Examples of valid request bodies are as follows: ``` { \"npis\": [\"2712589\", \"8498549\", \"19528190\"], \"plan_id\": 1, \"callback_url\": \"https://example.com/webhook\" } ``` ``` { \"npis\": [\"2712589\", \"8498549\", \"19528190\"], \"network_id\": 1, \"callback_url\": \"https://example.com/webhook\" } ```
|
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::ProviderNotificationSubscriptionsApi.new
|
32
|
+
|
33
|
+
opts = {
|
34
|
+
root: VericredClient::RequestProviderNotificationSubscription.new # RequestProviderNotificationSubscription |
|
35
|
+
}
|
36
|
+
|
37
|
+
begin
|
38
|
+
#Subscribe
|
39
|
+
result = api_instance.create_provider_notification_subscription(opts)
|
40
|
+
p result
|
41
|
+
rescue VericredClient::ApiError => e
|
42
|
+
puts "Exception when calling ProviderNotificationSubscriptionsApi->create_provider_notification_subscription: #{e}"
|
43
|
+
end
|
44
|
+
```
|
45
|
+
|
46
|
+
### Parameters
|
47
|
+
|
48
|
+
Name | Type | Description | Notes
|
49
|
+
------------- | ------------- | ------------- | -------------
|
50
|
+
**root** | [**RequestProviderNotificationSubscription**](RequestProviderNotificationSubscription.md)| | [optional]
|
51
|
+
|
52
|
+
### Return type
|
53
|
+
|
54
|
+
[**NotificationSubscriptionResponse**](NotificationSubscriptionResponse.md)
|
55
|
+
|
56
|
+
### Authorization
|
57
|
+
|
58
|
+
[Vericred-Api-Key](../README.md#Vericred-Api-Key)
|
59
|
+
|
60
|
+
### HTTP request headers
|
61
|
+
|
62
|
+
- **Content-Type**: application/json
|
63
|
+
- **Accept**: application/json
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
# **delete_provider_notification_subscription**
|
68
|
+
> delete_provider_notification_subscription(nonce)
|
69
|
+
|
70
|
+
Unsubscribe
|
71
|
+
|
72
|
+
Unsubscribe from an existing webhook notification.
|
73
|
+
|
74
|
+
### Example
|
75
|
+
```ruby
|
76
|
+
# load the gem
|
77
|
+
require 'vericred_client'
|
78
|
+
# setup authorization
|
79
|
+
VericredClient.configure do |config|
|
80
|
+
# Configure API key authorization: Vericred-Api-Key
|
81
|
+
config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
|
82
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
83
|
+
#config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
|
84
|
+
end
|
85
|
+
|
86
|
+
api_instance = VericredClient::ProviderNotificationSubscriptionsApi.new
|
87
|
+
|
88
|
+
nonce = "7d28bda02e69ca1ebfdfe628a9bb2d4f" # String | The nonce value that was included in the response when the subscription was created
|
89
|
+
|
90
|
+
|
91
|
+
begin
|
92
|
+
#Unsubscribe
|
93
|
+
api_instance.delete_provider_notification_subscription(nonce)
|
94
|
+
rescue VericredClient::ApiError => e
|
95
|
+
puts "Exception when calling ProviderNotificationSubscriptionsApi->delete_provider_notification_subscription: #{e}"
|
96
|
+
end
|
97
|
+
```
|
98
|
+
|
99
|
+
### Parameters
|
100
|
+
|
101
|
+
Name | Type | Description | Notes
|
102
|
+
------------- | ------------- | ------------- | -------------
|
103
|
+
**nonce** | **String**| The nonce value that was included in the response when the subscription was created |
|
104
|
+
|
105
|
+
### Return type
|
106
|
+
|
107
|
+
nil (empty response body)
|
108
|
+
|
109
|
+
### Authorization
|
110
|
+
|
111
|
+
[Vericred-Api-Key](../README.md#Vericred-Api-Key)
|
112
|
+
|
113
|
+
### HTTP request headers
|
114
|
+
|
115
|
+
- **Content-Type**: application/json
|
116
|
+
- **Accept**: Not defined
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
# **notify_provider_notification_subscription**
|
121
|
+
> notify_provider_notification_subscription(opts)
|
122
|
+
|
123
|
+
Webhook
|
124
|
+
|
125
|
+
Webhook notifications are sent when there are events relevant to a subscription. Notifications will be sent to the callback URL that was provided in the original request. The endpoint handling this request should respond with a successful status code (200 <= Status Code < 300). If a successful status code is not returned the notification will be sent again at a regular interval.
|
126
|
+
|
127
|
+
### Example
|
128
|
+
```ruby
|
129
|
+
# load the gem
|
130
|
+
require 'vericred_client'
|
131
|
+
# setup authorization
|
132
|
+
VericredClient.configure do |config|
|
133
|
+
# Configure API key authorization: Vericred-Api-Key
|
134
|
+
config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
|
135
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
136
|
+
#config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
|
137
|
+
end
|
138
|
+
|
139
|
+
api_instance = VericredClient::ProviderNotificationSubscriptionsApi.new
|
140
|
+
|
141
|
+
opts = {
|
142
|
+
root: VericredClient::ProviderNetworkEventNotification.new # ProviderNetworkEventNotification |
|
143
|
+
}
|
144
|
+
|
145
|
+
begin
|
146
|
+
#Webhook
|
147
|
+
api_instance.notify_provider_notification_subscription(opts)
|
148
|
+
rescue VericredClient::ApiError => e
|
149
|
+
puts "Exception when calling ProviderNotificationSubscriptionsApi->notify_provider_notification_subscription: #{e}"
|
150
|
+
end
|
151
|
+
```
|
152
|
+
|
153
|
+
### Parameters
|
154
|
+
|
155
|
+
Name | Type | Description | Notes
|
156
|
+
------------- | ------------- | ------------- | -------------
|
157
|
+
**root** | [**ProviderNetworkEventNotification**](ProviderNetworkEventNotification.md)| | [optional]
|
158
|
+
|
159
|
+
### Return type
|
160
|
+
|
161
|
+
nil (empty response body)
|
162
|
+
|
163
|
+
### Authorization
|
164
|
+
|
165
|
+
[Vericred-Api-Key](../README.md#Vericred-Api-Key)
|
166
|
+
|
167
|
+
### HTTP request headers
|
168
|
+
|
169
|
+
- **Content-Type**: application/json
|
170
|
+
- **Accept**: Not defined
|
171
|
+
|
172
|
+
|
173
|
+
|
data/docs/ProvidersApi.md
CHANGED
@@ -4,17 +4,18 @@ All URIs are relative to *https://api.vericred.com/*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**delete_provider**](ProvidersApi.md#delete_provider) | **DELETE** /providers/{npi} | Delete an NPI from a provider.
|
8
8
|
[**get_providers**](ProvidersApi.md#get_providers) | **POST** /providers/search | Find Providers
|
9
9
|
[**get_providers_0**](ProvidersApi.md#get_providers_0) | **POST** /providers/search/geocode | Find Providers
|
10
|
+
[**put_provider**](ProvidersApi.md#put_provider) | **PUT** /providers/{npi} | Find a Provider
|
10
11
|
|
11
12
|
|
12
|
-
# **
|
13
|
-
>
|
13
|
+
# **delete_provider**
|
14
|
+
> delete_provider(npi)
|
14
15
|
|
15
|
-
|
16
|
+
Delete an NPI from a provider.
|
16
17
|
|
17
|
-
|
18
|
+
Delete a provider to the database.
|
18
19
|
|
19
20
|
### Example
|
20
21
|
```ruby
|
@@ -32,17 +33,12 @@ api_instance = VericredClient::ProvidersApi.new
|
|
32
33
|
|
33
34
|
npi = "1234567890" # String | NPI number
|
34
35
|
|
35
|
-
opts = {
|
36
|
-
year: "2016", # String | Only show plan ids for the given year
|
37
|
-
state: "NY" # String | Only show plan ids for the given state
|
38
|
-
}
|
39
36
|
|
40
37
|
begin
|
41
|
-
#
|
42
|
-
|
43
|
-
p result
|
38
|
+
#Delete an NPI from a provider.
|
39
|
+
api_instance.delete_provider(npi)
|
44
40
|
rescue VericredClient::ApiError => e
|
45
|
-
puts "Exception when calling ProvidersApi->
|
41
|
+
puts "Exception when calling ProvidersApi->delete_provider: #{e}"
|
46
42
|
end
|
47
43
|
```
|
48
44
|
|
@@ -51,12 +47,10 @@ end
|
|
51
47
|
Name | Type | Description | Notes
|
52
48
|
------------- | ------------- | ------------- | -------------
|
53
49
|
**npi** | **String**| NPI number |
|
54
|
-
**year** | **String**| Only show plan ids for the given year | [optional]
|
55
|
-
**state** | **String**| Only show plan ids for the given state | [optional]
|
56
50
|
|
57
51
|
### Return type
|
58
52
|
|
59
|
-
|
53
|
+
nil (empty response body)
|
60
54
|
|
61
55
|
### Authorization
|
62
56
|
|
@@ -64,8 +58,8 @@ Name | Type | Description | Notes
|
|
64
58
|
|
65
59
|
### HTTP request headers
|
66
60
|
|
67
|
-
- **Content-Type**:
|
68
|
-
- **Accept**:
|
61
|
+
- **Content-Type**: application/json
|
62
|
+
- **Accept**: application/json
|
69
63
|
|
70
64
|
|
71
65
|
|
@@ -177,3 +171,59 @@ Name | Type | Description | Notes
|
|
177
171
|
|
178
172
|
|
179
173
|
|
174
|
+
# **put_provider**
|
175
|
+
> put_provider(npi, body)
|
176
|
+
|
177
|
+
Find a Provider
|
178
|
+
|
179
|
+
Add a new provider to the database.
|
180
|
+
|
181
|
+
### Example
|
182
|
+
```ruby
|
183
|
+
# load the gem
|
184
|
+
require 'vericred_client'
|
185
|
+
# setup authorization
|
186
|
+
VericredClient.configure do |config|
|
187
|
+
# Configure API key authorization: Vericred-Api-Key
|
188
|
+
config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
|
189
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
190
|
+
#config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
|
191
|
+
end
|
192
|
+
|
193
|
+
api_instance = VericredClient::ProvidersApi.new
|
194
|
+
|
195
|
+
npi = "1234567890" # String | NPI number
|
196
|
+
|
197
|
+
body = VericredClient::Provider.new # Provider | Provider Record
|
198
|
+
|
199
|
+
|
200
|
+
begin
|
201
|
+
#Find a Provider
|
202
|
+
api_instance.put_provider(npi, body)
|
203
|
+
rescue VericredClient::ApiError => e
|
204
|
+
puts "Exception when calling ProvidersApi->put_provider: #{e}"
|
205
|
+
end
|
206
|
+
```
|
207
|
+
|
208
|
+
### Parameters
|
209
|
+
|
210
|
+
Name | Type | Description | Notes
|
211
|
+
------------- | ------------- | ------------- | -------------
|
212
|
+
**npi** | **String**| NPI number |
|
213
|
+
**body** | [**Provider**](Provider.md)| Provider Record |
|
214
|
+
|
215
|
+
### Return type
|
216
|
+
|
217
|
+
nil (empty response body)
|
218
|
+
|
219
|
+
### Authorization
|
220
|
+
|
221
|
+
[Vericred-Api-Key](../README.md#Vericred-Api-Key)
|
222
|
+
|
223
|
+
### HTTP request headers
|
224
|
+
|
225
|
+
- **Content-Type**: application/json
|
226
|
+
- **Accept**: application/json
|
227
|
+
|
228
|
+
|
229
|
+
|
data/docs/RateRequest.md
ADDED
@@ -0,0 +1,148 @@
|
|
1
|
+
# VericredClient::RateRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**external_id** | **String** | The external id of the plan | [optional]
|
7
|
+
**effective_date** | **String** | The effective date of the rate | [optional]
|
8
|
+
**expiration_date** | **String** | The expiration date of the rate | [optional]
|
9
|
+
**rating_area_natural_key** | **String** | The natural key for the rating area of the rate | [optional]
|
10
|
+
**age_0** | **Float** | The age 0 non-tobacco rate for the plan | [optional]
|
11
|
+
**age_0_tobacco** | **Float** | The age 0 tobacco rate for the plan | [optional]
|
12
|
+
**age_1** | **Float** | The age 1 non-tobacco rate for the plan | [optional]
|
13
|
+
**age_1_tobacco** | **Float** | The age 1 tobacco rate for the plan | [optional]
|
14
|
+
**age_2** | **Float** | The age 2 non-tobacco rate for the plan | [optional]
|
15
|
+
**age_2_tobacco** | **Float** | The age 2 tobacco rate for the plan | [optional]
|
16
|
+
**age_3** | **Float** | The age 3 non-tobacco rate for the plan | [optional]
|
17
|
+
**age_3_tobacco** | **Float** | The age 3 tobacco rate for the plan | [optional]
|
18
|
+
**age_4** | **Float** | The age 4 non-tobacco rate for the plan | [optional]
|
19
|
+
**age_4_tobacco** | **Float** | The age 4 tobacco rate for the plan | [optional]
|
20
|
+
**age_5** | **Float** | The age 5 non-tobacco rate for the plan | [optional]
|
21
|
+
**age_5_tobacco** | **Float** | The age 5 tobacco rate for the plan | [optional]
|
22
|
+
**age_6** | **Float** | The age 6 non-tobacco rate for the plan | [optional]
|
23
|
+
**age_6_tobacco** | **Float** | The age 6 tobacco rate for the plan | [optional]
|
24
|
+
**age_7** | **Float** | The age 7 non-tobacco rate for the plan | [optional]
|
25
|
+
**age_7_tobacco** | **Float** | The age 7 tobacco rate for the plan | [optional]
|
26
|
+
**age_8** | **Float** | The age 8 non-tobacco rate for the plan | [optional]
|
27
|
+
**age_8_tobacco** | **Float** | The age 8 tobacco rate for the plan | [optional]
|
28
|
+
**age_9** | **Float** | The age 9 non-tobacco rate for the plan | [optional]
|
29
|
+
**age_9_tobacco** | **Float** | The age 9 tobacco rate for the plan | [optional]
|
30
|
+
**age_10** | **Float** | The age 10 non-tobacco rate for the plan | [optional]
|
31
|
+
**age_10_tobacco** | **Float** | The age 10 tobacco rate for the plan | [optional]
|
32
|
+
**age_11** | **Float** | The age 11 non-tobacco rate for the plan | [optional]
|
33
|
+
**age_11_tobacco** | **Float** | The age 11 tobacco rate for the plan | [optional]
|
34
|
+
**age_12** | **Float** | The age 12 non-tobacco rate for the plan | [optional]
|
35
|
+
**age_12_tobacco** | **Float** | The age 12 tobacco rate for the plan | [optional]
|
36
|
+
**age_13** | **Float** | The age 13 non-tobacco rate for the plan | [optional]
|
37
|
+
**age_13_tobacco** | **Float** | The age 13 tobacco rate for the plan | [optional]
|
38
|
+
**age_14** | **Float** | The age 14 non-tobacco rate for the plan | [optional]
|
39
|
+
**age_14_tobacco** | **Float** | The age 14 tobacco rate for the plan | [optional]
|
40
|
+
**age_15** | **Float** | The age 15 non-tobacco rate for the plan | [optional]
|
41
|
+
**age_15_tobacco** | **Float** | The age 15 tobacco rate for the plan | [optional]
|
42
|
+
**age_16** | **Float** | The age 16 non-tobacco rate for the plan | [optional]
|
43
|
+
**age_16_tobacco** | **Float** | The age 16 tobacco rate for the plan | [optional]
|
44
|
+
**age_17** | **Float** | The age 17 non-tobacco rate for the plan | [optional]
|
45
|
+
**age_17_tobacco** | **Float** | The age 17 tobacco rate for the plan | [optional]
|
46
|
+
**age_18** | **Float** | The age 18 non-tobacco rate for the plan | [optional]
|
47
|
+
**age_18_tobacco** | **Float** | The age 18 tobacco rate for the plan | [optional]
|
48
|
+
**age_19** | **Float** | The age 19 non-tobacco rate for the plan | [optional]
|
49
|
+
**age_19_tobacco** | **Float** | The age 19 tobacco rate for the plan | [optional]
|
50
|
+
**age_20** | **Float** | The age 20 non-tobacco rate for the plan | [optional]
|
51
|
+
**age_20_tobacco** | **Float** | The age 20 tobacco rate for the plan | [optional]
|
52
|
+
**age_21** | **Float** | The age 21 non-tobacco rate for the plan | [optional]
|
53
|
+
**age_21_tobacco** | **Float** | The age 21 tobacco rate for the plan | [optional]
|
54
|
+
**age_22** | **Float** | The age 22 non-tobacco rate for the plan | [optional]
|
55
|
+
**age_22_tobacco** | **Float** | The age 22 tobacco rate for the plan | [optional]
|
56
|
+
**age_23** | **Float** | The age 23 non-tobacco rate for the plan | [optional]
|
57
|
+
**age_23_tobacco** | **Float** | The age 23 tobacco rate for the plan | [optional]
|
58
|
+
**age_24** | **Float** | The age 24 non-tobacco rate for the plan | [optional]
|
59
|
+
**age_24_tobacco** | **Float** | The age 24 tobacco rate for the plan | [optional]
|
60
|
+
**age_25** | **Float** | The age 25 non-tobacco rate for the plan | [optional]
|
61
|
+
**age_25_tobacco** | **Float** | The age 25 tobacco rate for the plan | [optional]
|
62
|
+
**age_26** | **Float** | The age 26 non-tobacco rate for the plan | [optional]
|
63
|
+
**age_26_tobacco** | **Float** | The age 26 tobacco rate for the plan | [optional]
|
64
|
+
**age_27** | **Float** | The age 27 non-tobacco rate for the plan | [optional]
|
65
|
+
**age_27_tobacco** | **Float** | The age 27 tobacco rate for the plan | [optional]
|
66
|
+
**age_28** | **Float** | The age 28 non-tobacco rate for the plan | [optional]
|
67
|
+
**age_28_tobacco** | **Float** | The age 28 tobacco rate for the plan | [optional]
|
68
|
+
**age_29** | **Float** | The age 29 non-tobacco rate for the plan | [optional]
|
69
|
+
**age_29_tobacco** | **Float** | The age 29 tobacco rate for the plan | [optional]
|
70
|
+
**age_30** | **Float** | The age 30 non-tobacco rate for the plan | [optional]
|
71
|
+
**age_30_tobacco** | **Float** | The age 30 tobacco rate for the plan | [optional]
|
72
|
+
**age_31** | **Float** | The age 31 non-tobacco rate for the plan | [optional]
|
73
|
+
**age_31_tobacco** | **Float** | The age 31 tobacco rate for the plan | [optional]
|
74
|
+
**age_32** | **Float** | The age 32 non-tobacco rate for the plan | [optional]
|
75
|
+
**age_32_tobacco** | **Float** | The age 32 tobacco rate for the plan | [optional]
|
76
|
+
**age_33** | **Float** | The age 33 non-tobacco rate for the plan | [optional]
|
77
|
+
**age_33_tobacco** | **Float** | The age 33 tobacco rate for the plan | [optional]
|
78
|
+
**age_34** | **Float** | The age 34 non-tobacco rate for the plan | [optional]
|
79
|
+
**age_34_tobacco** | **Float** | The age 34 tobacco rate for the plan | [optional]
|
80
|
+
**age_35** | **Float** | The age 35 non-tobacco rate for the plan | [optional]
|
81
|
+
**age_35_tobacco** | **Float** | The age 35 tobacco rate for the plan | [optional]
|
82
|
+
**age_36** | **Float** | The age 36 non-tobacco rate for the plan | [optional]
|
83
|
+
**age_36_tobacco** | **Float** | The age 36 tobacco rate for the plan | [optional]
|
84
|
+
**age_37** | **Float** | The age 37 non-tobacco rate for the plan | [optional]
|
85
|
+
**age_37_tobacco** | **Float** | The age 37 tobacco rate for the plan | [optional]
|
86
|
+
**age_38** | **Float** | The age 38 non-tobacco rate for the plan | [optional]
|
87
|
+
**age_38_tobacco** | **Float** | The age 38 tobacco rate for the plan | [optional]
|
88
|
+
**age_39** | **Float** | The age 39 non-tobacco rate for the plan | [optional]
|
89
|
+
**age_39_tobacco** | **Float** | The age 39 tobacco rate for the plan | [optional]
|
90
|
+
**age_40** | **Float** | The age 40 non-tobacco rate for the plan | [optional]
|
91
|
+
**age_40_tobacco** | **Float** | The age 40 tobacco rate for the plan | [optional]
|
92
|
+
**age_41** | **Float** | The age 41 non-tobacco rate for the plan | [optional]
|
93
|
+
**age_41_tobacco** | **Float** | The age 41 tobacco rate for the plan | [optional]
|
94
|
+
**age_42** | **Float** | The age 42 non-tobacco rate for the plan | [optional]
|
95
|
+
**age_42_tobacco** | **Float** | The age 42 tobacco rate for the plan | [optional]
|
96
|
+
**age_43** | **Float** | The age 43 non-tobacco rate for the plan | [optional]
|
97
|
+
**age_43_tobacco** | **Float** | The age 43 tobacco rate for the plan | [optional]
|
98
|
+
**age_44** | **Float** | The age 44 non-tobacco rate for the plan | [optional]
|
99
|
+
**age_44_tobacco** | **Float** | The age 44 tobacco rate for the plan | [optional]
|
100
|
+
**age_45** | **Float** | The age 45 non-tobacco rate for the plan | [optional]
|
101
|
+
**age_45_tobacco** | **Float** | The age 45 tobacco rate for the plan | [optional]
|
102
|
+
**age_46** | **Float** | The age 46 non-tobacco rate for the plan | [optional]
|
103
|
+
**age_46_tobacco** | **Float** | The age 46 tobacco rate for the plan | [optional]
|
104
|
+
**age_47** | **Float** | The age 47 non-tobacco rate for the plan | [optional]
|
105
|
+
**age_47_tobacco** | **Float** | The age 47 tobacco rate for the plan | [optional]
|
106
|
+
**age_48** | **Float** | The age 48 non-tobacco rate for the plan | [optional]
|
107
|
+
**age_48_tobacco** | **Float** | The age 48 tobacco rate for the plan | [optional]
|
108
|
+
**age_49** | **Float** | The age 49 non-tobacco rate for the plan | [optional]
|
109
|
+
**age_49_tobacco** | **Float** | The age 49 tobacco rate for the plan | [optional]
|
110
|
+
**age_50** | **Float** | The age 50 non-tobacco rate for the plan | [optional]
|
111
|
+
**age_50_tobacco** | **Float** | The age 50 tobacco rate for the plan | [optional]
|
112
|
+
**age_51** | **Float** | The age 51 non-tobacco rate for the plan | [optional]
|
113
|
+
**age_51_tobacco** | **Float** | The age 51 tobacco rate for the plan | [optional]
|
114
|
+
**age_52** | **Float** | The age 52 non-tobacco rate for the plan | [optional]
|
115
|
+
**age_52_tobacco** | **Float** | The age 52 tobacco rate for the plan | [optional]
|
116
|
+
**age_53** | **Float** | The age 53 non-tobacco rate for the plan | [optional]
|
117
|
+
**age_53_tobacco** | **Float** | The age 53 tobacco rate for the plan | [optional]
|
118
|
+
**age_54** | **Float** | The age 54 non-tobacco rate for the plan | [optional]
|
119
|
+
**age_54_tobacco** | **Float** | The age 54 tobacco rate for the plan | [optional]
|
120
|
+
**age_55** | **Float** | The age 55 non-tobacco rate for the plan | [optional]
|
121
|
+
**age_55_tobacco** | **Float** | The age 55 tobacco rate for the plan | [optional]
|
122
|
+
**age_56** | **Float** | The age 56 non-tobacco rate for the plan | [optional]
|
123
|
+
**age_56_tobacco** | **Float** | The age 56 tobacco rate for the plan | [optional]
|
124
|
+
**age_57** | **Float** | The age 57 non-tobacco rate for the plan | [optional]
|
125
|
+
**age_57_tobacco** | **Float** | The age 57 tobacco rate for the plan | [optional]
|
126
|
+
**age_58** | **Float** | The age 58 non-tobacco rate for the plan | [optional]
|
127
|
+
**age_58_tobacco** | **Float** | The age 58 tobacco rate for the plan | [optional]
|
128
|
+
**age_59** | **Float** | The age 59 non-tobacco rate for the plan | [optional]
|
129
|
+
**age_59_tobacco** | **Float** | The age 59 tobacco rate for the plan | [optional]
|
130
|
+
**age_60** | **Float** | The age 60 non-tobacco rate for the plan | [optional]
|
131
|
+
**age_60_tobacco** | **Float** | The age 60 tobacco rate for the plan | [optional]
|
132
|
+
**age_61** | **Float** | The age 61 non-tobacco rate for the plan | [optional]
|
133
|
+
**age_61_tobacco** | **Float** | The age 61 tobacco rate for the plan | [optional]
|
134
|
+
**age_62** | **Float** | The age 62 non-tobacco rate for the plan | [optional]
|
135
|
+
**age_62_tobacco** | **Float** | The age 62 tobacco rate for the plan | [optional]
|
136
|
+
**age_63** | **Float** | The age 63 non-tobacco rate for the plan | [optional]
|
137
|
+
**age_63_tobacco** | **Float** | The age 63 tobacco rate for the plan | [optional]
|
138
|
+
**age_64** | **Float** | The age 64 non-tobacco rate for the plan | [optional]
|
139
|
+
**age_64_tobacco** | **Float** | The age 64 tobacco rate for the plan | [optional]
|
140
|
+
**age_65** | **Float** | The age 65 non-tobacco rate for the plan | [optional]
|
141
|
+
**age_65_tobacco** | **Float** | The age 65 tobacco rate for the plan | [optional]
|
142
|
+
**single** | **Float** | The tier single rate for the plan | [optional]
|
143
|
+
**single_and_spouse** | **Float** | The tier single_and_spouse rate for the plan | [optional]
|
144
|
+
**single_and_children** | **Float** | The tier single_and_children rate for the plan | [optional]
|
145
|
+
**family** | **Float** | The tier family rate for the plan | [optional]
|
146
|
+
**child_only** | **Float** | The tier child_only rate for the plan | [optional]
|
147
|
+
|
148
|
+
|
data/docs/RateSearch.md
ADDED
@@ -0,0 +1,143 @@
|
|
1
|
+
# VericredClient::RateSearch
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**age_0** | **Float** | Rate for age 0 | [optional]
|
7
|
+
**age_0_tobacco** | **Float** | Tobacco rate for age 0 | [optional]
|
8
|
+
**age_1** | **Float** | Rate for age 1 | [optional]
|
9
|
+
**age_1_tobacco** | **Float** | Tobacco rate for age 1 | [optional]
|
10
|
+
**age_2** | **Float** | Rate for age 2 | [optional]
|
11
|
+
**age_2_tobacco** | **Float** | Tobacco rate for age 2 | [optional]
|
12
|
+
**age_3** | **Float** | Rate for age 3 | [optional]
|
13
|
+
**age_3_tobacco** | **Float** | Tobacco rate for age 3 | [optional]
|
14
|
+
**age_4** | **Float** | Rate for age 4 | [optional]
|
15
|
+
**age_4_tobacco** | **Float** | Tobacco rate for age 4 | [optional]
|
16
|
+
**age_5** | **Float** | Rate for age 5 | [optional]
|
17
|
+
**age_5_tobacco** | **Float** | Tobacco rate for age 5 | [optional]
|
18
|
+
**age_6** | **Float** | Rate for age 6 | [optional]
|
19
|
+
**age_6_tobacco** | **Float** | Tobacco rate for age 6 | [optional]
|
20
|
+
**age_7** | **Float** | Rate for age 7 | [optional]
|
21
|
+
**age_7_tobacco** | **Float** | Tobacco rate for age 7 | [optional]
|
22
|
+
**age_8** | **Float** | Rate for age 8 | [optional]
|
23
|
+
**age_8_tobacco** | **Float** | Tobacco rate for age 8 | [optional]
|
24
|
+
**age_9** | **Float** | Rate for age 9 | [optional]
|
25
|
+
**age_9_tobacco** | **Float** | Tobacco rate for age 9 | [optional]
|
26
|
+
**age_10** | **Float** | Rate for age 10 | [optional]
|
27
|
+
**age_10_tobacco** | **Float** | Tobacco rate for age 10 | [optional]
|
28
|
+
**age_11** | **Float** | Rate for age 11 | [optional]
|
29
|
+
**age_11_tobacco** | **Float** | Tobacco rate for age 11 | [optional]
|
30
|
+
**age_12** | **Float** | Rate for age 12 | [optional]
|
31
|
+
**age_12_tobacco** | **Float** | Tobacco rate for age 12 | [optional]
|
32
|
+
**age_13** | **Float** | Rate for age 13 | [optional]
|
33
|
+
**age_13_tobacco** | **Float** | Tobacco rate for age 13 | [optional]
|
34
|
+
**age_14** | **Float** | Rate for age 14 | [optional]
|
35
|
+
**age_14_tobacco** | **Float** | Tobacco rate for age 14 | [optional]
|
36
|
+
**age_15** | **Float** | Rate for age 15 | [optional]
|
37
|
+
**age_15_tobacco** | **Float** | Tobacco rate for age 15 | [optional]
|
38
|
+
**age_16** | **Float** | Rate for age 16 | [optional]
|
39
|
+
**age_16_tobacco** | **Float** | Tobacco rate for age 16 | [optional]
|
40
|
+
**age_17** | **Float** | Rate for age 17 | [optional]
|
41
|
+
**age_17_tobacco** | **Float** | Tobacco rate for age 17 | [optional]
|
42
|
+
**age_18** | **Float** | Rate for age 18 | [optional]
|
43
|
+
**age_18_tobacco** | **Float** | Tobacco rate for age 18 | [optional]
|
44
|
+
**age_19** | **Float** | Rate for age 19 | [optional]
|
45
|
+
**age_19_tobacco** | **Float** | Tobacco rate for age 19 | [optional]
|
46
|
+
**age_20** | **Float** | Rate for age 20 | [optional]
|
47
|
+
**age_20_tobacco** | **Float** | Tobacco rate for age 20 | [optional]
|
48
|
+
**age_21** | **Float** | Rate for age 21 | [optional]
|
49
|
+
**age_21_tobacco** | **Float** | Tobacco rate for age 21 | [optional]
|
50
|
+
**age_22** | **Float** | Rate for age 22 | [optional]
|
51
|
+
**age_22_tobacco** | **Float** | Tobacco rate for age 22 | [optional]
|
52
|
+
**age_23** | **Float** | Rate for age 23 | [optional]
|
53
|
+
**age_23_tobacco** | **Float** | Tobacco rate for age 23 | [optional]
|
54
|
+
**age_24** | **Float** | Rate for age 24 | [optional]
|
55
|
+
**age_24_tobacco** | **Float** | Tobacco rate for age 24 | [optional]
|
56
|
+
**age_25** | **Float** | Rate for age 25 | [optional]
|
57
|
+
**age_25_tobacco** | **Float** | Tobacco rate for age 25 | [optional]
|
58
|
+
**age_26** | **Float** | Rate for age 26 | [optional]
|
59
|
+
**age_26_tobacco** | **Float** | Tobacco rate for age 26 | [optional]
|
60
|
+
**age_27** | **Float** | Rate for age 27 | [optional]
|
61
|
+
**age_27_tobacco** | **Float** | Tobacco rate for age 27 | [optional]
|
62
|
+
**age_28** | **Float** | Rate for age 28 | [optional]
|
63
|
+
**age_28_tobacco** | **Float** | Tobacco rate for age 28 | [optional]
|
64
|
+
**age_29** | **Float** | Rate for age 29 | [optional]
|
65
|
+
**age_29_tobacco** | **Float** | Tobacco rate for age 29 | [optional]
|
66
|
+
**age_30** | **Float** | Rate for age 30 | [optional]
|
67
|
+
**age_30_tobacco** | **Float** | Tobacco rate for age 30 | [optional]
|
68
|
+
**age_31** | **Float** | Rate for age 31 | [optional]
|
69
|
+
**age_31_tobacco** | **Float** | Tobacco rate for age 31 | [optional]
|
70
|
+
**age_32** | **Float** | Rate for age 32 | [optional]
|
71
|
+
**age_32_tobacco** | **Float** | Tobacco rate for age 32 | [optional]
|
72
|
+
**age_33** | **Float** | Rate for age 33 | [optional]
|
73
|
+
**age_33_tobacco** | **Float** | Tobacco rate for age 33 | [optional]
|
74
|
+
**age_34** | **Float** | Rate for age 34 | [optional]
|
75
|
+
**age_34_tobacco** | **Float** | Tobacco rate for age 34 | [optional]
|
76
|
+
**age_35** | **Float** | Rate for age 35 | [optional]
|
77
|
+
**age_35_tobacco** | **Float** | Tobacco rate for age 35 | [optional]
|
78
|
+
**age_36** | **Float** | Rate for age 36 | [optional]
|
79
|
+
**age_36_tobacco** | **Float** | Tobacco rate for age 36 | [optional]
|
80
|
+
**age_37** | **Float** | Rate for age 37 | [optional]
|
81
|
+
**age_37_tobacco** | **Float** | Tobacco rate for age 37 | [optional]
|
82
|
+
**age_38** | **Float** | Rate for age 38 | [optional]
|
83
|
+
**age_38_tobacco** | **Float** | Tobacco rate for age 38 | [optional]
|
84
|
+
**age_39** | **Float** | Rate for age 39 | [optional]
|
85
|
+
**age_39_tobacco** | **Float** | Tobacco rate for age 39 | [optional]
|
86
|
+
**age_40** | **Float** | Rate for age 40 | [optional]
|
87
|
+
**age_40_tobacco** | **Float** | Tobacco rate for age 40 | [optional]
|
88
|
+
**age_41** | **Float** | Rate for age 41 | [optional]
|
89
|
+
**age_41_tobacco** | **Float** | Tobacco rate for age 41 | [optional]
|
90
|
+
**age_42** | **Float** | Rate for age 42 | [optional]
|
91
|
+
**age_42_tobacco** | **Float** | Tobacco rate for age 42 | [optional]
|
92
|
+
**age_43** | **Float** | Rate for age 43 | [optional]
|
93
|
+
**age_43_tobacco** | **Float** | Tobacco rate for age 43 | [optional]
|
94
|
+
**age_44** | **Float** | Rate for age 44 | [optional]
|
95
|
+
**age_44_tobacco** | **Float** | Tobacco rate for age 44 | [optional]
|
96
|
+
**age_45** | **Float** | Rate for age 45 | [optional]
|
97
|
+
**age_45_tobacco** | **Float** | Tobacco rate for age 45 | [optional]
|
98
|
+
**age_46** | **Float** | Rate for age 46 | [optional]
|
99
|
+
**age_46_tobacco** | **Float** | Tobacco rate for age 46 | [optional]
|
100
|
+
**age_47** | **Float** | Rate for age 47 | [optional]
|
101
|
+
**age_47_tobacco** | **Float** | Tobacco rate for age 47 | [optional]
|
102
|
+
**age_48** | **Float** | Rate for age 48 | [optional]
|
103
|
+
**age_48_tobacco** | **Float** | Tobacco rate for age 48 | [optional]
|
104
|
+
**age_49** | **Float** | Rate for age 49 | [optional]
|
105
|
+
**age_49_tobacco** | **Float** | Tobacco rate for age 49 | [optional]
|
106
|
+
**age_50** | **Float** | Rate for age 50 | [optional]
|
107
|
+
**age_50_tobacco** | **Float** | Tobacco rate for age 50 | [optional]
|
108
|
+
**age_51** | **Float** | Rate for age 51 | [optional]
|
109
|
+
**age_51_tobacco** | **Float** | Tobacco rate for age 51 | [optional]
|
110
|
+
**age_52** | **Float** | Rate for age 52 | [optional]
|
111
|
+
**age_52_tobacco** | **Float** | Tobacco rate for age 52 | [optional]
|
112
|
+
**age_53** | **Float** | Rate for age 53 | [optional]
|
113
|
+
**age_53_tobacco** | **Float** | Tobacco rate for age 53 | [optional]
|
114
|
+
**age_54** | **Float** | Rate for age 54 | [optional]
|
115
|
+
**age_54_tobacco** | **Float** | Tobacco rate for age 54 | [optional]
|
116
|
+
**age_55** | **Float** | Rate for age 55 | [optional]
|
117
|
+
**age_55_tobacco** | **Float** | Tobacco rate for age 55 | [optional]
|
118
|
+
**age_56** | **Float** | Rate for age 56 | [optional]
|
119
|
+
**age_56_tobacco** | **Float** | Tobacco rate for age 56 | [optional]
|
120
|
+
**age_57** | **Float** | Rate for age 57 | [optional]
|
121
|
+
**age_57_tobacco** | **Float** | Tobacco rate for age 57 | [optional]
|
122
|
+
**age_58** | **Float** | Rate for age 58 | [optional]
|
123
|
+
**age_58_tobacco** | **Float** | Tobacco rate for age 58 | [optional]
|
124
|
+
**age_59** | **Float** | Rate for age 59 | [optional]
|
125
|
+
**age_59_tobacco** | **Float** | Tobacco rate for age 59 | [optional]
|
126
|
+
**age_60** | **Float** | Rate for age 60 | [optional]
|
127
|
+
**age_60_tobacco** | **Float** | Tobacco rate for age 60 | [optional]
|
128
|
+
**age_61** | **Float** | Rate for age 61 | [optional]
|
129
|
+
**age_61_tobacco** | **Float** | Tobacco rate for age 61 | [optional]
|
130
|
+
**age_62** | **Float** | Rate for age 62 | [optional]
|
131
|
+
**age_62_tobacco** | **Float** | Tobacco rate for age 62 | [optional]
|
132
|
+
**age_63** | **Float** | Rate for age 63 | [optional]
|
133
|
+
**age_63_tobacco** | **Float** | Tobacco rate for age 63 | [optional]
|
134
|
+
**age_64** | **Float** | Rate for age 64 | [optional]
|
135
|
+
**age_64_tobacco** | **Float** | Tobacco rate for age 64 | [optional]
|
136
|
+
**age_65** | **Float** | Rate for age 65 | [optional]
|
137
|
+
**age_65_tobacco** | **Float** | Tobacco rate for age 65 | [optional]
|
138
|
+
**effective_date** | **Date** | First date on which the rate is effective | [optional]
|
139
|
+
**expiration_date** | **Date** | Last date on which the rate is effecitve | [optional]
|
140
|
+
**plan_id** | **String** | Foreign key to the plan | [optional]
|
141
|
+
**source** | **String** | Data source for the rate | [optional]
|
142
|
+
|
143
|
+
|