Reinsurance Contract Transaction Claims

Create ReinsContractTransClaim

Creates a new ReinsContractTransClaim

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

ReinsContractTrans Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
reinsContractTrans_Key
required
integer <int32>

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

claim_Number
required
integer <int32>

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

aggSpecDed_Reimbursed
number or null <double>

The amount of this claim being applied to the aggregating spec deductible if any.

claimTransaction_Not_Covered
number or null <double>

The amount of this claim not covered by the reinsurance carrier.

claimTransaction_Reimbursed
number or null <double>

The amount of this claim being reimbursed.

claimTransaction_Status
string or null <= 32 characters

The status of this claim on the transaction.

claim_Paid_Amount_On_Trans
number or null <double>

The paid amount of the claim.

entry_Date
string <date-time>

User that first added the record to the system

entry_User
string or null <= 20 characters

Date record was first added to the system

specDed_Reimbursed
number or null <double>

The amount of this claim being applied to the spec deductible if any.

update_Date
string <date-time>

User that last updated the record in the system

update_User
string or null <= 20 characters

Date the record was last updated in the system

domestic_Claim
boolean
criteria_Key
integer or null <int32>
domestic_Reduction_Pct
number or null <double>
Responses
200

Success

401

Unauthorized

post/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims
Request samples
{
  • "reinsContractTrans_Key": 0,
  • "claim_Number": 0,
  • "aggSpecDed_Reimbursed": 0.1,
  • "claimTransaction_Not_Covered": 0.1,
  • "claimTransaction_Reimbursed": 0.1,
  • "claimTransaction_Status": "string",
  • "claim_Paid_Amount_On_Trans": 0.1,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "specDed_Reimbursed": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "domestic_Claim": true,
  • "criteria_Key": 0,
  • "domestic_Reduction_Pct": 0.1
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ReinsContractTransClaim

Lists all ReinsContractTransClaim for the given reinsContractTransKey

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

ReinsContract Key

reinsContractTransKey
required
integer <int32>

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

Get ReinsContractTransClaim

Gets ReinsContractTransClaim

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

Responses
200

Success

401

Unauthorized

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

Update ReinsContractTransClaim

Updates a specific ReinsContractTransClaim.

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
reinsContractTrans_Key
required
integer <int32>

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

claim_Number
required
integer <int32>

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

aggSpecDed_Reimbursed
number or null <double>

The amount of this claim being applied to the aggregating spec deductible if any.

claimTransaction_Not_Covered
number or null <double>

The amount of this claim not covered by the reinsurance carrier.

claimTransaction_Reimbursed
number or null <double>

The amount of this claim being reimbursed.

claimTransaction_Status
string or null <= 32 characters

The status of this claim on the transaction.

claim_Paid_Amount_On_Trans
number or null <double>

The paid amount of the claim.

entry_Date
string <date-time>

User that first added the record to the system

entry_User
string or null <= 20 characters

Date record was first added to the system

specDed_Reimbursed
number or null <double>

The amount of this claim being applied to the spec deductible if any.

update_Date
string <date-time>

User that last updated the record in the system

update_User
string or null <= 20 characters

Date the record was last updated in the system

domestic_Claim
boolean
criteria_Key
integer or null <int32>
domestic_Reduction_Pct
number or null <double>
Responses
200

Success

401

Unauthorized

put/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}
Request samples
{
  • "reinsContractTrans_Key": 0,
  • "claim_Number": 0,
  • "aggSpecDed_Reimbursed": 0.1,
  • "claimTransaction_Not_Covered": 0.1,
  • "claimTransaction_Reimbursed": 0.1,
  • "claimTransaction_Status": "string",
  • "claim_Paid_Amount_On_Trans": 0.1,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "specDed_Reimbursed": 0.1,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "domestic_Claim": true,
  • "criteria_Key": 0,
  • "domestic_Reduction_Pct": 0.1
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ReinsContractTransClaim

Deletes an ReinsContractTransClaim

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

Responses
204

Success

401

Unauthorized

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

Create or Update Batch ReinsContractTransClaim

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

header Parameters
vbasoftware-database
required
string

Target database

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

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

claim_Number
required
integer <int32>

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

aggSpecDed_Reimbursed
number or null <double>

The amount of this claim being applied to the aggregating spec deductible if any.

claimTransaction_Not_Covered
number or null <double>

The amount of this claim not covered by the reinsurance carrier.

claimTransaction_Reimbursed
number or null <double>

The amount of this claim being reimbursed.

claimTransaction_Status
string or null <= 32 characters

The status of this claim on the transaction.

claim_Paid_Amount_On_Trans
number or null <double>

The paid amount of the claim.

entry_Date
string <date-time>

User that first added the record to the system

entry_User
string or null <= 20 characters

Date record was first added to the system

specDed_Reimbursed
number or null <double>

The amount of this claim being applied to the spec deductible if any.

update_Date
string <date-time>

User that last updated the record in the system

update_User
string or null <= 20 characters

Date the record was last updated in the system

domestic_Claim
boolean
criteria_Key
integer or null <int32>
domestic_Reduction_Pct
number or null <double>
Responses
207

Success

401

Unauthorized

put/reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}