Timely Filing

Create TimelyFiling

Creates a new TimelyFiling

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
timelyFiling_Key
required
integer <int32>

Kev value identifying a specific timely filing record Note: This field is marked as NOT NULL in the database and therefore required by the API.

claim_Type
string or null <= 20 characters

Specifies which claim type the timely filing conditions apply to

date_Type
string or null <= 1 characters

Specifies which claim dates are used for timely filing

description
string or null <= 256 characters

Description of the timely filing conditions

division_ID
string or null <= 20 characters

ID of the division that the timely filing conditions apply to

effective_Date
string or null <date-time>

Date the timely filing conditions become effective

entry_Date
string <date-time>

Date 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 <= 6 characters

Ex code that is applied when timely filing conditions are met

federal_ID
string or null <= 20 characters

Federal ID of the provider that the timely filing conditions apply to

group_ID
string or null <= 20 characters

ID of the group that the timely filing conditions apply to

inpatient
required
boolean

Flag specifying if the timely filing applies to inpatient claims Note: This field is marked as NOT NULL in the database and therefore required by the API.

network_ID
string or null <= 10 characters

ID of the network that the timely filing conditions apply to

plan_ID
string or null <= 20 characters

ID of the plan that the timely filing conditions apply to

provider_ID
string or null <= 20 characters

ID of the provider that the timely filing conditions apply to

schedule_Custom
string or null <= 16 characters

Field specifying how the custom schedule type is defined

schedule_Frequency
integer or null <int32>

Number of days, months or years specified by the frequency

schedule_Type
string or null <= 1 characters

Type of the schedule frequency, specifically day, month, year or custom

term_Date
string or null <date-time>

Date the timely filing conditions terminate

update_Date
string <date-time>

Date 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/timely-filings
Request samples
{
  • "timelyFiling_Key": 0,
  • "claim_Type": "string",
  • "date_Type": "s",
  • "description": "string",
  • "division_ID": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "federal_ID": "string",
  • "group_ID": "string",
  • "inpatient": true,
  • "network_ID": "string",
  • "plan_ID": "string",
  • "provider_ID": "string",
  • "schedule_Custom": "string",
  • "schedule_Frequency": 0,
  • "schedule_Type": "s",
  • "term_Date": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List TimelyFiling

Lists all TimelyFiling

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

Get TimelyFiling

Gets TimelyFiling

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

TimelyFiling Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/timely-filings/{timelyFilingKey}
Request samples
Response samples
No sample

Update TimelyFiling

Updates a specific TimelyFiling.

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

TimelyFiling Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
timelyFiling_Key
required
integer <int32>

Kev value identifying a specific timely filing record Note: This field is marked as NOT NULL in the database and therefore required by the API.

claim_Type
string or null <= 20 characters

Specifies which claim type the timely filing conditions apply to

date_Type
string or null <= 1 characters

Specifies which claim dates are used for timely filing

description
string or null <= 256 characters

Description of the timely filing conditions

division_ID
string or null <= 20 characters

ID of the division that the timely filing conditions apply to

effective_Date
string or null <date-time>

Date the timely filing conditions become effective

entry_Date
string <date-time>

Date 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 <= 6 characters

Ex code that is applied when timely filing conditions are met

federal_ID
string or null <= 20 characters

Federal ID of the provider that the timely filing conditions apply to

group_ID
string or null <= 20 characters

ID of the group that the timely filing conditions apply to

inpatient
required
boolean

Flag specifying if the timely filing applies to inpatient claims Note: This field is marked as NOT NULL in the database and therefore required by the API.

network_ID
string or null <= 10 characters

ID of the network that the timely filing conditions apply to

plan_ID
string or null <= 20 characters

ID of the plan that the timely filing conditions apply to

provider_ID
string or null <= 20 characters

ID of the provider that the timely filing conditions apply to

schedule_Custom
string or null <= 16 characters

Field specifying how the custom schedule type is defined

schedule_Frequency
integer or null <int32>

Number of days, months or years specified by the frequency

schedule_Type
string or null <= 1 characters

Type of the schedule frequency, specifically day, month, year or custom

term_Date
string or null <date-time>

Date the timely filing conditions terminate

update_Date
string <date-time>

Date 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/timely-filings/{timelyFilingKey}
Request samples
{
  • "timelyFiling_Key": 0,
  • "claim_Type": "string",
  • "date_Type": "s",
  • "description": "string",
  • "division_ID": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "federal_ID": "string",
  • "group_ID": "string",
  • "inpatient": true,
  • "network_ID": "string",
  • "plan_ID": "string",
  • "provider_ID": "string",
  • "schedule_Custom": "string",
  • "schedule_Frequency": 0,
  • "schedule_Type": "s",
  • "term_Date": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete TimelyFiling

Deletes an TimelyFiling

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

TimelyFiling Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/timely-filings/{timelyFilingKey}
Request samples

Create or Update Batch TimelyFiling

Create or Update multiple TimelyFiling 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
timelyFiling_Key
required
integer <int32>

Kev value identifying a specific timely filing record Note: This field is marked as NOT NULL in the database and therefore required by the API.

claim_Type
string or null <= 20 characters

Specifies which claim type the timely filing conditions apply to

date_Type
string or null <= 1 characters

Specifies which claim dates are used for timely filing

description
string or null <= 256 characters

Description of the timely filing conditions

division_ID
string or null <= 20 characters

ID of the division that the timely filing conditions apply to

effective_Date
string or null <date-time>

Date the timely filing conditions become effective

entry_Date
string <date-time>

Date 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 <= 6 characters

Ex code that is applied when timely filing conditions are met

federal_ID
string or null <= 20 characters

Federal ID of the provider that the timely filing conditions apply to

group_ID
string or null <= 20 characters

ID of the group that the timely filing conditions apply to

inpatient
required
boolean

Flag specifying if the timely filing applies to inpatient claims Note: This field is marked as NOT NULL in the database and therefore required by the API.

network_ID
string or null <= 10 characters

ID of the network that the timely filing conditions apply to

plan_ID
string or null <= 20 characters

ID of the plan that the timely filing conditions apply to

provider_ID
string or null <= 20 characters

ID of the provider that the timely filing conditions apply to

schedule_Custom
string or null <= 16 characters

Field specifying how the custom schedule type is defined

schedule_Frequency
integer or null <int32>

Number of days, months or years specified by the frequency

schedule_Type
string or null <= 1 characters

Type of the schedule frequency, specifically day, month, year or custom

term_Date
string or null <date-time>

Date the timely filing conditions terminate

update_Date
string <date-time>

Date 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/timely-filings-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}