Commission Reps

Create CommissionRep

Creates a new CommissionRep

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
commissionRep_Key
required
integer <int32>
address
string or null <= 128 characters
address2
string or null <= 128 characters
city
string or null <= 32 characters
country_ID
string or null <= 8 characters
county_Code
string or null <= 8 characters
eMail_Address
string or null <= 256 characters
email_Statement
required
boolean
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
fax_Country_Code
string or null <= 8 characters
fax_Number
string or null <= 32 characters
first_Name
string or null <= 32 characters
last_Name
string or null <= 32 characters
middle_Name
string or null <= 32 characters
phone_Country_Code
string or null <= 8 characters
phone_Extension
string or null <= 16 characters
phone_Number
string or null <= 32 characters
rep_Type
string or null <= 32 characters
ssn
string or null <= 32 characters
state
string or null <= 2 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
zip_Code
string or null <= 32 characters
Responses
200

Success

401

Unauthorized

post/commission-reps
Request samples
{
  • "commissionRep_Key": 0,
  • "address": "string",
  • "address2": "string",
  • "city": "string",
  • "country_ID": "string",
  • "county_Code": "string",
  • "eMail_Address": "string",
  • "email_Statement": true,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "fax_Country_Code": "string",
  • "fax_Number": "string",
  • "first_Name": "string",
  • "last_Name": "string",
  • "middle_Name": "string",
  • "phone_Country_Code": "string",
  • "phone_Extension": "string",
  • "phone_Number": "string",
  • "rep_Type": "string",
  • "ssn": "string",
  • "state": "st",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "zip_Code": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CommissionRep

Lists all CommissionRep

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/commission-reps
Request samples
Response samples
No sample

Get CommissionRep

Gets CommissionRep

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

CommissionRep Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/commission-reps/{commRepKey}
Request samples
Response samples
No sample

Update CommissionRep

Updates a specific CommissionRep.

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

CommissionRep Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
commissionRep_Key
required
integer <int32>
address
string or null <= 128 characters
address2
string or null <= 128 characters
city
string or null <= 32 characters
country_ID
string or null <= 8 characters
county_Code
string or null <= 8 characters
eMail_Address
string or null <= 256 characters
email_Statement
required
boolean
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
fax_Country_Code
string or null <= 8 characters
fax_Number
string or null <= 32 characters
first_Name
string or null <= 32 characters
last_Name
string or null <= 32 characters
middle_Name
string or null <= 32 characters
phone_Country_Code
string or null <= 8 characters
phone_Extension
string or null <= 16 characters
phone_Number
string or null <= 32 characters
rep_Type
string or null <= 32 characters
ssn
string or null <= 32 characters
state
string or null <= 2 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
zip_Code
string or null <= 32 characters
Responses
200

Success

401

Unauthorized

put/commission-reps/{commRepKey}
Request samples
{
  • "commissionRep_Key": 0,
  • "address": "string",
  • "address2": "string",
  • "city": "string",
  • "country_ID": "string",
  • "county_Code": "string",
  • "eMail_Address": "string",
  • "email_Statement": true,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "fax_Country_Code": "string",
  • "fax_Number": "string",
  • "first_Name": "string",
  • "last_Name": "string",
  • "middle_Name": "string",
  • "phone_Country_Code": "string",
  • "phone_Extension": "string",
  • "phone_Number": "string",
  • "rep_Type": "string",
  • "ssn": "string",
  • "state": "st",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "zip_Code": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CommissionRep

Deletes an CommissionRep

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

CommissionRep Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/commission-reps/{commRepKey}
Request samples

Create or Update Batch CommissionRep

Create or Update multiple CommissionRep 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
commissionRep_Key
required
integer <int32>
address
string or null <= 128 characters
address2
string or null <= 128 characters
city
string or null <= 32 characters
country_ID
string or null <= 8 characters
county_Code
string or null <= 8 characters
eMail_Address
string or null <= 256 characters
email_Statement
required
boolean
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
fax_Country_Code
string or null <= 8 characters
fax_Number
string or null <= 32 characters
first_Name
string or null <= 32 characters
last_Name
string or null <= 32 characters
middle_Name
string or null <= 32 characters
phone_Country_Code
string or null <= 8 characters
phone_Extension
string or null <= 16 characters
phone_Number
string or null <= 32 characters
rep_Type
string or null <= 32 characters
ssn
string or null <= 32 characters
state
string or null <= 2 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
zip_Code
string or null <= 32 characters
Responses
207

Success

401

Unauthorized

put/commission-reps-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}