Member Prior Accumulators

Create MemberPriorAccum

Creates a new MemberPriorAccum

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

header Parameters
vbasoftware-database
required
string

Target database

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

References Members.Subscriber_ID value on the parent record.

member_Seq
required
string [ 1 .. 2 ] characters

References Members.Member_Seq value on the parent record.

group_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Group associated with this Member.

division_ID
required
string [ 1 .. 20 ] characters

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 Member Prior Accumulator.

added_Accum
string or null <= 1 characters

Selecting this option indicates that this Accumulator is an Added Accumulator.

allowed_Amt
required
number <double>

Total Allowed amount. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

allowed_Amt_Net
required
number <double>

Allowed amount that has been used In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

allowed_Amt_OON
required
number <double>

Allowed amount that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

auto_Generated
required
boolean

Identifies that the prior accumulator was automatically generated. Note: The database will apply a default value of False for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of False to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used
required
number <double>

Total amount of benefit that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used_Net
required
number <double>

In network amount of benefit that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used_OON
required
number <double>

Amount of benefit that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt
required
number <double>

Amount that has been billed. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt_Net
required
number <double>

Amount that has been billed In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt_OON
required
number <double>

Amount that has been billed Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt
required
number <double>

Total Coordination of Benefits amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt_Net
required
number <double>

In Network Coordination of Benefits amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt_OON
required
number <double>

Coordination of Benefits amount that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt
required
number <double>

Total amount of Coinsurance that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt_Net
required
number <double>

In Network amount of Coinsurance that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt_OON
required
number <double>

Amount of Coinsurance that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt
required
number <double>

Total amount of Copay that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt_Net
required
number <double>

In Network amount of Copay that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt_OON
required
number <double>

Amount of Copay that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

currency_ID
string or null <= 16 characters

Indicates the currency used for this Accumulator.

ded_PPO_Used
required
number <double>

In Network amount of deductible that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

deductible_Used
required
number <double>

Total amount of deductible that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

deductible_Used_OON
required
number <double>

Amount of deductible that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

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. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

not_Covered_Amt_Net
required
number <double>

In Network amount that is not covered. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

not_Covered_Amt_OON
required
number <double>

Out of Network amount that is not covered. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket
required
number <double>

Total Out of Pocket amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket_Net
required
number <double>

Amount of Out of Pocket that has been used In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket_OON
required
number <double>

Amount of Out of Pocket that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

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}/members/{memberSeq}/prior-accumulators
Request samples
{
  • "subscriber_ID": "string",
  • "member_Seq": "st",
  • "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_Amt_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 MemberPriorAccum

Lists all MemberPriorAccum for the given subscriberID and memberSeq

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

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}/members/{memberSeq}/prior-accumulators
Request samples
Response samples
No sample

Get MemberPriorAccum

Gets MemberPriorAccum

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

groupID
required
string

Group ID

divisionID
required
string

Division 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}/members/{memberSeq}/prior-accumulators/{groupID}/{divisionID}/{planYear}/{planType}/{benefitCode}
Request samples
Response samples
No sample

Update MemberPriorAccum

Updates a specific MemberPriorAccum.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

groupID
required
string

Group ID

divisionID
required
string

Division 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 Members.Subscriber_ID value on the parent record.

member_Seq
required
string [ 1 .. 2 ] characters

References Members.Member_Seq value on the parent record.

group_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Group associated with this Member.

division_ID
required
string [ 1 .. 20 ] characters

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 Member Prior Accumulator.

added_Accum
string or null <= 1 characters

Selecting this option indicates that this Accumulator is an Added Accumulator.

allowed_Amt
required
number <double>

Total Allowed amount. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

allowed_Amt_Net
required
number <double>

Allowed amount that has been used In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

allowed_Amt_OON
required
number <double>

Allowed amount that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

auto_Generated
required
boolean

Identifies that the prior accumulator was automatically generated. Note: The database will apply a default value of False for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of False to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used
required
number <double>

Total amount of benefit that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used_Net
required
number <double>

In network amount of benefit that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used_OON
required
number <double>

Amount of benefit that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt
required
number <double>

Amount that has been billed. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt_Net
required
number <double>

Amount that has been billed In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt_OON
required
number <double>

Amount that has been billed Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt
required
number <double>

Total Coordination of Benefits amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt_Net
required
number <double>

