Reinsurance Contract Templates

Create ReinsContractTemplate

Creates a new ReinsContractTemplate

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

Contract Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
templateContract_Key
required
integer <int32>

Unique identifier for each templat configuration.

contract_Key
required
integer <int32>

Used when configuring the template contract.

Responses
200

Success

401

Unauthorized

post/reinsurance-contracts/{contractKey}/templates
Request samples
{
  • "templateContract_Key": 0,
  • "contract_Key": 0
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ReinsContractTemplate

Lists all ReinsContractTemplate for the given contractKey

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

Contract 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/{contractKey}/templates
Request samples
Response samples
No sample

Get ReinsContractTemplate

Gets ReinsContractTemplate

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

Contract Key

templateContractKey
required
integer <int32>

TemplateContract Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/reinsurance-contracts/{contractKey}/templates/{templateContractKey}
Request samples
Response samples
No sample

Delete ReinsContractTemplate

Deletes an ReinsContractTemplate

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

Contract Key

templateContractKey
required
integer <int32>

TemplateContract Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/reinsurance-contracts/{contractKey}/templates/{templateContractKey}
Request samples

Create Batch ReinsContractTemplate

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

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

Contract Key

header Parameters
vbasoftware-database
required
string

Target database

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

Unique identifier for each templat configuration.

contract_Key
required
integer <int32>

Used when configuring the template contract.

Responses
207

Success

401

Unauthorized

put/reinsurance-contracts/{contractKey}/templates-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}