Reinsurance Aggregating Specific Members

Create ReinsContractAggSpecMember

Creates a new ReinsContractAggSpecMember

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
reinsContractKey
required
integer <int32>

ReinsContract Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
reinsContract_Key
required
integer <int32>

References the ReinsContract.ReinsContract_Key on parent table. This holds the list of members who form the aggregating specific.

subscriber_ID
required
string [ 1 .. 9 ] characters

The member that is part of the aggregating specific deductible.

member_Seq
required
string [ 1 .. 2 ] characters

The member that is part of the aggregating specific deductible.

Responses
200

Success

401

Unauthorized

post/reinsurance-contracts/{reinsContractKey}/aggregate-specific-members
Request samples
{
  • "reinsContract_Key": 0,
  • "subscriber_ID": "string",
  • "member_Seq": "st"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ReinsContractAggSpecMember

Lists all ReinsContractAggSpecMember for the given reinsContractKey

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
reinsContractKey
required
integer <int32>

ReinsContract Key

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/reinsurance-contracts/{reinsContractKey}/aggregate-specific-members
Request samples
Response samples
No sample

Get ReinsContractAggSpecMember

Gets ReinsContractAggSpecMember

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
reinsContractKey
required
integer <int32>

ReinsContract Key

subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/reinsurance-contracts/{reinsContractKey}/aggregate-specific-members/{subscriberID}/{memberSeq}
Request samples
Response samples
No sample

Delete ReinsContractAggSpecMember

Deletes an ReinsContractAggSpecMember

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
reinsContractKey
required
integer <int32>

ReinsContract Key

subscriberID
required
string

Subscriber ID

memberSeq
required
string

Member Seq

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/reinsurance-contracts/{reinsContractKey}/aggregate-specific-members/{subscriberID}/{memberSeq}
Request samples

Create Batch ReinsContractAggSpecMember

Create multiple ReinsContractAggSpecMember at once. If the entity does not exist, it will be created. If the entity exists, an error message will be returned for this item.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
reinsContractKey
required
integer <int32>

ReinsContract Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
reinsContract_Key
required
integer <int32>

References the ReinsContract.ReinsContract_Key on parent table. This holds the list of members who form the aggregating specific.

subscriber_ID
required
string [ 1 .. 9 ] characters

The member that is part of the aggregating specific deductible.

member_Seq
required
string [ 1 .. 2 ] characters

The member that is part of the aggregating specific deductible.

Responses
207

Success

401

Unauthorized

put/reinsurance-contracts/{reinsContractKey}/aggregate-specific-members-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}