In Network Coordination of Benefits amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt_OON
required
number <double>

Coordination of Benefits amount that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt
required
number <double>

Total amount of Coinsurance that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt_Net
required
number <double>

In Network amount of Coinsurance that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt_OON
required
number <double>

Amount of Coinsurance that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt
required
number <double>

Total amount of Copay that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt_Net
required
number <double>

In Network amount of Copay that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt_OON
required
number <double>

Amount of Copay that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

currency_ID
string or null <= 16 characters

Indicates the currency used for this Accumulator.

ded_PPO_Used
required
number <double>

In Network amount of deductible that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

deductible_Used
required
number <double>

Total amount of deductible that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

deductible_Used_OON
required
number <double>

Amount of deductible that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

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. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

not_Covered_Amt_Net
required
number <double>

In Network amount that is not covered. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

not_Covered_Amt_OON
required
number <double>

Out of Network amount that is not covered. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket
required
number <double>

Total Out of Pocket amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket_Net
required
number <double>

Amount of Out of Pocket that has been used In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket_OON
required
number <double>

Amount of Out of Pocket that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

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}/members/{memberSeq}/prior-accumulators/{groupID}/{divisionID}/{planYear}/{planType}/{benefitCode}
Request samples
{
  • "subscriber_ID": "string",
  • "member_Seq": "st",
  • "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_Amt_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 MemberPriorAccum

Deletes an MemberPriorAccum

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

groupID
required
string

Group ID

divisionID
required
string

Division 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}/members/{memberSeq}/prior-accumulators/{groupID}/{divisionID}/{planYear}/{planType}/{benefitCode}
Request samples

Create or Update Batch MemberPriorAccum

Create or Update multiple MemberPriorAccum 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

memberSeq
required
string

Member Seq

header Parameters
vbasoftware-database
required
string

Target database

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

References Members.Subscriber_ID value on the parent record.

member_Seq
required
string [ 1 .. 2 ] characters

References Members.Member_Seq value on the parent record.

group_ID
required
string [ 1 .. 20 ] characters

Identifier assigned to the Group associated with this Member.

division_ID
required
string [ 1 .. 20 ] characters

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 Member Prior Accumulator.

added_Accum
string or null <= 1 characters

Selecting this option indicates that this Accumulator is an Added Accumulator.

allowed_Amt
required
number <double>

Total Allowed amount. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

allowed_Amt_Net
required
number <double>

Allowed amount that has been used In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

allowed_Amt_OON
required
number <double>

Allowed amount that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

auto_Generated
required
boolean

Identifies that the prior accumulator was automatically generated. Note: The database will apply a default value of False for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of False to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used
required
number <double>

Total amount of benefit that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used_Net
required
number <double>

In network amount of benefit that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

benefit_Used_OON
required
number <double>

Amount of benefit that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt
required
number <double>

Amount that has been billed. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt_Net
required
number <double>

Amount that has been billed In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

billed_Amt_OON
required
number <double>

Amount that has been billed Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt
required
number <double>

Total Coordination of Benefits amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt_Net
required
number <double>

In Network Coordination of Benefits amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coB_Amt_OON
required
number <double>

Coordination of Benefits amount that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt
required
number <double>

Total amount of Coinsurance that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt_Net
required
number <double>

In Network amount of Coinsurance that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

coins_Amt_OON
required
number <double>

Amount of Coinsurance that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt
required
number <double>

Total amount of Copay that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt_Net
required
number <double>

In Network amount of Copay that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

copay_Amt_OON
required
number <double>

Amount of Copay that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

currency_ID
string or null <= 16 characters

Indicates the currency used for this Accumulator.

ded_PPO_Used
required
number <double>

In Network amount of deductible that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

deductible_Used
required
number <double>

Total amount of deductible that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

deductible_Used_OON
required
number <double>

Amount of deductible that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

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. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

not_Covered_Amt_Net
required
number <double>

In Network amount that is not covered. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

not_Covered_Amt_OON
required
number <double>

Out of Network amount that is not covered. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket
required
number <double>

Total Out of Pocket amount that has been used. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket_Net
required
number <double>

Amount of Out of Pocket that has been used In Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

out_Of_Pocket_OON
required
number <double>

Amount of Out of Pocket that has been used Out of Network. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

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}/members/{memberSeq}/prior-accumulators-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}