Reinsurance Conditional Specific Detail

Create ReinsContractConditionalSpecificDetail

Creates a new ReinsContractConditionalSpecificDetail

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

ReinsContractConditionalSpecific Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
reinsContractConditionalSpecificDetail_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

diagnostic_Code_Type
string or null <= 16 characters
diagnostic_Group
string or null <= 32 characters
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

exclude
required
boolean

Note: This field is marked as NOT NULL in the database and therefore required by the API.

from_Diag_Code
string or null <= 8 characters
reinsContractConditionalSpecific_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

thru_Diag_Code
string or null <= 8 characters
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

use_Diagnostic_Group
required
boolean

Note: This field is marked as NOT NULL in the database and therefore required by the API.

Responses
200

Success

401

Unauthorized

post/reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail
Request samples
{
  • "reinsContractConditionalSpecificDetail_Key": 0,
  • "diagnostic_Code_Type": "string",
  • "diagnostic_Group": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "exclude": true,
  • "from_Diag_Code": "string",
  • "reinsContractConditionalSpecific_Key": 0,
  • "thru_Diag_Code": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "use_Diagnostic_Group": true
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ReinsContractConditionalSpecificDetail

Lists all ReinsContractConditionalSpecificDetail for the given reinsContractConditionalSpecificKey

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

ReinsContractConditionalSpecific Key

query Parameters
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.

page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail
Request samples
Response samples
No sample

Get ReinsContractConditionalSpecificDetail

Gets ReinsContractConditionalSpecificDetail

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

ReinsContractConditionalSpecific Key

reinsContractConditionalSpecificDetailKey
required
integer <int32>

ReinsContractConditionalSpecificDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail/{reinsContractConditionalSpecificDetailKey}
Request samples
Response samples
No sample

Update ReinsContractConditionalSpecificDetail

Updates a specific ReinsContractConditionalSpecificDetail.

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

ReinsContractConditionalSpecific Key

reinsContractConditionalSpecificDetailKey
required
integer <int32>

ReinsContractConditionalSpecificDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
reinsContractConditionalSpecificDetail_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

diagnostic_Code_Type
string or null <= 16 characters
diagnostic_Group
string or null <= 32 characters
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

exclude
required
boolean

Note: This field is marked as NOT NULL in the database and therefore required by the API.

from_Diag_Code
string or null <= 8 characters
reinsContractConditionalSpecific_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

thru_Diag_Code
string or null <= 8 characters
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

use_Diagnostic_Group
required
boolean

Note: This field is marked as NOT NULL in the database and therefore required by the API.

Responses
200

Success

401

Unauthorized

put/reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail/{reinsContractConditionalSpecificDetailKey}
Request samples
{
  • "reinsContractConditionalSpecificDetail_Key": 0,
  • "diagnostic_Code_Type": "string",
  • "diagnostic_Group": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "exclude": true,
  • "from_Diag_Code": "string",
  • "reinsContractConditionalSpecific_Key": 0,
  • "thru_Diag_Code": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "use_Diagnostic_Group": true
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ReinsContractConditionalSpecificDetail

Deletes an ReinsContractConditionalSpecificDetail

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

ReinsContractConditionalSpecific Key

reinsContractConditionalSpecificDetailKey
required
integer <int32>

ReinsContractConditionalSpecificDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail/{reinsContractConditionalSpecificDetailKey}
Request samples

Create or Update Batch ReinsContractConditionalSpecificDetail

Create or Update multiple ReinsContractConditionalSpecificDetail 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
reinsContractConditionalSpecificKey
required
integer <int32>

ReinsContractConditionalSpecific Key

header Parameters
vbasoftware-database
required
string

Target database

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

Note: This field is marked as NOT NULL in the database and therefore required by the API.

diagnostic_Code_Type
string or null <= 16 characters
diagnostic_Group
string or null <= 32 characters
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

exclude
required
boolean

Note: This field is marked as NOT NULL in the database and therefore required by the API.

from_Diag_Code
string or null <= 8 characters
reinsContractConditionalSpecific_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

thru_Diag_Code
string or null <= 8 characters
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

use_Diagnostic_Group
required
boolean

Note: This field is marked as NOT NULL in the database and therefore required by the API.

Responses
207

Success

401

Unauthorized

put/reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}