Subscriber Prior Accumulators

Create SubscriberPriorAccum

Creates a new SubscriberPriorAccum

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

groupID
required
string

Group ID

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
subscriber_ID
required
string [ 1 .. 9 ] characters

References Subscribers.Subscriber_ID value on the parent record.

group_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Group associated with this Prior Accumulator.

division_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Division associated with this Prior Accumulator.

plan_Year
required
string [ 1 .. 8 ] characters

Plan Year tied to this Prior Accumulator.

plan_Type
required
string [ 1 .. 6 ] characters

Plan Type tied to this Prior Accumulator.

benefit_Code
required
string [ 1 .. 10 ] characters

Benefit Code associated with this Prior Accumulator.

added_Accum
string or null <= 1 characters

Identifies that this Accumulator is an Added Accumulator.

allowed_Amt
required
number <double>

Total Allowed amount.

allowed_Amt_Net
required
number <double>

Allowed amount that has been used In Network.

allowed_Amt_OON
required
number <double>

Allowed amount that has been used Out of Network.

auto_Generated
required
boolean

Identifies that the associated prior accumulator was automatically generated.

benefit_Used
required
number <double>

Total amount of benefit that has been used.

benefit_Used_Net
required
number <double>

Amount of benefit that has been used In Network.

benefit_Used_OON
required
number <double>

Amount of benefit that has been used Out of Network.

billed_Amt
required
number <double>

Amount that has been billed.

billed_Amt_Net
required
number <double>

Amount that has been billed In Network.

billed_Amt_OON
required
number <double>

Amount that has been billed Out of Network.

coB_Amt
required
number <double>

Total Coordination of Benefits amount that has been used.

coB_Amt_Net
required
number <double>

Coordination of Benefits amount that has been used In Network.

coB_Amt_OON
required
number <double>

Coordination of Benefits amount that has been used Out of Network.

coins_Amt
required
number <double>

Total amount of Coinsurance that has been used.

coins_Amt_Net
required
number <double>

Amount of Coinsurance that has been used In Network.

coins_Amt_OON
required
number <double>

Amount of Coinsurance that has been used Out of Network.

copay_Amt
required
number <double>

Total amount of Copay that has been used.

copay_Amt_Net
required
number <double>

Amount of Copay that has been used In Network.

copay_Amt_OON
required
number <double>

Amount of Copay that has been used Out of Network.

currency_ID
string or null <= 16 characters

Indicates the currency used for this Accumulator.

ded_PPO_Used
required
number <double>

Amount of deductible that has been used In Network.

deductible_Used
required
number <double>

Total amount of deductible that has been used.

deductible_Used_OON
required
number <double>

Amount of deductible that has been used Out of Network.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

not_Covered_Amt
required
number <double>

Total amount that is not covered.

not_Covered_Amt_Net
required
number <double>

In Network amount that is not covered.

not_Covered_OON
required
number <double>

Out of Network amount that is not covered.

out_Of_Pocket
required
number <double>

Total Out of Pocket amount that has been used.

out_Of_Pocket_Net
required
number <double>

Amount of Out of Pocket that has been used In Network.

out_Of_Pocket_OON
required
number <double>

Amount of Out of Pocket that has been used Out of Network.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
200

Success

401

Unauthorized

post/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators
Request samples
{
  • "subscriber_ID": "string",
  • "group_ID": "string",
  • "division_ID": "string",
  • "plan_Year": "string",
  • "plan_Type": "string",
  • "benefit_Code": "string",
  • "added_Accum": "s",
  • "allowed_Amt": 0.1,
  • "allowed_Amt_Net": 0.1,
  • "allowed_Amt_OON": 0.1,
  • "auto_Generated": true,
  • "benefit_Used": 0.1,
  • "benefit_Used_Net": 0.1,
  • "benefit_Used_OON": 0.1,
  • "billed_Amt": 0.1,
  • "billed_Amt_Net": 0.1,
  • "billed_Amt_OON": 0.1,
  • "coB_Amt": 0.1,
  • "coB_Amt_Net": 0.1,
  • "coB_Amt_OON": 0.1,
  • "coins_Amt": 0.1,
  • "coins_Amt_Net": 0.1,
  • "coins_Amt_OON": 0.1,
  • "copay_Amt": 0.1,
  • "copay_Amt_Net": 0.1,
  • "copay_Amt_OON": 0.1,
  • "currency_ID": "string",
  • "ded_PPO_Used": 0.1,
  • "deductible_Used": 0.1,
  • "deductible_Used_OON": 0.1,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "not_Covered_Amt": 0.1,
  • "not_Covered_Amt_Net": 0.1,
  • "not_Covered_OON": 0.1,
  • "out_Of_Pocket": 0.1,
  • "out_Of_Pocket_Net": 0.1,
  • "out_Of_Pocket_OON": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List SubscriberPriorAccum

Lists all SubscriberPriorAccum for the given subscriberID and groupID

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

groupID
required
string

Group ID

query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators
Request samples
Response samples
No sample

Get SubscriberPriorAccum

Gets SubscriberPriorAccum

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

groupID
required
string

Group ID

planYear
required
string

Plan Year

planType
required
string

Plan Type

benefitCode
required
string

Benefit Code

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}
Request samples
Response samples
No sample

