candidhealth 0.24.6 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/candidhealth/auth/v_2/client.rb +2 -2
- data/lib/candidhealth/billing_notes/v_2/client.rb +2 -2
- data/lib/candidhealth/contracts/v_2/client.rb +10 -10
- data/lib/candidhealth/custom_schemas/v_1/client.rb +8 -8
- data/lib/candidhealth/eligibility/v_2/client.rb +6 -6
- data/lib/candidhealth/encounters/v_4/client.rb +8 -8
- data/lib/candidhealth/expected_network_status/v_1/client.rb +2 -2
- data/lib/candidhealth/expected_network_status/v_2/client.rb +4 -4
- data/lib/candidhealth/exports/v_3/client.rb +2 -2
- data/lib/candidhealth/external_payment_account_config/v_1/client.rb +2 -2
- data/lib/candidhealth/fee_schedules/v_3/client.rb +20 -20
- data/lib/candidhealth/guarantor/v_1/client.rb +6 -6
- data/lib/candidhealth/import_invoice/v_1/client.rb +8 -8
- data/lib/candidhealth/insurance_adjudications/v_1/client.rb +6 -6
- data/lib/candidhealth/insurance_payments/v_1/client.rb +10 -10
- data/lib/candidhealth/insurance_refunds/v_1/client.rb +10 -10
- data/lib/candidhealth/organization_providers/v_3/client.rb +8 -8
- data/lib/candidhealth/organization_service_facilities/v_2/client.rb +10 -10
- data/lib/candidhealth/patient_payments/v_4/client.rb +10 -10
- data/lib/candidhealth/patient_refunds/v_1/client.rb +10 -10
- data/lib/candidhealth/payers/v_3/client.rb +4 -4
- data/lib/candidhealth/pre_encounter/common/types/external_provider.rb +129 -0
- data/lib/candidhealth/pre_encounter/common/types/external_provider_type.rb +14 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +28 -24
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_plan.rb +13 -4
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code.rb +86 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/network_type.rb +5 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/subscriber.rb +10 -10
- data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +22 -22
- data/lib/candidhealth/pre_encounter/patients/v_1/types/contact.rb +1 -11
- data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb +14 -10
- data/lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb +13 -9
- data/lib/candidhealth/service_facility/client.rb +2 -2
- data/lib/candidhealth/tasks/v_3/client.rb +10 -10
- data/lib/candidhealth/write_offs/v_1/client.rb +8 -8
- data/lib/candidhealth.rb +2 -2
- data/lib/environment.rb +8 -0
- data/lib/requests.rb +6 -4
- data/lib/types_export.rb +3 -1
- metadata +5 -3
- data/lib/candidhealth/pre_encounter/patients/v_1/types/external_provider.rb +0 -122
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66cacbf9ad5b8a9b03edfdb6f3cc1cd700c1ce334ab18c6d2d995110ea926673
|
4
|
+
data.tar.gz: 47c042b7f6ecd15abd96eb6ebb491a00017ab7fa4656f7302f81bdca3e88b7c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6d5a5060d9f7fee6b88180a63c2629a0591bb29500d7e2380f7f23234b04d59cf29e192f15f329283a9f175f68448247b568dc5ec21fb531a5687f4182411b9
|
7
|
+
data.tar.gz: dfc69be27297ba2d031f5787861e62c05899ce66b01847407dd8cba6a54948288b39e99f909486d053951230952f06ffdd6ca637c02218c3dfc6fbfbb0e10a4f
|
@@ -49,7 +49,7 @@ module CandidApiClient
|
|
49
49
|
# @param request_options [CandidApiClient::RequestOptions]
|
50
50
|
# @return [CandidApiClient::Auth::V2::Types::AuthGetTokenResponse]
|
51
51
|
# @example
|
52
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
52
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
53
53
|
# api.auth.v_2.get_token(client_id: "YOUR_CLIENT_ID", client_secret: "YOUR_CLIENT_SECRET")
|
54
54
|
def get_token(client_id:, client_secret:, request_options: nil)
|
55
55
|
response = @request_client.conn.post do |req|
|
@@ -114,7 +114,7 @@ module CandidApiClient
|
|
114
114
|
# @param request_options [CandidApiClient::RequestOptions]
|
115
115
|
# @return [CandidApiClient::Auth::V2::Types::AuthGetTokenResponse]
|
116
116
|
# @example
|
117
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
117
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
118
118
|
# api.auth.v_2.get_token(client_id: "YOUR_CLIENT_ID", client_secret: "YOUR_CLIENT_SECRET")
|
119
119
|
def get_token(client_id:, client_secret:, request_options: nil)
|
120
120
|
Async do
|
@@ -25,7 +25,7 @@ module CandidApiClient
|
|
25
25
|
# @param request_options [CandidApiClient::RequestOptions]
|
26
26
|
# @return [CandidApiClient::BillingNotes::V2::Types::BillingNote]
|
27
27
|
# @example
|
28
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
28
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
29
29
|
# api.billing_notes.v_2.create(encounter_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
30
30
|
def create(text:, encounter_id:, additional_properties: nil, _field_set: nil, request_options: nil)
|
31
31
|
response = @request_client.conn.post do |req|
|
@@ -67,7 +67,7 @@ module CandidApiClient
|
|
67
67
|
# @param request_options [CandidApiClient::RequestOptions]
|
68
68
|
# @return [CandidApiClient::BillingNotes::V2::Types::BillingNote]
|
69
69
|
# @example
|
70
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
70
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
71
71
|
# api.billing_notes.v_2.create(encounter_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
72
72
|
def create(text:, encounter_id:, additional_properties: nil, _field_set: nil, request_options: nil)
|
73
73
|
Async do
|
@@ -32,7 +32,7 @@ module CandidApiClient
|
|
32
32
|
# @param request_options [CandidApiClient::RequestOptions]
|
33
33
|
# @return [CandidApiClient::Contracts::V2::Types::ContractWithProviders]
|
34
34
|
# @example
|
35
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
35
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
36
36
|
# api.contracts.v_2.get(contract_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
37
37
|
def get(contract_id:, request_options: nil)
|
38
38
|
response = @request_client.conn.get do |req|
|
@@ -59,7 +59,7 @@ module CandidApiClient
|
|
59
59
|
# @param request_options [CandidApiClient::RequestOptions]
|
60
60
|
# @return [CandidApiClient::Contracts::V2::Types::ContractsPage]
|
61
61
|
# @example
|
62
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
62
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
63
63
|
# api.contracts.v_2.get_multi(
|
64
64
|
# page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
|
65
65
|
# limit: 1,
|
@@ -122,7 +122,7 @@ module CandidApiClient
|
|
122
122
|
# @param request_options [CandidApiClient::RequestOptions]
|
123
123
|
# @return [CandidApiClient::Contracts::V2::Types::ContractWithProviders]
|
124
124
|
# @example
|
125
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
125
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
126
126
|
# api.contracts.v_2.create(
|
127
127
|
# contracting_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
128
128
|
# rendering_provider_ids: Set["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"],
|
@@ -164,7 +164,7 @@ module CandidApiClient
|
|
164
164
|
# @param request_options [CandidApiClient::RequestOptions]
|
165
165
|
# @return [Void]
|
166
166
|
# @example
|
167
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
167
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
168
168
|
# api.contracts.v_2.delete(contract_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
169
169
|
def delete(contract_id:, request_options: nil)
|
170
170
|
@request_client.conn.delete do |req|
|
@@ -196,7 +196,7 @@ module CandidApiClient
|
|
196
196
|
# @param request_options [CandidApiClient::RequestOptions]
|
197
197
|
# @return [CandidApiClient::Contracts::V2::Types::ContractWithProviders]
|
198
198
|
# @example
|
199
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
199
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
200
200
|
# api.contracts.v_2.update(
|
201
201
|
# contract_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
202
202
|
# rendering_provider_ids: Set["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"],
|
@@ -246,7 +246,7 @@ module CandidApiClient
|
|
246
246
|
# @param request_options [CandidApiClient::RequestOptions]
|
247
247
|
# @return [CandidApiClient::Contracts::V2::Types::ContractWithProviders]
|
248
248
|
# @example
|
249
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
249
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
250
250
|
# api.contracts.v_2.get(contract_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
251
251
|
def get(contract_id:, request_options: nil)
|
252
252
|
Async do
|
@@ -275,7 +275,7 @@ module CandidApiClient
|
|
275
275
|
# @param request_options [CandidApiClient::RequestOptions]
|
276
276
|
# @return [CandidApiClient::Contracts::V2::Types::ContractsPage]
|
277
277
|
# @example
|
278
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
278
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
279
279
|
# api.contracts.v_2.get_multi(
|
280
280
|
# page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
|
281
281
|
# limit: 1,
|
@@ -340,7 +340,7 @@ module CandidApiClient
|
|
340
340
|
# @param request_options [CandidApiClient::RequestOptions]
|
341
341
|
# @return [CandidApiClient::Contracts::V2::Types::ContractWithProviders]
|
342
342
|
# @example
|
343
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
343
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
344
344
|
# api.contracts.v_2.create(
|
345
345
|
# contracting_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
346
346
|
# rendering_provider_ids: Set["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"],
|
@@ -384,7 +384,7 @@ module CandidApiClient
|
|
384
384
|
# @param request_options [CandidApiClient::RequestOptions]
|
385
385
|
# @return [Void]
|
386
386
|
# @example
|
387
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
387
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
388
388
|
# api.contracts.v_2.delete(contract_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
389
389
|
def delete(contract_id:, request_options: nil)
|
390
390
|
Async do
|
@@ -418,7 +418,7 @@ module CandidApiClient
|
|
418
418
|
# @param request_options [CandidApiClient::RequestOptions]
|
419
419
|
# @return [CandidApiClient::Contracts::V2::Types::ContractWithProviders]
|
420
420
|
# @example
|
421
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
421
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
422
422
|
# api.contracts.v_2.update(
|
423
423
|
# contract_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
424
424
|
# rendering_provider_ids: Set["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"],
|
@@ -24,7 +24,7 @@ module CandidApiClient
|
|
24
24
|
# @param request_options [CandidApiClient::RequestOptions]
|
25
25
|
# @return [CandidApiClient::CustomSchemas::V1::Types::SchemaGetMultiResponse]
|
26
26
|
# @example
|
27
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
27
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
28
28
|
# api.custom_schemas.v_1.get_multi
|
29
29
|
def get_multi(request_options: nil)
|
30
30
|
response = @request_client.conn.get do |req|
|
@@ -47,7 +47,7 @@ module CandidApiClient
|
|
47
47
|
# @param request_options [CandidApiClient::RequestOptions]
|
48
48
|
# @return [CandidApiClient::CustomSchemas::V1::Types::Schema]
|
49
49
|
# @example
|
50
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
50
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
51
51
|
# api.custom_schemas.v_1.get(schema_id: "ec096b13-f80a-471d-aaeb-54b021c9d582")
|
52
52
|
def get(schema_id:, request_options: nil)
|
53
53
|
response = @request_client.conn.get do |req|
|
@@ -76,7 +76,7 @@ module CandidApiClient
|
|
76
76
|
# @param request_options [CandidApiClient::RequestOptions]
|
77
77
|
# @return [CandidApiClient::CustomSchemas::V1::Types::Schema]
|
78
78
|
# @example
|
79
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
79
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
80
80
|
# api.custom_schemas.v_1.create(
|
81
81
|
# name: "General Medicine",
|
82
82
|
# description: "Values associated with a generic visit",
|
@@ -115,7 +115,7 @@ module CandidApiClient
|
|
115
115
|
# @param request_options [CandidApiClient::RequestOptions]
|
116
116
|
# @return [CandidApiClient::CustomSchemas::V1::Types::Schema]
|
117
117
|
# @example
|
118
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
118
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
119
119
|
# api.custom_schemas.v_1.update(
|
120
120
|
# schema_id: "ec096b13-f80a-471d-aaeb-54b021c9d582",
|
121
121
|
# name: "General Medicine and Health",
|
@@ -159,7 +159,7 @@ module CandidApiClient
|
|
159
159
|
# @param request_options [CandidApiClient::RequestOptions]
|
160
160
|
# @return [CandidApiClient::CustomSchemas::V1::Types::SchemaGetMultiResponse]
|
161
161
|
# @example
|
162
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
162
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
163
163
|
# api.custom_schemas.v_1.get_multi
|
164
164
|
def get_multi(request_options: nil)
|
165
165
|
Async do
|
@@ -184,7 +184,7 @@ module CandidApiClient
|
|
184
184
|
# @param request_options [CandidApiClient::RequestOptions]
|
185
185
|
# @return [CandidApiClient::CustomSchemas::V1::Types::Schema]
|
186
186
|
# @example
|
187
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
187
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
188
188
|
# api.custom_schemas.v_1.get(schema_id: "ec096b13-f80a-471d-aaeb-54b021c9d582")
|
189
189
|
def get(schema_id:, request_options: nil)
|
190
190
|
Async do
|
@@ -215,7 +215,7 @@ module CandidApiClient
|
|
215
215
|
# @param request_options [CandidApiClient::RequestOptions]
|
216
216
|
# @return [CandidApiClient::CustomSchemas::V1::Types::Schema]
|
217
217
|
# @example
|
218
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
218
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
219
219
|
# api.custom_schemas.v_1.create(
|
220
220
|
# name: "General Medicine",
|
221
221
|
# description: "Values associated with a generic visit",
|
@@ -256,7 +256,7 @@ module CandidApiClient
|
|
256
256
|
# @param request_options [CandidApiClient::RequestOptions]
|
257
257
|
# @return [CandidApiClient::CustomSchemas::V1::Types::Schema]
|
258
258
|
# @example
|
259
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
259
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
260
260
|
# api.custom_schemas.v_1.update(
|
261
261
|
# schema_id: "ec096b13-f80a-471d-aaeb-54b021c9d582",
|
262
262
|
# name: "General Medicine and Health",
|
@@ -46,7 +46,7 @@ module CandidApiClient
|
|
46
46
|
# @param request_options [CandidApiClient::RequestOptions]
|
47
47
|
# @return [Object]
|
48
48
|
# @example
|
49
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
49
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
50
50
|
# api.eligibility.v_2.submit_eligibility_check(request: {"key":"value"})
|
51
51
|
def submit_eligibility_check(request: nil, request_options: nil)
|
52
52
|
response = @request_client.conn.post do |req|
|
@@ -90,7 +90,7 @@ module CandidApiClient
|
|
90
90
|
# @param request_options [CandidApiClient::RequestOptions]
|
91
91
|
# @return [Object]
|
92
92
|
# @example
|
93
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
93
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
94
94
|
# api.eligibility.v_2.submit_eligibility_check_availity
|
95
95
|
def submit_eligibility_check_availity(request_options: nil)
|
96
96
|
response = @request_client.conn.get do |req|
|
@@ -126,7 +126,7 @@ module CandidApiClient
|
|
126
126
|
# @param request_options [CandidApiClient::RequestOptions]
|
127
127
|
# @return [Object]
|
128
128
|
# @example
|
129
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
129
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
130
130
|
# api.eligibility.v_2.submit_eligibility_check_availity_post(request: {"key":"value"})
|
131
131
|
def submit_eligibility_check_availity_post(request: nil, request_options: nil)
|
132
132
|
response = @request_client.conn.post do |req|
|
@@ -184,7 +184,7 @@ module CandidApiClient
|
|
184
184
|
# @param request_options [CandidApiClient::RequestOptions]
|
185
185
|
# @return [Object]
|
186
186
|
# @example
|
187
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
187
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
188
188
|
# api.eligibility.v_2.submit_eligibility_check(request: {"key":"value"})
|
189
189
|
def submit_eligibility_check(request: nil, request_options: nil)
|
190
190
|
Async do
|
@@ -231,7 +231,7 @@ module CandidApiClient
|
|
231
231
|
# @param request_options [CandidApiClient::RequestOptions]
|
232
232
|
# @return [Object]
|
233
233
|
# @example
|
234
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
234
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
235
235
|
# api.eligibility.v_2.submit_eligibility_check_availity
|
236
236
|
def submit_eligibility_check_availity(request_options: nil)
|
237
237
|
Async do
|
@@ -270,7 +270,7 @@ module CandidApiClient
|
|
270
270
|
# @param request_options [CandidApiClient::RequestOptions]
|
271
271
|
# @return [Object]
|
272
272
|
# @example
|
273
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
273
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
274
274
|
# api.eligibility.v_2.submit_eligibility_check_availity_post(request: {"key":"value"})
|
275
275
|
def submit_eligibility_check_availity_post(request: nil, request_options: nil)
|
276
276
|
Async do
|
@@ -77,7 +77,7 @@ module CandidApiClient
|
|
77
77
|
# @param request_options [CandidApiClient::RequestOptions]
|
78
78
|
# @return [CandidApiClient::Encounters::V4::Types::EncounterPage]
|
79
79
|
# @example
|
80
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
80
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
81
81
|
# api.encounters.v_4.get_all(
|
82
82
|
# limit: 100,
|
83
83
|
# claim_status: BILLER_RECEIVED,
|
@@ -129,7 +129,7 @@ module CandidApiClient
|
|
129
129
|
# @param request_options [CandidApiClient::RequestOptions]
|
130
130
|
# @return [CandidApiClient::Encounters::V4::Types::Encounter]
|
131
131
|
# @example
|
132
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
132
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
133
133
|
# api.encounters.v_4.get(encounter_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
134
134
|
def get(encounter_id:, request_options: nil)
|
135
135
|
response = @request_client.conn.get do |req|
|
@@ -561,7 +561,7 @@ module CandidApiClient
|
|
561
561
|
# @param request_options [CandidApiClient::RequestOptions]
|
562
562
|
# @return [CandidApiClient::Encounters::V4::Types::Encounter]
|
563
563
|
# @example
|
564
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
564
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
565
565
|
# api.encounters.v_4.create(
|
566
566
|
# date_of_service: DateTime.parse(2023-01-15),
|
567
567
|
# end_date_of_service: DateTime.parse(2023-01-15),
|
@@ -804,7 +804,7 @@ module CandidApiClient
|
|
804
804
|
# @param request_options [CandidApiClient::RequestOptions]
|
805
805
|
# @return [CandidApiClient::Encounters::V4::Types::Encounter]
|
806
806
|
# @example
|
807
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
807
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
808
808
|
# api.encounters.v_4.update(
|
809
809
|
# encounter_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
810
810
|
# prior_authorization_number: "string",
|
@@ -920,7 +920,7 @@ module CandidApiClient
|
|
920
920
|
# @param request_options [CandidApiClient::RequestOptions]
|
921
921
|
# @return [CandidApiClient::Encounters::V4::Types::EncounterPage]
|
922
922
|
# @example
|
923
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
923
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
924
924
|
# api.encounters.v_4.get_all(
|
925
925
|
# limit: 100,
|
926
926
|
# claim_status: BILLER_RECEIVED,
|
@@ -974,7 +974,7 @@ module CandidApiClient
|
|
974
974
|
# @param request_options [CandidApiClient::RequestOptions]
|
975
975
|
# @return [CandidApiClient::Encounters::V4::Types::Encounter]
|
976
976
|
# @example
|
977
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
977
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
978
978
|
# api.encounters.v_4.get(encounter_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
979
979
|
def get(encounter_id:, request_options: nil)
|
980
980
|
Async do
|
@@ -1408,7 +1408,7 @@ module CandidApiClient
|
|
1408
1408
|
# @param request_options [CandidApiClient::RequestOptions]
|
1409
1409
|
# @return [CandidApiClient::Encounters::V4::Types::Encounter]
|
1410
1410
|
# @example
|
1411
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
1411
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
1412
1412
|
# api.encounters.v_4.create(
|
1413
1413
|
# date_of_service: DateTime.parse(2023-01-15),
|
1414
1414
|
# end_date_of_service: DateTime.parse(2023-01-15),
|
@@ -1653,7 +1653,7 @@ module CandidApiClient
|
|
1653
1653
|
# @param request_options [CandidApiClient::RequestOptions]
|
1654
1654
|
# @return [CandidApiClient::Encounters::V4::Types::Encounter]
|
1655
1655
|
# @example
|
1656
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
1656
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
1657
1657
|
# api.encounters.v_4.update(
|
1658
1658
|
# encounter_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
|
1659
1659
|
# prior_authorization_number: "string",
|
@@ -38,7 +38,7 @@ module CandidApiClient
|
|
38
38
|
# @param request_options [CandidApiClient::RequestOptions]
|
39
39
|
# @return [CandidApiClient::ExpectedNetworkStatus::V1::Types::ExpectedNetworkStatusResponse]
|
40
40
|
# @example
|
41
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
41
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
42
42
|
# api.expected_network_status.v_1.compute(
|
43
43
|
# external_patient_id: "string",
|
44
44
|
# subscriber_payer_id: "string",
|
@@ -110,7 +110,7 @@ module CandidApiClient
|
|
110
110
|
# @param request_options [CandidApiClient::RequestOptions]
|
111
111
|
# @return [CandidApiClient::ExpectedNetworkStatus::V1::Types::ExpectedNetworkStatusResponse]
|
112
112
|
# @example
|
113
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
113
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
114
114
|
# api.expected_network_status.v_1.compute(
|
115
115
|
# external_patient_id: "string",
|
116
116
|
# subscriber_payer_id: "string",
|
@@ -48,7 +48,7 @@ module CandidApiClient
|
|
48
48
|
# @param request_options [CandidApiClient::RequestOptions]
|
49
49
|
# @return [CandidApiClient::ExpectedNetworkStatus::V2::Types::ExpectedNetworkStatusResponseV2]
|
50
50
|
# @example
|
51
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
51
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
52
52
|
# api.expected_network_status.v_2.compute_for_rendering_provider(rendering_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", request: { service_type: NEW_PATIENT_VIDEO_APPT, place_of_service_code: PHARMACY, subscriber_information: { }, patient_address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, billing_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", organization_service_facility_id: "30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569", date_of_service: DateTime.parse(2023-01-15) })
|
53
53
|
def compute_for_rendering_provider(rendering_provider_id:, request:, request_options: nil)
|
54
54
|
response = @request_client.conn.post do |req|
|
@@ -93,7 +93,7 @@ module CandidApiClient
|
|
93
93
|
# @param request_options [CandidApiClient::RequestOptions]
|
94
94
|
# @return [CandidApiClient::ExpectedNetworkStatus::V2::Types::ComputeAllInNetworkProvidersResponse]
|
95
95
|
# @example
|
96
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
96
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
97
97
|
# api.expected_network_status.v_2.compute_all_in_network_providers(request: { service_type: NEW_PATIENT_VIDEO_APPT, place_of_service_code: PHARMACY, subscriber_information: { }, patient_address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, billing_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", organization_service_facility_id: "30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569", date_of_service: DateTime.parse(2023-01-15) })
|
98
98
|
def compute_all_in_network_providers(request:, request_options: nil)
|
99
99
|
response = @request_client.conn.post do |req|
|
@@ -150,7 +150,7 @@ module CandidApiClient
|
|
150
150
|
# @param request_options [CandidApiClient::RequestOptions]
|
151
151
|
# @return [CandidApiClient::ExpectedNetworkStatus::V2::Types::ExpectedNetworkStatusResponseV2]
|
152
152
|
# @example
|
153
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
153
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
154
154
|
# api.expected_network_status.v_2.compute_for_rendering_provider(rendering_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", request: { service_type: NEW_PATIENT_VIDEO_APPT, place_of_service_code: PHARMACY, subscriber_information: { }, patient_address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, billing_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", organization_service_facility_id: "30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569", date_of_service: DateTime.parse(2023-01-15) })
|
155
155
|
def compute_for_rendering_provider(rendering_provider_id:, request:, request_options: nil)
|
156
156
|
Async do
|
@@ -197,7 +197,7 @@ module CandidApiClient
|
|
197
197
|
# @param request_options [CandidApiClient::RequestOptions]
|
198
198
|
# @return [CandidApiClient::ExpectedNetworkStatus::V2::Types::ComputeAllInNetworkProvidersResponse]
|
199
199
|
# @example
|
200
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
200
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
201
201
|
# api.expected_network_status.v_2.compute_all_in_network_providers(request: { service_type: NEW_PATIENT_VIDEO_APPT, place_of_service_code: PHARMACY, subscriber_information: { }, patient_address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, billing_provider_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", organization_service_facility_id: "30F55EE6-8C0E-43FC-A7FC-DAC00D5BF569", date_of_service: DateTime.parse(2023-01-15) })
|
202
202
|
def compute_all_in_network_providers(request:, request_options: nil)
|
203
203
|
Async do
|
@@ -49,7 +49,7 @@ module CandidApiClient
|
|
49
49
|
# @param request_options [CandidApiClient::RequestOptions]
|
50
50
|
# @return [CandidApiClient::Exports::V3::Types::GetExportsResponse]
|
51
51
|
# @example
|
52
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
52
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
53
53
|
# api.exports.v_3.get_exports(start_date: DateTime.parse(2023-10-01), end_date: DateTime.parse(2023-10-02))
|
54
54
|
def get_exports(start_date:, end_date:, request_options: nil)
|
55
55
|
response = @request_client.conn.get do |req|
|
@@ -113,7 +113,7 @@ module CandidApiClient
|
|
113
113
|
# @param request_options [CandidApiClient::RequestOptions]
|
114
114
|
# @return [CandidApiClient::Exports::V3::Types::GetExportsResponse]
|
115
115
|
# @example
|
116
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
116
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
117
117
|
# api.exports.v_3.get_exports(start_date: DateTime.parse(2023-10-01), end_date: DateTime.parse(2023-10-02))
|
118
118
|
def get_exports(start_date:, end_date:, request_options: nil)
|
119
119
|
Async do
|
@@ -22,7 +22,7 @@ module CandidApiClient
|
|
22
22
|
# @param request_options [CandidApiClient::RequestOptions]
|
23
23
|
# @return [CandidApiClient::ExternalPaymentAccountConfig::V1::Types::ExternalPaymentAccountConfigPage]
|
24
24
|
# @example
|
25
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
25
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
26
26
|
# api.external_payment_account_config.v_1.get_multi(limit: 1, page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9")
|
27
27
|
def get_multi(limit: nil, page_token: nil, request_options: nil)
|
28
28
|
response = @request_client.conn.get do |req|
|
@@ -60,7 +60,7 @@ module CandidApiClient
|
|
60
60
|
# @param request_options [CandidApiClient::RequestOptions]
|
61
61
|
# @return [CandidApiClient::ExternalPaymentAccountConfig::V1::Types::ExternalPaymentAccountConfigPage]
|
62
62
|
# @example
|
63
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
63
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
64
64
|
# api.external_payment_account_config.v_1.get_multi(limit: 1, page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9")
|
65
65
|
def get_multi(limit: nil, page_token: nil, request_options: nil)
|
66
66
|
Async do
|
@@ -39,7 +39,7 @@ module CandidApiClient
|
|
39
39
|
# @param request_options [CandidApiClient::RequestOptions]
|
40
40
|
# @return [CandidApiClient::FeeSchedules::V3::Types::MatchResult]
|
41
41
|
# @example
|
42
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
42
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
43
43
|
# api.fee_schedules.v_3.get_match(service_line_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
44
44
|
def get_match(service_line_id:, request_options: nil)
|
45
45
|
response = @request_client.conn.get do |req|
|
@@ -63,7 +63,7 @@ module CandidApiClient
|
|
63
63
|
# @param request_options [CandidApiClient::RequestOptions]
|
64
64
|
# @return [CandidApiClient::FeeSchedules::V3::Types::MatchTestResult]
|
65
65
|
# @example
|
66
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
66
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
67
67
|
# api.fee_schedules.v_3.test_match(service_line_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", rate_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
68
68
|
def test_match(service_line_id:, rate_id:, request_options: nil)
|
69
69
|
response = @request_client.conn.get do |req|
|
@@ -98,7 +98,7 @@ module CandidApiClient
|
|
98
98
|
# @param request_options [CandidApiClient::RequestOptions]
|
99
99
|
# @return [CandidApiClient::FeeSchedules::V3::Types::RatesPage]
|
100
100
|
# @example
|
101
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
101
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
102
102
|
# api.fee_schedules.v_3.get_multi(
|
103
103
|
# page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
|
104
104
|
# limit: 1,
|
@@ -163,7 +163,7 @@ module CandidApiClient
|
|
163
163
|
# @param request_options [CandidApiClient::RequestOptions]
|
164
164
|
# @return [CandidApiClient::FeeSchedules::V3::Types::DimensionsPage]
|
165
165
|
# @example
|
166
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
166
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
167
167
|
# api.fee_schedules.v_3.get_unique_values_for_dimension(
|
168
168
|
# page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
|
169
169
|
# limit: 1,
|
@@ -215,7 +215,7 @@ module CandidApiClient
|
|
215
215
|
# @param request_options [CandidApiClient::RequestOptions]
|
216
216
|
# @return [Array<CandidApiClient::FeeSchedules::V3::Types::Rate>]
|
217
217
|
# @example
|
218
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
218
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
219
219
|
# api.fee_schedules.v_3.get_rate_history(rate_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
220
220
|
def get_rate_history(rate_id:, request_options: nil)
|
221
221
|
response = @request_client.conn.get do |req|
|
@@ -248,7 +248,7 @@ module CandidApiClient
|
|
248
248
|
# @param request_options [CandidApiClient::RequestOptions]
|
249
249
|
# @return [Array<CandidApiClient::FeeSchedules::V3::Types::Rate>]
|
250
250
|
# @example
|
251
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
251
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
252
252
|
# api.fee_schedules.v_3.upload_fee_schedule(dry_run: true, rates: )
|
253
253
|
def upload_fee_schedule(dry_run:, rates:, request_options: nil)
|
254
254
|
response = @request_client.conn.post do |req|
|
@@ -278,7 +278,7 @@ module CandidApiClient
|
|
278
278
|
# @param request_options [CandidApiClient::RequestOptions]
|
279
279
|
# @return [Void]
|
280
280
|
# @example
|
281
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
281
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
282
282
|
# api.fee_schedules.v_3.delete_rate(rate_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", version: 1)
|
283
283
|
def delete_rate(rate_id:, version:, request_options: nil)
|
284
284
|
@request_client.conn.delete do |req|
|
@@ -299,7 +299,7 @@ module CandidApiClient
|
|
299
299
|
# @param request_options [CandidApiClient::RequestOptions]
|
300
300
|
# @return [CandidApiClient::FeeSchedules::V3::Types::PayerThreshold]
|
301
301
|
# @example
|
302
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
302
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
303
303
|
# api.fee_schedules.v_3.get_payer_thresholds_default
|
304
304
|
def get_payer_thresholds_default(request_options: nil)
|
305
305
|
response = @request_client.conn.get do |req|
|
@@ -322,7 +322,7 @@ module CandidApiClient
|
|
322
322
|
# @param request_options [CandidApiClient::RequestOptions]
|
323
323
|
# @return [CandidApiClient::FeeSchedules::V3::Types::PayerThresholdsPage]
|
324
324
|
# @example
|
325
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
325
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
326
326
|
# api.fee_schedules.v_3.get_payer_thresholds(payer_uuids: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
327
327
|
def get_payer_thresholds(payer_uuids:, request_options: nil)
|
328
328
|
response = @request_client.conn.get do |req|
|
@@ -350,7 +350,7 @@ module CandidApiClient
|
|
350
350
|
# @param request_options [CandidApiClient::RequestOptions]
|
351
351
|
# @return [CandidApiClient::FeeSchedules::V3::Types::PayerThreshold]
|
352
352
|
# @example
|
353
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
353
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
354
354
|
# api.fee_schedules.v_3.set_payer_threshold(payer_uuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", request: { upper_threshold_cents: 1, lower_threshold_cents: 1, disable_paid_incorrectly: true })
|
355
355
|
def set_payer_threshold(payer_uuid:, request:, request_options: nil)
|
356
356
|
response = @request_client.conn.put do |req|
|
@@ -386,7 +386,7 @@ module CandidApiClient
|
|
386
386
|
# @param request_options [CandidApiClient::RequestOptions]
|
387
387
|
# @return [CandidApiClient::FeeSchedules::V3::Types::MatchResult]
|
388
388
|
# @example
|
389
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
389
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
390
390
|
# api.fee_schedules.v_3.get_match(service_line_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
391
391
|
def get_match(service_line_id:, request_options: nil)
|
392
392
|
Async do
|
@@ -412,7 +412,7 @@ module CandidApiClient
|
|
412
412
|
# @param request_options [CandidApiClient::RequestOptions]
|
413
413
|
# @return [CandidApiClient::FeeSchedules::V3::Types::MatchTestResult]
|
414
414
|
# @example
|
415
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
415
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
416
416
|
# api.fee_schedules.v_3.test_match(service_line_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", rate_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
417
417
|
def test_match(service_line_id:, rate_id:, request_options: nil)
|
418
418
|
Async do
|
@@ -449,7 +449,7 @@ module CandidApiClient
|
|
449
449
|
# @param request_options [CandidApiClient::RequestOptions]
|
450
450
|
# @return [CandidApiClient::FeeSchedules::V3::Types::RatesPage]
|
451
451
|
# @example
|
452
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
452
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
453
453
|
# api.fee_schedules.v_3.get_multi(
|
454
454
|
# page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
|
455
455
|
# limit: 1,
|
@@ -516,7 +516,7 @@ module CandidApiClient
|
|
516
516
|
# @param request_options [CandidApiClient::RequestOptions]
|
517
517
|
# @return [CandidApiClient::FeeSchedules::V3::Types::DimensionsPage]
|
518
518
|
# @example
|
519
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
519
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
520
520
|
# api.fee_schedules.v_3.get_unique_values_for_dimension(
|
521
521
|
# page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
|
522
522
|
# limit: 1,
|
@@ -570,7 +570,7 @@ module CandidApiClient
|
|
570
570
|
# @param request_options [CandidApiClient::RequestOptions]
|
571
571
|
# @return [Array<CandidApiClient::FeeSchedules::V3::Types::Rate>]
|
572
572
|
# @example
|
573
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
573
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
574
574
|
# api.fee_schedules.v_3.get_rate_history(rate_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
575
575
|
def get_rate_history(rate_id:, request_options: nil)
|
576
576
|
Async do
|
@@ -605,7 +605,7 @@ module CandidApiClient
|
|
605
605
|
# @param request_options [CandidApiClient::RequestOptions]
|
606
606
|
# @return [Array<CandidApiClient::FeeSchedules::V3::Types::Rate>]
|
607
607
|
# @example
|
608
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
608
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
609
609
|
# api.fee_schedules.v_3.upload_fee_schedule(dry_run: true, rates: )
|
610
610
|
def upload_fee_schedule(dry_run:, rates:, request_options: nil)
|
611
611
|
Async do
|
@@ -641,7 +641,7 @@ module CandidApiClient
|
|
641
641
|
# @param request_options [CandidApiClient::RequestOptions]
|
642
642
|
# @return [Void]
|
643
643
|
# @example
|
644
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
644
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
645
645
|
# api.fee_schedules.v_3.delete_rate(rate_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", version: 1)
|
646
646
|
def delete_rate(rate_id:, version:, request_options: nil)
|
647
647
|
Async do
|
@@ -664,7 +664,7 @@ module CandidApiClient
|
|
664
664
|
# @param request_options [CandidApiClient::RequestOptions]
|
665
665
|
# @return [CandidApiClient::FeeSchedules::V3::Types::PayerThreshold]
|
666
666
|
# @example
|
667
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
667
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
668
668
|
# api.fee_schedules.v_3.get_payer_thresholds_default
|
669
669
|
def get_payer_thresholds_default(request_options: nil)
|
670
670
|
Async do
|
@@ -689,7 +689,7 @@ module CandidApiClient
|
|
689
689
|
# @param request_options [CandidApiClient::RequestOptions]
|
690
690
|
# @return [CandidApiClient::FeeSchedules::V3::Types::PayerThresholdsPage]
|
691
691
|
# @example
|
692
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
692
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
693
693
|
# api.fee_schedules.v_3.get_payer_thresholds(payer_uuids: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
694
694
|
def get_payer_thresholds(payer_uuids:, request_options: nil)
|
695
695
|
Async do
|
@@ -722,7 +722,7 @@ module CandidApiClient
|
|
722
722
|
# @param request_options [CandidApiClient::RequestOptions]
|
723
723
|
# @return [CandidApiClient::FeeSchedules::V3::Types::PayerThreshold]
|
724
724
|
# @example
|
725
|
-
# api = CandidApiClient::Client.new(base_url: "https://api.example.com")
|
725
|
+
# api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
|
726
726
|
# api.fee_schedules.v_3.set_payer_threshold(payer_uuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", request: { upper_threshold_cents: 1, lower_threshold_cents: 1, disable_paid_incorrectly: true })
|
727
727
|
def set_payer_threshold(payer_uuid:, request:, request_options: nil)
|
728
728
|
Async do
|