Group Ex-Code Criterias

Create GroupExCodeCriteria

Creates a new GroupExCodeCriteria

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
groupExCodeCriteria_Key
required
integer <int32>

Unique identifier for each Ex Code criteria for this Group/Division.

criteria_From
string or null <= 64 characters

The from value for this criteria.

criteria_Operator
string or null <= 1 characters

The operator for this part of the criteria.

criteria_Thru
string or null <= 64 characters

The thru value for this criteria.

division_ID
string or null <= 20 characters

References GroupDivision.Division_ID value on the parent record.

eX_Code
string or null <= 6 characters

The Ex Code that should be applied when this criteria is met during adjudication.

groupExCodeCriteriaColumn_Key
integer or null <int32>

Indicates the column to interrogate during adjudication: 1 - Modifier, 2 - Federal ID or 3 - Total Payable.

group_ID
string or null <= 20 characters

References GroupDivision.Group_ID value on the parent record.

Responses
200

Success

401

Unauthorized

post/group-ex-code-criterias
Request samples
{
  • "groupExCodeCriteria_Key": 0,
  • "criteria_From": "string",
  • "criteria_Operator": "s",
  • "criteria_Thru": "string",
  • "division_ID": "string",
  • "eX_Code": "string",
  • "groupExCodeCriteriaColumn_Key": 0,
  • "group_ID": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List GroupExCodeCriteria

Lists all GroupExCodeCriteria

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/group-ex-code-criterias
Request samples
Response samples
No sample

Get GroupExCodeCriteria

Gets GroupExCodeCriteria

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

GroupExCodeCriteria Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/group-ex-code-criterias/{groupExCodeCriteriaKey}
Request samples
Response samples
No sample

Update GroupExCodeCriteria

Updates a specific GroupExCodeCriteria.

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

GroupExCodeCriteria Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
groupExCodeCriteria_Key
required
integer <int32>

Unique identifier for each Ex Code criteria for this Group/Division.

criteria_From
string or null <= 64 characters

The from value for this criteria.

criteria_Operator
string or null <= 1 characters

The operator for this part of the criteria.

criteria_Thru
string or null <= 64 characters

The thru value for this criteria.

division_ID
string or null <= 20 characters

References GroupDivision.Division_ID value on the parent record.

eX_Code
string or null <= 6 characters

The Ex Code that should be applied when this criteria is met during adjudication.

groupExCodeCriteriaColumn_Key
integer or null <int32>

Indicates the column to interrogate during adjudication: 1 - Modifier, 2 - Federal ID or 3 - Total Payable.

group_ID
string or null <= 20 characters

References GroupDivision.Group_ID value on the parent record.

Responses
200

Success

401

Unauthorized

put/group-ex-code-criterias/{groupExCodeCriteriaKey}
Request samples
{
  • "groupExCodeCriteria_Key": 0,
  • "criteria_From": "string",
  • "criteria_Operator": "s",
  • "criteria_Thru": "string",
  • "division_ID": "string",
  • "eX_Code": "string",
  • "groupExCodeCriteriaColumn_Key": 0,
  • "group_ID": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete GroupExCodeCriteria

Deletes an GroupExCodeCriteria

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

GroupExCodeCriteria Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/group-ex-code-criterias/{groupExCodeCriteriaKey}
Request samples

Create or Update Batch GroupExCodeCriteria

Create or Update multiple GroupExCodeCriteria 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
groupExCodeCriteria_Key
required
integer <int32>

Unique identifier for each Ex Code criteria for this Group/Division.

criteria_From
string or null <= 64 characters

The from value for this criteria.

criteria_Operator
string or null <= 1 characters

The operator for this part of the criteria.

criteria_Thru
string or null <= 64 characters

The thru value for this criteria.

division_ID
string or null <= 20 characters

References GroupDivision.Division_ID value on the parent record.

eX_Code
string or null <= 6 characters

The Ex Code that should be applied when this criteria is met during adjudication.

groupExCodeCriteriaColumn_Key
integer or null <int32>

Indicates the column to interrogate during adjudication: 1 - Modifier, 2 - Federal ID or 3 - Total Payable.

group_ID
string or null <= 20 characters

References GroupDivision.Group_ID value on the parent record.

Responses
207

Success

401

Unauthorized

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