Update SubscriberPriorAccum

Updates a specific SubscriberPriorAccum.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

groupID
required
string

Group ID

planYear
required
string

Plan Year

planType
required
string

Plan Type

benefitCode
required
string

Benefit Code

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
subscriber_ID
required
string [ 1 .. 9 ] characters

References Subscribers.Subscriber_ID value on the parent record.

group_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Group associated with this Prior Accumulator.

division_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Division associated with this Prior Accumulator.

plan_Year
required
string [ 1 .. 8 ] characters

Plan Year tied to this Prior Accumulator.

plan_Type
required
string [ 1 .. 6 ] characters

Plan Type tied to this Prior Accumulator.

benefit_Code
required
string [ 1 .. 10 ] characters

Benefit Code associated with this Prior Accumulator.

added_Accum
string or null <= 1 characters

Identifies that this Accumulator is an Added Accumulator.

allowed_Amt
required
number <double>

Total Allowed amount.

allowed_Amt_Net
required
number <double>

Allowed amount that has been used In Network.

allowed_Amt_OON
required
number <double>

Allowed amount that has been used Out of Network.

auto_Generated
required
boolean

Identifies that the associated prior accumulator was automatically generated.

benefit_Used
required
number <double>

Total amount of benefit that has been used.

benefit_Used_Net
required
number <double>

Amount of benefit that has been used In Network.

benefit_Used_OON
required
number <double>

Amount of benefit that has been used Out of Network.

billed_Amt
required
number <double>

Amount that has been billed.

billed_Amt_Net
required
number <double>

Amount that has been billed In Network.

billed_Amt_OON
required
number <double>

Amount that has been billed Out of Network.

coB_Amt
required
number <double>

Total Coordination of Benefits amount that has been used.

coB_Amt_Net
required
number <double>

Coordination of Benefits amount that has been used In Network.

coB_Amt_OON
required
number <double>

Coordination of Benefits amount that has been used Out of Network.

coins_Amt
required
number <double>

Total amount of Coinsurance that has been used.

coins_Amt_Net
required
number <double>

Amount of Coinsurance that has been used In Network.

coins_Amt_OON
required
number <double>

Amount of Coinsurance that has been used Out of Network.

copay_Amt
required
number <double>

Total amount of Copay that has been used.

copay_Amt_Net
required
number <double>

Amount of Copay that has been used In Network.

copay_Amt_OON
required
number <double>

Amount of Copay that has been used Out of Network.

currency_ID
string or null <= 16 characters

Indicates the currency used for this Accumulator.

ded_PPO_Used
required
number <double>

Amount of deductible that has been used In Network.

deductible_Used
required
number <double>

Total amount of deductible that has been used.

deductible_Used_OON
required
number <double>

Amount of deductible that has been used Out of Network.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

not_Covered_Amt
required
number <double>

Total amount that is not covered.

not_Covered_Amt_Net
required
number <double>

In Network amount that is not covered.

not_Covered_OON
required
number <double>

Out of Network amount that is not covered.

out_Of_Pocket
required
number <double>

Total Out of Pocket amount that has been used.

out_Of_Pocket_Net
required
number <double>

Amount of Out of Pocket that has been used In Network.

out_Of_Pocket_OON
required
number <double>

Amount of Out of Pocket that has been used Out of Network.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
200

Success

401

Unauthorized

