Commission Agency Rep Rates

Create CommissionAgencyRepRate

Creates a new CommissionAgencyRepRate

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
commissionAgencyRepRate_Key
required
integer <int32>
commissionAgencyRep_Key
required
integer <int32>
commissionRate_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
parent_CommissionAgencyRepRate_Key
integer or null <int32>
split
number or null <double>
split_Max
number or null <double>
split_Min
number or null <double>
split_Priority
integer or null <int32>
split_Type
string or null <= 16 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/commission-agency-rep-rates
Request samples
{
  • "commissionAgencyRepRate_Key": 0,
  • "commissionAgencyRep_Key": 0,
  • "commissionRate_Key": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "parent_CommissionAgencyRepRate_Key": 0,
  • "split": 0.1,
  • "split_Max": 0.1,
  • "split_Min": 0.1,
  • "split_Priority": 0,
  • "split_Type": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CommissionAgencyRepRate by Agent

Deletes an CommissionAgencyRepRate by Agent

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
commissionAgencyRepKey
required
integer <int32>

CommissionAgencyRep Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/commission-agency-rep-rates
Request samples

List CommissionAgencyRepRate

Lists all CommissionAgencyRepRate for the given commRateKey

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

CommissionRate 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/commission-rates/{commRateKey}/commission-agency-rep-rates
Request samples
Response samples
No sample

Get CommissionAgencyRepRate

Gets CommissionAgencyRepRate

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

CommissionAgencyRepRate Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/commission-agency-rep-rates/{commAgencyRepRateKey}
Request samples
Response samples
No sample

Update CommissionAgencyRepRate

Updates a specific CommissionAgencyRepRate.

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

CommissionAgencyRepRate Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
commissionAgencyRepRate_Key
required
integer <int32>
commissionAgencyRep_Key
required
integer <int32>
commissionRate_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
parent_CommissionAgencyRepRate_Key
integer or null <int32>
split
number or null <double>
split_Max
number or null <double>
split_Min
number or null <double>
split_Priority
integer or null <int32>
split_Type
string or null <= 16 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/commission-agency-rep-rates/{commAgencyRepRateKey}
Request samples
{
  • "commissionAgencyRepRate_Key": 0,
  • "commissionAgencyRep_Key": 0,
  • "commissionRate_Key": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "parent_CommissionAgencyRepRate_Key": 0,
  • "split": 0.1,
  • "split_Max": 0.1,
  • "split_Min": 0.1,
  • "split_Priority": 0,
  • "split_Type": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CommissionAgencyRepRate

Deletes an CommissionAgencyRepRate

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

CommissionAgencyRepRate Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/commission-agency-rep-rates/{commAgencyRepRateKey}
Request samples

Create or Update Batch CommissionAgencyRepRate

Create or Update multiple CommissionAgencyRepRate 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
commRateKey
required
integer <int32>

CommissionRate Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
commissionAgencyRepRate_Key
required
integer <int32>
commissionAgencyRep_Key
required
integer <int32>
commissionRate_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
parent_CommissionAgencyRepRate_Key
integer or null <int32>
split
number or null <double>
split_Max
number or null <double>
split_Min
number or null <double>
split_Priority
integer or null <int32>
split_Type
string or null <= 16 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

put/commission-rates/{commRateKey}/commission-agency-rep-rates-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}