Reinsurance Contract Transaction Claim Details

Create ReinsContractTransClaimDetail

Creates a new ReinsContractTransClaimDetail

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

claimNumber
required
integer <int32>

Claim Number

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
reinsContractTransClaimDetail_Key
required
integer <int32>

Unique identifer for each claim reinsurance level. Note: This field is marked as NOT NULL in the database and therefore required by the API.

benefit_Code
string or null <= 10 characters

The benefit codes on the associated claim that are part of this reinsurance level.

claim_Number
required
integer <int32>

The claim that is part of this reinsurance level. Note: This field is marked as NOT NULL in the database and therefore required by the API.

deductible_Pct
number or null <double>

The reinsurance level deductible percent applied on this specific claim.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

paid_Amt
number or null <double>

The paid amount of the claim.

reinsContractTrans_Key
required
integer <int32>

References the ReinsContract.ReinsContract_Key on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

reins_Level_From
number or null <double>

The reinsurance level range.

reins_Level_Thru
number or null <double>

The reinsurance level range.

reins_Paid
number or null <double>

The amount reinsurance has paid for this claim at this reinsurance level.

update_Date
string <date-time>

Date 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/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details
Request samples
{
  • "reinsContractTransClaimDetail_Key": 0,
  • "benefit_Code": "string",
  • "claim_Number": 0,
  • "deductible_Pct": 0.1,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "paid_Amt": 0.1,
  • "reinsContractTrans_Key": 0,
  • "reins_Level_From": 0.1,
  • "reins_Level_Thru": 0.1,
  • "reins_Paid": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ReinsContractTransClaimDetail

Lists all ReinsContractTransClaimDetail for the given reinsContractTransKey and claimNumber

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

claimNumber
required
integer <int32>

Claim Number

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}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details
Request samples
Response samples
No sample

Get ReinsContractTransClaimDetail

Gets ReinsContractTransClaimDetail

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

claimNumber
required
integer <int32>

Claim Number

reinsContractTransClaimDetailKey
required
integer <int32>

ReinsContractTransClaimDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details/{reinsContractTransClaimDetailKey}
Request samples
Response samples
No sample

Update ReinsContractTransClaimDetail

Updates a specific ReinsContractTransClaimDetail.

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

claimNumber
required
integer <int32>

Claim Number

reinsContractTransClaimDetailKey
required
integer <int32>

ReinsContractTransClaimDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
reinsContractTransClaimDetail_Key
required
integer <int32>

Unique identifer for each claim reinsurance level. Note: This field is marked as NOT NULL in the database and therefore required by the API.

benefit_Code
string or null <= 10 characters

The benefit codes on the associated claim that are part of this reinsurance level.

claim_Number
required
integer <int32>

The claim that is part of this reinsurance level. Note: This field is marked as NOT NULL in the database and therefore required by the API.

deductible_Pct
number or null <double>

The reinsurance level deductible percent applied on this specific claim.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

paid_Amt
number or null <double>

The paid amount of the claim.

reinsContractTrans_Key
required
integer <int32>

References the ReinsContract.ReinsContract_Key on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

reins_Level_From
number or null <double>

The reinsurance level range.

reins_Level_Thru
number or null <double>

The reinsurance level range.

reins_Paid
number or null <double>

The amount reinsurance has paid for this claim at this reinsurance level.

update_Date
string <date-time>

Date 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/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details/{reinsContractTransClaimDetailKey}
Request samples
{
  • "reinsContractTransClaimDetail_Key": 0,
  • "benefit_Code": "string",
  • "claim_Number": 0,
  • "deductible_Pct": 0.1,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "paid_Amt": 0.1,
  • "reinsContractTrans_Key": 0,
  • "reins_Level_From": 0.1,
  • "reins_Level_Thru": 0.1,
  • "reins_Paid": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ReinsContractTransClaimDetail

Deletes an ReinsContractTransClaimDetail

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

claimNumber
required
integer <int32>

Claim Number

reinsContractTransClaimDetailKey
required
integer <int32>

ReinsContractTransClaimDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details/{reinsContractTransClaimDetailKey}
Request samples

Create or Update Batch ReinsContractTransClaimDetail

Create or Update multiple ReinsContractTransClaimDetail 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
reinsContractKey
required
integer <int32>

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

claimNumber
required
integer <int32>

Claim Number

header Parameters
vbasoftware-database
required
string

Target database

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

Unique identifer for each claim reinsurance level. Note: This field is marked as NOT NULL in the database and therefore required by the API.

benefit_Code
string or null <= 10 characters

The benefit codes on the associated claim that are part of this reinsurance level.

claim_Number
required
integer <int32>

The claim that is part of this reinsurance level. Note: This field is marked as NOT NULL in the database and therefore required by the API.

deductible_Pct
number or null <double>

The reinsurance level deductible percent applied on this specific claim.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

paid_Amt
number or null <double>

The paid amount of the claim.

reinsContractTrans_Key
required
integer <int32>

References the ReinsContract.ReinsContract_Key on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

reins_Level_From
number or null <double>

The reinsurance level range.

reins_Level_Thru
number or null <double>

The reinsurance level range.

reins_Paid
number or null <double>

The amount reinsurance has paid for this claim at this reinsurance level.

update_Date
string <date-time>

Date 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/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}