@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240531.2
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.
- package/.openapi-generator/FILES +132 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +545 -0
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api.ts +27 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +98 -80
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +105 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +2 -2
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +21 -0
- package/package.json +3 -3
package/api/fee-schedules-api.ts
CHANGED
|
@@ -30,6 +30,8 @@ import { FeeSchedListVBAResponse } from '../models';
|
|
|
30
30
|
import { FeeSchedVBAResponse } from '../models';
|
|
31
31
|
// @ts-ignore
|
|
32
32
|
import { MultiCodeResponseListVBAResponse } from '../models';
|
|
33
|
+
// @ts-ignore
|
|
34
|
+
import { UsualCustomaryRateAllPercentileListVBAResponse } from '../models';
|
|
33
35
|
/**
|
|
34
36
|
* FeeSchedulesApi - axios parameter creator
|
|
35
37
|
* @export
|
|
@@ -332,6 +334,92 @@ export const FeeSchedulesApiAxiosParamCreator = function (configuration?: Config
|
|
|
332
334
|
|
|
333
335
|
|
|
334
336
|
|
|
337
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
338
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
339
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
340
|
+
|
|
341
|
+
return {
|
|
342
|
+
url: toPathString(localVarUrlObj),
|
|
343
|
+
options: localVarRequestOptions,
|
|
344
|
+
};
|
|
345
|
+
},
|
|
346
|
+
/**
|
|
347
|
+
* Lists all UC Rates based on provided criteria.
|
|
348
|
+
* @summary List Usual and Customary Rates
|
|
349
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
350
|
+
* @param {string} [claimType] Claim Type
|
|
351
|
+
* @param {string} [serviceDate] Service Date
|
|
352
|
+
* @param {string} [zipStart] Zip Code From
|
|
353
|
+
* @param {string} [zipEnd] Zip Code Thru
|
|
354
|
+
* @param {string} [procStart] Procedure Code From
|
|
355
|
+
* @param {string} [procEnd] Procedure Code Thru
|
|
356
|
+
* @param {string} [modifier] Modifier
|
|
357
|
+
* @param {number} [percentile] Percentile
|
|
358
|
+
* @param {*} [options] Override http request option.
|
|
359
|
+
* @throws {RequiredError}
|
|
360
|
+
*/
|
|
361
|
+
listUCRate: async (vbasoftwareDatabase: string, claimType?: string, serviceDate?: string, zipStart?: string, zipEnd?: string, procStart?: string, procEnd?: string, modifier?: string, percentile?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
362
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
363
|
+
assertParamExists('listUCRate', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
364
|
+
const localVarPath = `/usual-customary-rate`;
|
|
365
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
366
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
367
|
+
let baseOptions;
|
|
368
|
+
if (configuration) {
|
|
369
|
+
baseOptions = configuration.baseOptions;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
373
|
+
const localVarHeaderParameter = {} as any;
|
|
374
|
+
const localVarQueryParameter = {} as any;
|
|
375
|
+
|
|
376
|
+
// authentication apiKeyAuth required
|
|
377
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
378
|
+
|
|
379
|
+
// authentication bearerAuth required
|
|
380
|
+
// http bearer authentication required
|
|
381
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
382
|
+
|
|
383
|
+
if (claimType !== undefined) {
|
|
384
|
+
localVarQueryParameter['claimType'] = claimType;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
if (serviceDate !== undefined) {
|
|
388
|
+
localVarQueryParameter['serviceDate'] = (serviceDate as any instanceof Date) ?
|
|
389
|
+
(serviceDate as any).toISOString() :
|
|
390
|
+
serviceDate;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
if (zipStart !== undefined) {
|
|
394
|
+
localVarQueryParameter['zipStart'] = zipStart;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
if (zipEnd !== undefined) {
|
|
398
|
+
localVarQueryParameter['zipEnd'] = zipEnd;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
if (procStart !== undefined) {
|
|
402
|
+
localVarQueryParameter['procStart'] = procStart;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
if (procEnd !== undefined) {
|
|
406
|
+
localVarQueryParameter['procEnd'] = procEnd;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
if (modifier !== undefined) {
|
|
410
|
+
localVarQueryParameter['modifier'] = modifier;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
if (percentile !== undefined) {
|
|
414
|
+
localVarQueryParameter['percentile'] = percentile;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
418
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
335
423
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
336
424
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
337
425
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -529,6 +617,25 @@ export const FeeSchedulesApiFp = function(configuration?: Configuration) {
|
|
|
529
617
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listFeeSched(vbasoftwareDatabase, page, pageSize, sortBy, options);
|
|
530
618
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
531
619
|
},
|
|
620
|
+
/**
|
|
621
|
+
* Lists all UC Rates based on provided criteria.
|
|
622
|
+
* @summary List Usual and Customary Rates
|
|
623
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
624
|
+
* @param {string} [claimType] Claim Type
|
|
625
|
+
* @param {string} [serviceDate] Service Date
|
|
626
|
+
* @param {string} [zipStart] Zip Code From
|
|
627
|
+
* @param {string} [zipEnd] Zip Code Thru
|
|
628
|
+
* @param {string} [procStart] Procedure Code From
|
|
629
|
+
* @param {string} [procEnd] Procedure Code Thru
|
|
630
|
+
* @param {string} [modifier] Modifier
|
|
631
|
+
* @param {number} [percentile] Percentile
|
|
632
|
+
* @param {*} [options] Override http request option.
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
*/
|
|
635
|
+
async listUCRate(vbasoftwareDatabase: string, claimType?: string, serviceDate?: string, zipStart?: string, zipEnd?: string, procStart?: string, procEnd?: string, modifier?: string, percentile?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UsualCustomaryRateAllPercentileListVBAResponse>> {
|
|
636
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listUCRate(vbasoftwareDatabase, claimType, serviceDate, zipStart, zipEnd, procStart, procEnd, modifier, percentile, options);
|
|
637
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
638
|
+
},
|
|
532
639
|
/**
|
|
533
640
|
* Create or Update multiple FeeSched at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
534
641
|
* @summary Create or Update Batch FeeSched
|
|
@@ -632,6 +739,24 @@ export const FeeSchedulesApiFactory = function (configuration?: Configuration, b
|
|
|
632
739
|
listFeeSched(vbasoftwareDatabase: string, page?: number, pageSize?: number, sortBy?: string, options?: any): AxiosPromise<FeeSchedListVBAResponse> {
|
|
633
740
|
return localVarFp.listFeeSched(vbasoftwareDatabase, page, pageSize, sortBy, options).then((request) => request(axios, basePath));
|
|
634
741
|
},
|
|
742
|
+
/**
|
|
743
|
+
* Lists all UC Rates based on provided criteria.
|
|
744
|
+
* @summary List Usual and Customary Rates
|
|
745
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
746
|
+
* @param {string} [claimType] Claim Type
|
|
747
|
+
* @param {string} [serviceDate] Service Date
|
|
748
|
+
* @param {string} [zipStart] Zip Code From
|
|
749
|
+
* @param {string} [zipEnd] Zip Code Thru
|
|
750
|
+
* @param {string} [procStart] Procedure Code From
|
|
751
|
+
* @param {string} [procEnd] Procedure Code Thru
|
|
752
|
+
* @param {string} [modifier] Modifier
|
|
753
|
+
* @param {number} [percentile] Percentile
|
|
754
|
+
* @param {*} [options] Override http request option.
|
|
755
|
+
* @throws {RequiredError}
|
|
756
|
+
*/
|
|
757
|
+
listUCRate(vbasoftwareDatabase: string, claimType?: string, serviceDate?: string, zipStart?: string, zipEnd?: string, procStart?: string, procEnd?: string, modifier?: string, percentile?: number, options?: any): AxiosPromise<UsualCustomaryRateAllPercentileListVBAResponse> {
|
|
758
|
+
return localVarFp.listUCRate(vbasoftwareDatabase, claimType, serviceDate, zipStart, zipEnd, procStart, procEnd, modifier, percentile, options).then((request) => request(axios, basePath));
|
|
759
|
+
},
|
|
635
760
|
/**
|
|
636
761
|
* Create or Update multiple FeeSched at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
637
762
|
* @summary Create or Update Batch FeeSched
|
|
@@ -732,6 +857,24 @@ export interface FeeSchedulesApiInterface {
|
|
|
732
857
|
*/
|
|
733
858
|
listFeeSched(vbasoftwareDatabase: string, page?: number, pageSize?: number, sortBy?: string, options?: AxiosRequestConfig): AxiosPromise<FeeSchedListVBAResponse>;
|
|
734
859
|
|
|
860
|
+
/**
|
|
861
|
+
* Lists all UC Rates based on provided criteria.
|
|
862
|
+
* @summary List Usual and Customary Rates
|
|
863
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
864
|
+
* @param {string} [claimType] Claim Type
|
|
865
|
+
* @param {string} [serviceDate] Service Date
|
|
866
|
+
* @param {string} [zipStart] Zip Code From
|
|
867
|
+
* @param {string} [zipEnd] Zip Code Thru
|
|
868
|
+
* @param {string} [procStart] Procedure Code From
|
|
869
|
+
* @param {string} [procEnd] Procedure Code Thru
|
|
870
|
+
* @param {string} [modifier] Modifier
|
|
871
|
+
* @param {number} [percentile] Percentile
|
|
872
|
+
* @param {*} [options] Override http request option.
|
|
873
|
+
* @throws {RequiredError}
|
|
874
|
+
* @memberof FeeSchedulesApiInterface
|
|
875
|
+
*/
|
|
876
|
+
listUCRate(vbasoftwareDatabase: string, claimType?: string, serviceDate?: string, zipStart?: string, zipEnd?: string, procStart?: string, procEnd?: string, modifier?: string, percentile?: number, options?: AxiosRequestConfig): AxiosPromise<UsualCustomaryRateAllPercentileListVBAResponse>;
|
|
877
|
+
|
|
735
878
|
/**
|
|
736
879
|
* Create or Update multiple FeeSched at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
737
880
|
* @summary Create or Update Batch FeeSched
|
|
@@ -844,6 +987,26 @@ export class FeeSchedulesApi extends BaseAPI implements FeeSchedulesApiInterface
|
|
|
844
987
|
return FeeSchedulesApiFp(this.configuration).listFeeSched(vbasoftwareDatabase, page, pageSize, sortBy, options).then((request) => request(this.axios, this.basePath));
|
|
845
988
|
}
|
|
846
989
|
|
|
990
|
+
/**
|
|
991
|
+
* Lists all UC Rates based on provided criteria.
|
|
992
|
+
* @summary List Usual and Customary Rates
|
|
993
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
994
|
+
* @param {string} [claimType] Claim Type
|
|
995
|
+
* @param {string} [serviceDate] Service Date
|
|
996
|
+
* @param {string} [zipStart] Zip Code From
|
|
997
|
+
* @param {string} [zipEnd] Zip Code Thru
|
|
998
|
+
* @param {string} [procStart] Procedure Code From
|
|
999
|
+
* @param {string} [procEnd] Procedure Code Thru
|
|
1000
|
+
* @param {string} [modifier] Modifier
|
|
1001
|
+
* @param {number} [percentile] Percentile
|
|
1002
|
+
* @param {*} [options] Override http request option.
|
|
1003
|
+
* @throws {RequiredError}
|
|
1004
|
+
* @memberof FeeSchedulesApi
|
|
1005
|
+
*/
|
|
1006
|
+
public listUCRate(vbasoftwareDatabase: string, claimType?: string, serviceDate?: string, zipStart?: string, zipEnd?: string, procStart?: string, procEnd?: string, modifier?: string, percentile?: number, options?: AxiosRequestConfig) {
|
|
1007
|
+
return FeeSchedulesApiFp(this.configuration).listUCRate(vbasoftwareDatabase, claimType, serviceDate, zipStart, zipEnd, procStart, procEnd, modifier, percentile, options).then((request) => request(this.axios, this.basePath));
|
|
1008
|
+
}
|
|
1009
|
+
|
|
847
1010
|
/**
|
|
848
1011
|
* Create or Update multiple FeeSched at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
849
1012
|
* @summary Create or Update Batch FeeSched
|