Flex Claims

Create ClaimFlex

Creates a new ClaimFlex

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimFlex_Key
required
integer <int32>
adjudicate_Action
string or null <= 8 characters
amount
number or null <double>
auto_Created
required
boolean
auto_Created_Claim_Number
integer or null <int32>
auto_Created_Date
string or null <date-time>
batch_Number
required
integer <int32>
calendar_Year
required
string [ 1 .. 4 ] characters
diagnostic_Code1
string or null <= 8 characters
diagnostic_Code2
string or null <= 8 characters
diagnostic_Code3
string or null <= 8 characters
diagnostic_Code4
string or null <= 8 characters
diagnostic_Code_Type
required
string [ 1 .. 16 ] characters
effective_Date
required
string <date-time>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
ex_Code
string or null <= 6 characters
flex_Claim_Number
required
string [ 1 .. 64 ] characters
flex_Claim_Status
string or null <= 16 characters
group_ID
required
string [ 1 .. 20 ] characters
member_Birth_Date
string or null <date-time>
member_First_Name
string or null <= 32 characters
member_Last_Name
string or null <= 32 characters
plan_ID
required
string [ 1 .. 20 ] characters
provider_Federal_ID
string or null <= 20 characters
provider_ID
string or null <= 20 characters
provider_Name
string or null <= 128 characters
received_Date
string or null <date-time>
send_Check_To
string or null <= 1 characters
service_Date
string or null <date-time>
service_Thru
string or null <date-time>
subscriber_ID
required
string [ 1 .. 9 ] characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/flex-claims
Request samples
{
  • "claimFlex_Key": 0,
  • "adjudicate_Action": "string",
  • "amount": 0.1,
  • "auto_Created": true,
  • "auto_Created_Claim_Number": 0,
  • "auto_Created_Date": "2019-08-24T14:15:22Z",
  • "batch_Number": 0,
  • "calendar_Year": "stri",
  • "diagnostic_Code1": "string",
  • "diagnostic_Code2": "string",
  • "diagnostic_Code3": "string",
  • "diagnostic_Code4": "string",
  • "diagnostic_Code_Type": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "flex_Claim_Number": "string",
  • "flex_Claim_Status": "string",
  • "group_ID": "string",
  • "member_Birth_Date": "2019-08-24T14:15:22Z",
  • "member_First_Name": "string",
  • "member_Last_Name": "string",
  • "plan_ID": "string",
  • "provider_Federal_ID": "string",
  • "provider_ID": "string",
  • "provider_Name": "string",
  • "received_Date": "2019-08-24T14:15:22Z",
  • "send_Check_To": "s",
  • "service_Date": "2019-08-24T14:15:22Z",
  • "service_Thru": "2019-08-24T14:15:22Z",
  • "subscriber_ID": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ClaimFlex

Lists all ClaimFlex

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

Get ClaimFlex

Gets ClaimFlex

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

ClaimFlex Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/flex-claims/{claimFlexKey}
Request samples
Response samples
No sample

Update ClaimFlex

Updates a specific ClaimFlex.

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

ClaimFlex Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimFlex_Key
required
integer <int32>
adjudicate_Action
string or null <= 8 characters
amount
number or null <double>
auto_Created
required
boolean
auto_Created_Claim_Number
integer or null <int32>
auto_Created_Date
string or null <date-time>
batch_Number
required
integer <int32>
calendar_Year
required
string [ 1 .. 4 ] characters
diagnostic_Code1
string or null <= 8 characters
diagnostic_Code2
string or null <= 8 characters
diagnostic_Code3
string or null <= 8 characters
diagnostic_Code4
string or null <= 8 characters
diagnostic_Code_Type
required
string [ 1 .. 16 ] characters
effective_Date
required
string <date-time>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
ex_Code
string or null <= 6 characters
flex_Claim_Number
required
string [ 1 .. 64 ] characters
flex_Claim_Status
string or null <= 16 characters
group_ID
required
string [ 1 .. 20 ] characters
member_Birth_Date
string or null <date-time>
member_First_Name
string or null <= 32 characters
member_Last_Name
string or null <= 32 characters
plan_ID
required
string [ 1 .. 20 ] characters
provider_Federal_ID
string or null <= 20 characters
provider_ID
string or null <= 20 characters
provider_Name
string or null <= 128 characters
received_Date
string or null <date-time>
send_Check_To
string or null <= 1 characters
service_Date
string or null <date-time>
service_Thru
string or null <date-time>
subscriber_ID
required
string [ 1 .. 9 ] characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/flex-claims/{claimFlexKey}
Request samples
{
  • "claimFlex_Key": 0,
  • "adjudicate_Action": "string",
  • "amount": 0.1,
  • "auto_Created": true,
  • "auto_Created_Claim_Number": 0,
  • "auto_Created_Date": "2019-08-24T14:15:22Z",
  • "batch_Number": 0,
  • "calendar_Year": "stri",
  • "diagnostic_Code1": "string",
  • "diagnostic_Code2": "string",
  • "diagnostic_Code3": "string",
  • "diagnostic_Code4": "string",
  • "diagnostic_Code_Type": "string",
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code": "string",
  • "flex_Claim_Number": "string",
  • "flex_Claim_Status": "string",
  • "group_ID": "string",
  • "member_Birth_Date": "2019-08-24T14:15:22Z",
  • "member_First_Name": "string",
  • "member_Last_Name": "string",
  • "plan_ID": "string",
  • "provider_Federal_ID": "string",
  • "provider_ID": "string",
  • "provider_Name": "string",
  • "received_Date": "2019-08-24T14:15:22Z",
  • "send_Check_To": "s",
  • "service_Date": "2019-08-24T14:15:22Z",
  • "service_Thru": "2019-08-24T14:15:22Z",
  • "subscriber_ID": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ClaimFlex

Deletes an ClaimFlex

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

ClaimFlex Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/flex-claims/{claimFlexKey}
Request samples

Create or Update Batch ClaimFlex

Create or Update multiple ClaimFlex 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
claimFlex_Key
required
integer <int32>
adjudicate_Action
string or null <= 8 characters
amount
number or null <double>
auto_Created
required
boolean
auto_Created_Claim_Number
integer or null <int32>
auto_Created_Date
string or null <date-time>
batch_Number
required
integer <int32>
calendar_Year
required
string [ 1 .. 4 ] characters
diagnostic_Code1
string or null <= 8 characters
diagnostic_Code2
string or null <= 8 characters
diagnostic_Code3
string or null <= 8 characters
diagnostic_Code4
string or null <= 8 characters
diagnostic_Code_Type
required
string [ 1 .. 16 ] characters
effective_Date
required
string <date-time>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
ex_Code
string or null <= 6 characters
flex_Claim_Number
required
string [ 1 .. 64 ] characters
flex_Claim_Status
string or null <= 16 characters
group_ID
required
string [ 1 .. 20 ] characters
member_Birth_Date
string or null <date-time>
member_First_Name
string or null <= 32 characters
member_Last_Name
string or null <= 32 characters
plan_ID
required
string [ 1 .. 20 ] characters
provider_Federal_ID
string or null <= 20 characters
provider_ID
string or null <= 20 characters
provider_Name
string or null <= 128 characters
received_Date
string or null <date-time>
send_Check_To
string or null <= 1 characters
service_Date
string or null <date-time>
service_Thru
string or null <date-time>
subscriber_ID
required
string [ 1 .. 9 ] characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

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