Claim Reprice Remove

Create ClaimRepriceRemove

Creates a new ClaimRepriceRemove

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimRepriceRemove_Key
required
integer <int32>

Unique identifer for each claim reprice remove entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.

apply_Network_ID
string or null <= 10 characters

Notes the new Network that should be applied to this claim if the Reprice Remove values match the inbound claim information.

division_ID
string or null <= 20 characters

The patients (or Subscribers) enrollment information, references Subenrollment.Division_ID.

effective_Date
string or null <date-time>

Date when the reprice remove code becomes/became effective.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 200 characters

User that first added the record to the system

ex_Code
string or null <= 6 characters

The ExCode applied to this claim reprice entry.

group_ID
string or null <= 20 characters

The patients (or Subscribers) enrollment information, references Subenrollment.Group_ID.

remove_Repriced_Network_ID
required
boolean

Notes if the Repriced_Network_ID value should be cleared as part of the Reprice Remove adjudication process. Note: This field is marked as NOT NULL in the database and therefore required by the API.

repriced_Network_ID
string or null <= 32 characters

The Repriced Network ID referenced on this claim to determine if rules apply.

tax_ID
string or null <= 32 characters

The Provider Tax ID referenced on this claim to determine if rules apply.

term_Date
string or null <date-time>

Date when the reprice remove code no longer applies.

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/claim-reprice-remove
Request samples
{
  • "claimRepriceRemove_Key": 0,
  • "apply_Network_ID": "string",
  • "division_ID": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "group_ID": "string",
  • "remove_Repriced_Network_ID": true,
  • "repriced_Network_ID": "string",
  • "tax_ID": "string",
  • "term_Date": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ClaimRepriceRemove

Lists all ClaimRepriceRemove

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/claim-reprice-remove
Request samples
Response samples
No sample

Get ClaimRepriceRemove

Gets ClaimRepriceRemove

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

ClaimRepriceRemove Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/claim-reprice-remove/{ClaimRepriceRemove_Key}
Request samples
Response samples
No sample

Update ClaimRepriceRemove

Updates a specific ClaimRepriceRemove.

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

ClaimRepriceRemove Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimRepriceRemove_Key
required
integer <int32>

Unique identifer for each claim reprice remove entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.

apply_Network_ID
string or null <= 10 characters

Notes the new Network that should be applied to this claim if the Reprice Remove values match the inbound claim information.

division_ID
string or null <= 20 characters

The patients (or Subscribers) enrollment information, references Subenrollment.Division_ID.

effective_Date
string or null <date-time>

Date when the reprice remove code becomes/became effective.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 200 characters

User that first added the record to the system

ex_Code
string or null <= 6 characters

The ExCode applied to this claim reprice entry.

group_ID
string or null <= 20 characters

The patients (or Subscribers) enrollment information, references Subenrollment.Group_ID.

remove_Repriced_Network_ID
required
boolean

Notes if the Repriced_Network_ID value should be cleared as part of the Reprice Remove adjudication process. Note: This field is marked as NOT NULL in the database and therefore required by the API.

repriced_Network_ID
string or null <= 32 characters

The Repriced Network ID referenced on this claim to determine if rules apply.

tax_ID
string or null <= 32 characters

The Provider Tax ID referenced on this claim to determine if rules apply.

term_Date
string or null <date-time>

Date when the reprice remove code no longer applies.

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/claim-reprice-remove/{ClaimRepriceRemove_Key}
Request samples
{
  • "claimRepriceRemove_Key": 0,
  • "apply_Network_ID": "string",
  • "division_ID": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "group_ID": "string",
  • "remove_Repriced_Network_ID": true,
  • "repriced_Network_ID": "string",
  • "tax_ID": "string",
  • "term_Date": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ClaimRepriceRemove

Deletes an ClaimRepriceRemove

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

ClaimRepriceRemove Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/claim-reprice-remove/{ClaimRepriceRemove_Key}
Request samples

Create or Update Batch ClaimRepriceRemove

Create or Update multiple ClaimRepriceRemove 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
claimRepriceRemove_Key
required
integer <int32>

Unique identifer for each claim reprice remove entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.

apply_Network_ID
string or null <= 10 characters

Notes the new Network that should be applied to this claim if the Reprice Remove values match the inbound claim information.

division_ID
string or null <= 20 characters

The patients (or Subscribers) enrollment information, references Subenrollment.Division_ID.

effective_Date
string or null <date-time>

Date when the reprice remove code becomes/became effective.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 200 characters

User that first added the record to the system

ex_Code
string or null <= 6 characters

The ExCode applied to this claim reprice entry.

group_ID
string or null <= 20 characters

The patients (or Subscribers) enrollment information, references Subenrollment.Group_ID.

remove_Repriced_Network_ID
required
boolean

Notes if the Repriced_Network_ID value should be cleared as part of the Reprice Remove adjudication process. Note: This field is marked as NOT NULL in the database and therefore required by the API.

repriced_Network_ID
string or null <= 32 characters

The Repriced Network ID referenced on this claim to determine if rules apply.

tax_ID
string or null <= 32 characters

The Provider Tax ID referenced on this claim to determine if rules apply.

term_Date
string or null <date-time>

Date when the reprice remove code no longer applies.

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