Networks

Create Network

Creates a new Network

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
networkID
required
string [ 1 .. 10 ] characters

Unique identifier assigned to the network.

apC_Schedule
string or null <= 16 characters

Identifies the default APC schedule that is to be used for the network.

address
string or null <= 128 characters

Address line 1 of the network.

address_2
string or null <= 128 characters

Address line 2 of the network.

city
string or null <= 32 characters

City of the network's address.

claim_Days_Allowed
integer or null <int32>

This option is informational only and currently has no functionality.

drG_Schedule
string or null <= 16 characters

Identifies the default DRG schedule that is to be used for the network.

eMail
string or null <= 128 characters

Email of the Network.

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.

ex_Code
string or null <= 8 characters

Specifies the Ex Code that will be applied while the Ex Code flag is selected.

ex_Code_Flag
string or null <= 1 characters

This option tells adjudication to apply an Ex Code to claims associated with the network.

fax
string or null <= 32 characters

Fax number of the Network.

logo_File
string or null <= 255 characters

Allows the User to upload a logo that can be attached to custom reporting.

networkDescription
string or null <= 512 characters

Description of the associated network.

phone
string or null <= 32 characters

Phone number of the Network.

state
string or null <= 2 characters

State of the network's address.

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.

withhold_Percent
number or null <double>

This option is informational only and currently has no functionality.

zip_Code
string or null <= 32 characters

Zip code of the Network's address.

Responses
200

Success

401

Unauthorized

post/networks
Request samples
{
  • "networkID": "string",
  • "apC_Schedule": "string",
  • "address": "string",
  • "address_2": "string",
  • "city": "string",
  • "claim_Days_Allowed": 0,
  • "drG_Schedule": "string",
  • "eMail": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "ex_Code_Flag": "s",
  • "fax": "string",
  • "logo_File": "string",
  • "networkDescription": "string",
  • "phone": "string",
  • "state": "st",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "withhold_Percent": 0.1,
  • "zip_Code": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List Networks

List all available Networks

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

Get Network

Gets a specific Network

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
networkID
required
string

Network ID

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/networks/{networkID}
Request samples
Response samples
No sample

Update Network

Updates a specific Network

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
networkID
required
string

NetworkID

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
networkID
required
string [ 1 .. 10 ] characters

Unique identifier assigned to the network.

apC_Schedule
string or null <= 16 characters

Identifies the default APC schedule that is to be used for the network.

address
string or null <= 128 characters

Address line 1 of the network.

address_2
string or null <= 128 characters

Address line 2 of the network.

city
string or null <= 32 characters

City of the network's address.

claim_Days_Allowed
integer or null <int32>

This option is informational only and currently has no functionality.

drG_Schedule
string or null <= 16 characters

Identifies the default DRG schedule that is to be used for the network.

eMail
string or null <= 128 characters

Email of the Network.

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.

ex_Code
string or null <= 8 characters

Specifies the Ex Code that will be applied while the Ex Code flag is selected.

ex_Code_Flag
string or null <= 1 characters

This option tells adjudication to apply an Ex Code to claims associated with the network.

fax
string or null <= 32 characters

Fax number of the Network.

logo_File
string or null <= 255 characters

Allows the User to upload a logo that can be attached to custom reporting.

networkDescription
string or null <= 512 characters

Description of the associated network.

phone
string or null <= 32 characters

Phone number of the Network.

state
string or null <= 2 characters

State of the network's address.

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.

withhold_Percent
number or null <double>

This option is informational only and currently has no functionality.

zip_Code
string or null <= 32 characters

Zip code of the Network's address.

Responses
200

Success

401

Unauthorized

put/networks/{networkID}
Request samples
{
  • "networkID": "string",
  • "apC_Schedule": "string",
  • "address": "string",
  • "address_2": "string",
  • "city": "string",
  • "claim_Days_Allowed": 0,
  • "drG_Schedule": "string",
  • "eMail": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "ex_Code_Flag": "s",
  • "fax": "string",
  • "logo_File": "string",
  • "networkDescription": "string",
  • "phone": "string",
  • "state": "st",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "withhold_Percent": 0.1,
  • "zip_Code": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete Network

Deletes a specific Network

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
networkID
required
string

NetworkID

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/networks/{networkID}
Request samples

Create or Update Batch Network

Creates or Updates multiple Networks

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
networkID
required
string [ 1 .. 10 ] characters

Unique identifier assigned to the network.

apC_Schedule
string or null <= 16 characters

Identifies the default APC schedule that is to be used for the network.

address
string or null <= 128 characters

Address line 1 of the network.

address_2
string or null <= 128 characters

Address line 2 of the network.

city
string or null <= 32 characters

City of the network's address.

claim_Days_Allowed
integer or null <int32>

This option is informational only and currently has no functionality.

drG_Schedule
string or null <= 16 characters

Identifies the default DRG schedule that is to be used for the network.

eMail
string or null <= 128 characters

Email of the Network.

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.

ex_Code
string or null <= 8 characters

Specifies the Ex Code that will be applied while the Ex Code flag is selected.

ex_Code_Flag
string or null <= 1 characters

This option tells adjudication to apply an Ex Code to claims associated with the network.

fax
string or null <= 32 characters

Fax number of the Network.

logo_File
string or null <= 255 characters

Allows the User to upload a logo that can be attached to custom reporting.

networkDescription
string or null <= 512 characters

Description of the associated network.

phone
string or null <= 32 characters

Phone number of the Network.

state
string or null <= 2 characters

State of the network's address.

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.

withhold_Percent
number or null <double>

This option is informational only and currently has no functionality.

zip_Code
string or null <= 32 characters

Zip code of the Network's address.

Responses
207

Success

401

Unauthorized

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