Premium Rate Min/Max

Create PremRateMinMax

Creates a new PremRateMinMax

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
premRateMinMax_Key
required
integer <int32>
adjustment_Reason
integer or null <int32>
description
string or null <= 512 characters
division_ID
string or null <= 20 characters
effective_Date
string or null <date-time>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
group_ID
string or null <= 20 characters
min_Max
string or null <= 1 characters
min_Max_Value
number or null <double>
subscriber_ID
string or null <= 9 characters
term_Date
string or null <date-time>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/premium-rate-min-max
Request samples
{
  • "premRateMinMax_Key": 0,
  • "adjustment_Reason": 0,
  • "description": "string",
  • "division_ID": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "group_ID": "string",
  • "min_Max": "s",
  • "min_Max_Value": 0.1,
  • "subscriber_ID": "string",
  • "term_Date": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List PremRateMinMax

Lists all PremRateMinMax

SecurityapiKeyAuth and bearerAuth
Request
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/premium-rate-min-max
Request samples
Response samples
No sample

Get PremRateMinMax

Gets PremRateMinMax

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

PremRateMinMax Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/premium-rate-min-max/{premRateMinMaxKey}
Request samples
Response samples
No sample

Update PremRateMinMax

Updates a specific PremRateMinMax.

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

PremRateMinMax Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
premRateMinMax_Key
required
integer <int32>
adjustment_Reason
integer or null <int32>
description
string or null <= 512 characters
division_ID
string or null <= 20 characters
effective_Date
string or null <date-time>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
group_ID
string or null <= 20 characters
min_Max
string or null <= 1 characters
min_Max_Value
number or null <double>
subscriber_ID
string or null <= 9 characters
term_Date
string or null <date-time>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/premium-rate-min-max/{premRateMinMaxKey}
Request samples
{
  • "premRateMinMax_Key": 0,
  • "adjustment_Reason": 0,
  • "description": "string",
  • "division_ID": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "group_ID": "string",
  • "min_Max": "s",
  • "min_Max_Value": 0.1,
  • "subscriber_ID": "string",
  • "term_Date": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete PremRateMinMax

Deletes an PremRateMinMax

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

PremRateMinMax Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/premium-rate-min-max/{premRateMinMaxKey}
Request samples

Create or Update Batch PremRateMinMax

Create or Update multiple PremRateMinMax at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
premRateMinMax_Key
required
integer <int32>
adjustment_Reason
integer or null <int32>
description
string or null <= 512 characters
division_ID
string or null <= 20 characters
effective_Date
string or null <date-time>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
group_ID
string or null <= 20 characters
min_Max
string or null <= 1 characters
min_Max_Value
number or null <double>
subscriber_ID
string or null <= 9 characters
term_Date
string or null <date-time>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

put/premium-rate-min-max-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}