Group UC Percent Criterias

Create GroupUCPercentCriteria

Creates a new GroupUCPercentCriteria

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
groupUCPercentCriteria_Key
required
integer <int32>

References the GroupUCPercentCriteria.GroupUCPercentCriteria_Key value on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

criteria_From
string or null <= 64 characters

Beginning of selected criteria range.

criteria_Operator
string or null <= 1 characters

Defines how the ‘From’ and ‘Thru’ range is treated: inclusive, exclusive, matching, etc.

criteria_Thru
string or null <= 64 characters

End of selected criteria range. This criterion is only used for the ‘Between’ operation.

entry_Date
string or null <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

groupUCPercentColumn_Key
required
integer <int32>

References the GroupUCPercentColumn.GroupUCPercentColumn_Key on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

groupUCPercent_Key
required
integer <int32>

References the GroupUCPercent.GroupUCPercent_Key value on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

update_Date
string or null <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
200

Success

401

Unauthorized

post/group-uc-percent-criterias
Request samples
{
  • "groupUCPercentCriteria_Key": 0,
  • "criteria_From": "string",
  • "criteria_Operator": "s",
  • "criteria_Thru": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "groupUCPercentColumn_Key": 0,
  • "groupUCPercent_Key": 0,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List GroupUCPercentCriteria

Lists all GroupUCPercentCriteria

SecurityapiKeyAuth and bearerAuth
Request
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/group-uc-percent-criterias
Request samples
Response samples
No sample

Get GroupUCPercentCriteria

Gets GroupUCPercentCriteria

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

GroupUCPercentCriteria Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/group-uc-percent-criterias/{GroupUCPercentCriteria_Key}
Request samples
Response samples
No sample

Update GroupUCPercentCriteria

Updates a specific GroupUCPercentCriteria.

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

GroupUCPercentCriteria Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
groupUCPercentCriteria_Key
required
integer <int32>

References the GroupUCPercentCriteria.GroupUCPercentCriteria_Key value on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

criteria_From
string or null <= 64 characters

Beginning of selected criteria range.

criteria_Operator
string or null <= 1 characters

Defines how the ‘From’ and ‘Thru’ range is treated: inclusive, exclusive, matching, etc.

criteria_Thru
string or null <= 64 characters

End of selected criteria range. This criterion is only used for the ‘Between’ operation.

entry_Date
string or null <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

groupUCPercentColumn_Key
required
integer <int32>

References the GroupUCPercentColumn.GroupUCPercentColumn_Key on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

groupUCPercent_Key
required
integer <int32>

References the GroupUCPercent.GroupUCPercent_Key value on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

update_Date
string or null <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
200

Success

401

Unauthorized

put/group-uc-percent-criterias/{GroupUCPercentCriteria_Key}
Request samples
{
  • "groupUCPercentCriteria_Key": 0,
  • "criteria_From": "string",
  • "criteria_Operator": "s",
  • "criteria_Thru": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "groupUCPercentColumn_Key": 0,
  • "groupUCPercent_Key": 0,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete GroupUCPercentCriteria

Deletes an GroupUCPercentCriteria

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

GroupUCPercentCriteria Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/group-uc-percent-criterias/{GroupUCPercentCriteria_Key}
Request samples

Create or Update Batch GroupUCPercentCriteria

Create or Update multiple GroupUCPercentCriteria 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
groupUCPercentCriteria_Key
required
integer <int32>

References the GroupUCPercentCriteria.GroupUCPercentCriteria_Key value on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

criteria_From
string or null <= 64 characters

Beginning of selected criteria range.

criteria_Operator
string or null <= 1 characters

Defines how the ‘From’ and ‘Thru’ range is treated: inclusive, exclusive, matching, etc.

criteria_Thru
string or null <= 64 characters

End of selected criteria range. This criterion is only used for the ‘Between’ operation.

entry_Date
string or null <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

groupUCPercentColumn_Key
required
integer <int32>

References the GroupUCPercentColumn.GroupUCPercentColumn_Key on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

groupUCPercent_Key
required
integer <int32>

References the GroupUCPercent.GroupUCPercent_Key value on the parent table. Note: This field is marked as NOT NULL in the database and therefore required by the API.

update_Date
string or null <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
207

Success

401

Unauthorized

put/group-uc-percent-criterias-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}