put/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}
Request samples
{
  • "subscriber_ID": "string",
  • "group_ID": "string",
  • "division_ID": "string",
  • "plan_Year": "string",
  • "plan_Type": "string",
  • "benefit_Code": "string",
  • "added_Accum": "s",
  • "allowed_Amt": 0.1,
  • "allowed_Amt_Net": 0.1,
  • "allowed_Amt_OON": 0.1,
  • "auto_Generated": true,
  • "benefit_Used": 0.1,
  • "benefit_Used_Net": 0.1,
  • "benefit_Used_OON": 0.1,
  • "billed_Amt": 0.1,
  • "billed_Amt_Net": 0.1,
  • "billed_Amt_OON": 0.1,
  • "coB_Amt": 0.1,
  • "coB_Amt_Net": 0.1,
  • "coB_Amt_OON": 0.1,
  • "coins_Amt": 0.1,
  • "coins_Amt_Net": 0.1,
  • "coins_Amt_OON": 0.1,
  • "copay_Amt": 0.1,
  • "copay_Amt_Net": 0.1,
  • "copay_Amt_OON": 0.1,
  • "currency_ID": "string",
  • "ded_PPO_Used": 0.1,
  • "deductible_Used": 0.1,
  • "deductible_Used_OON": 0.1,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "not_Covered_Amt": 0.1,
  • "not_Covered_Amt_Net": 0.1,
  • "not_Covered_OON": 0.1,
  • "out_Of_Pocket": 0.1,
  • "out_Of_Pocket_Net": 0.1,
  • "out_Of_Pocket_OON": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete SubscriberPriorAccum

Deletes an SubscriberPriorAccum

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

groupID
required
string

Group ID

planYear
required
string

Plan Year

planType
required
string

Plan Type

benefitCode
required
string

Benefit Code

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}
Request samples

Create or Update Batch SubscriberPriorAccum

Create or Update multiple SubscriberPriorAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

groupID
required
string

Group ID

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
subscriber_ID
required
string [ 1 .. 9 ] characters

References Subscribers.Subscriber_ID value on the parent record.

group_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Group associated with this Prior Accumulator.

division_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Division associated with this Prior Accumulator.

plan_Year
required
string [ 1 .. 8 ] characters

Plan Year tied to this Prior Accumulator.

plan_Type
required
string [ 1 .. 6 ] characters

Plan Type tied to this Prior Accumulator.

benefit_Code
required
string [ 1 .. 10 ] characters

Benefit Code associated with this Prior Accumulator.

added_Accum
string or null <= 1 characters

Identifies that this Accumulator is an Added Accumulator.

allowed_Amt
required
number <double>

Total Allowed amount.

allowed_Amt_Net
required
number <double>

Allowed amount that has been used In Network.

allowed_Amt_OON
required
number <double>

Allowed amount that has been used Out of Network.

auto_Generated
required
boolean

Identifies that the associated prior accumulator was automatically generated.

benefit_Used
required
number <double>

Total amount of benefit that has been used.

benefit_Used_Net
required
number <double>

Amount of benefit that has been used In Network.

benefit_Used_OON
required
number <double>

Amount of benefit that has been used Out of Network.

billed_Amt
required
number <double>

Amount that has been billed.

billed_Amt_Net
required
number <double>

Amount that has been billed In Network.

billed_Amt_OON
required
number <double>

Amount that has been billed Out of Network.

coB_Amt
required
number <double>

Total Coordination of Benefits amount that has been used.

coB_Amt_Net
required
number <double>

Coordination of Benefits amount that has been used In Network.

coB_Amt_OON
required
number <double>

Coordination of Benefits amount that has been used Out of Network.

coins_Amt
required
number <double>

Total amount of Coinsurance that has been used.

coins_Amt_Net
required
number <double>

Amount of Coinsurance that has been used In Network.

coins_Amt_OON
required
number <double>

Amount of Coinsurance that has been used Out of Network.

copay_Amt
required
number <double>

Total amount of Copay that has been used.

copay_Amt_Net
required
number <double>

Amount of Copay that has been used In Network.

copay_Amt_OON
required
number <double>

Amount of Copay that has been used Out of Network.

currency_ID
string or null <= 16 characters

Indicates the currency used for this Accumulator.

ded_PPO_Used
required
number <double>

Amount of deductible that has been used In Network.

deductible_Used
required
number <double>

Total amount of deductible that has been used.

deductible_Used_OON
required
number <double>

Amount of deductible that has been used Out of Network.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

not_Covered_Amt
required
number <double>

Total amount that is not covered.

not_Covered_Amt_Net
required
number <double>

In Network amount that is not covered.

not_Covered_OON
required
number <double>

Out of Network amount that is not covered.

out_Of_Pocket
required
number <double>

Total Out of Pocket amount that has been used.

out_Of_Pocket_Net
required
number <double>

Amount of Out of Pocket that has been used In Network.

out_Of_Pocket_OON
required
number <double>

Amount of Out of Pocket that has been used Out of Network.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
207

Success

401

Unauthorized

put/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}