Group Networks

Create GroupNetwork

Creates a new GroupNetwork

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

divisionID
required
string

Division ID

coverageStart
required
string <date-time>

Coverage Start

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
group_ID
required
string [ 1 .. 20 ] characters

References GroupContract.Group_ID value on the parent record.

division_ID
required
string [ 1 .. 20 ] characters

References GroupContract.Division_ID value on the parent record.

coverage_Start
required
string <date-time>

References GroupContract.Coverage_Start value on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

networkID
required
string [ 1 .. 10 ] characters

References Networks.Network_ID value on the parent record.

state
required
string [ 1 .. 2 ] characters

References State.State value on the parent record.

apC_Schedule
string or null <= 16 characters

Allows the User to attach an APC schedule to be applied as part of the Network.

claim_Days_Allowed
integer or null <int32>

Idenfities the allows number of claim days for claims within this Network.

drG_Schedule
string or null <= 16 characters

Allows the User to attach a DRG schedule to be applied as part of the Network.

eff_Date
string or null <date-time>

Date when the Contract Network stettings become effective.

entry_Date
string <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.

network_Type
string or null <= 16 characters

Identifies the type of the Network: 0 - Primary, 1 - Secondary, 2 - Wrap, 3 - Specialty.

priority
integer or null <int32>

Notes the priority of this network within this offering. Impacts which network is selected during network assignment during adjudication.

process_As_OON
required
boolean

No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API.

update_Date
string <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/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks
Request samples
{
  • "group_ID": "string",
  • "division_ID": "string",
  • "coverage_Start": "2019-08-24T14:15:22Z",
  • "networkID": "string",
  • "state": "st",
  • "apC_Schedule": "string",
  • "claim_Days_Allowed": 0,
  • "drG_Schedule": "string",
  • "eff_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "network_Type": "string",
  • "priority": 0,
  • "process_As_OON": true,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List GroupNetwork

Lists all GroupNetwork for the given groupID and divisionID and coverageStart

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

divisionID
required
string

Division ID

coverageStart
required
string <date-time>

Coverage Start

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/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks
Request samples
Response samples
No sample

Get GroupNetwork

Gets GroupNetwork

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

divisionID
required
string

Division ID

coverageStart
required
string <date-time>

Coverage Start

networkID
required
string

NetworkID

state
required
string

State

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}
Request samples
Response samples
No sample

Update GroupNetwork

Updates a specific GroupNetwork.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

divisionID
required
string

Division ID

coverageStart
required
string <date-time>

Coverage Start

networkID
required
string

NetworkID

state
required
string

State

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
group_ID
required
string [ 1 .. 20 ] characters

References GroupContract.Group_ID value on the parent record.

division_ID
required
string [ 1 .. 20 ] characters

References GroupContract.Division_ID value on the parent record.

coverage_Start
required
string <date-time>

References GroupContract.Coverage_Start value on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

networkID
required
string [ 1 .. 10 ] characters

References Networks.Network_ID value on the parent record.

state
required
string [ 1 .. 2 ] characters

References State.State value on the parent record.

apC_Schedule
string or null <= 16 characters

Allows the User to attach an APC schedule to be applied as part of the Network.

claim_Days_Allowed
integer or null <int32>

Idenfities the allows number of claim days for claims within this Network.

drG_Schedule
string or null <= 16 characters

Allows the User to attach a DRG schedule to be applied as part of the Network.

eff_Date
string or null <date-time>

Date when the Contract Network stettings become effective.

entry_Date
string <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.

network_Type
string or null <= 16 characters

Identifies the type of the Network: 0 - Primary, 1 - Secondary, 2 - Wrap, 3 - Specialty.

priority
integer or null <int32>

Notes the priority of this network within this offering. Impacts which network is selected during network assignment during adjudication.

process_As_OON
required
boolean

No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API.

update_Date
string <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/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}
Request samples
{
  • "group_ID": "string",
  • "division_ID": "string",
  • "coverage_Start": "2019-08-24T14:15:22Z",
  • "networkID": "string",
  • "state": "st",
  • "apC_Schedule": "string",
  • "claim_Days_Allowed": 0,
  • "drG_Schedule": "string",
  • "eff_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "network_Type": "string",
  • "priority": 0,
  • "process_As_OON": true,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete GroupNetwork

Deletes an GroupNetwork

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
groupID
required
string

Group ID

divisionID
required
string

Division ID

coverageStart
required
string <date-time>

Coverage Start

networkID
required
string

NetworkID

state
required
string

State

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}
Request samples

Create or Update Batch GroupNetwork

Create or Update multiple GroupNetwork 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
groupID
required
string

Group ID

divisionID
required
string

Division ID

coverageStart
required
string <date-time>

Coverage Start

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
group_ID
required
string [ 1 .. 20 ] characters

References GroupContract.Group_ID value on the parent record.

division_ID
required
string [ 1 .. 20 ] characters

References GroupContract.Division_ID value on the parent record.

coverage_Start
required
string <date-time>

References GroupContract.Coverage_Start value on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

networkID
required
string [ 1 .. 10 ] characters

References Networks.Network_ID value on the parent record.

state
required
string [ 1 .. 2 ] characters

References State.State value on the parent record.

apC_Schedule
string or null <= 16 characters

Allows the User to attach an APC schedule to be applied as part of the Network.

claim_Days_Allowed
integer or null <int32>

Idenfities the allows number of claim days for claims within this Network.

drG_Schedule
string or null <= 16 characters

Allows the User to attach a DRG schedule to be applied as part of the Network.

eff_Date
string or null <date-time>

Date when the Contract Network stettings become effective.

entry_Date
string <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.

network_Type
string or null <= 16 characters

Identifies the type of the Network: 0 - Primary, 1 - Secondary, 2 - Wrap, 3 - Specialty.

priority
integer or null <int32>

Notes the priority of this network within this offering. Impacts which network is selected during network assignment during adjudication.

process_As_OON
required
boolean

No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API.

update_Date
string <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/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}