Claim Lives

Create ClaimBatchLife

Creates a new ClaimBatchLife

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
batch_Number
required
integer <int32>
claim_ID
string or null <= 32 characters
death_Date
string or null <date-time>
death_Reason
integer or null <int32>
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
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
ex_Code1
string or null <= 6 characters
ex_Code2
string or null <= 6 characters
illness
required
boolean
illness_Duration
integer or null <int32>
illness_Duration_Type
string or null <= 1 characters
last_Day_Worked
string or null <date-time>
mail_To
string or null <= 1 characters
member_Seq
string or null <= 2 characters
pay_To
string or null <= 1 characters
payee_ID
string or null <= 20 characters
plan_ID
string or null <= 20 characters
provider_ID
string or null <= 20 characters
received_Date
string or null <date-time>
subscriber_ID
string or null <= 9 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
volume
number or null <double>
Responses
200

Success

401

Unauthorized

post/claim-lives
Request samples
{
  • "batch_Number": 0,
  • "claim_ID": "string",
  • "death_Date": "2019-08-24T14:15:22Z",
  • "death_Reason": 0,
  • "diagnostic_Code1": "string",
  • "diagnostic_Code2": "string",
  • "diagnostic_Code3": "string",
  • "diagnostic_Code4": "string",
  • "diagnostic_Code_Type": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code1": "string",
  • "ex_Code2": "string",
  • "illness": true,
  • "illness_Duration": 0,
  • "illness_Duration_Type": "s",
  • "last_Day_Worked": "2019-08-24T14:15:22Z",
  • "mail_To": "s",
  • "member_Seq": "st",
  • "pay_To": "s",
  • "payee_ID": "string",
  • "plan_ID": "string",
  • "provider_ID": "string",
  • "received_Date": "2019-08-24T14:15:22Z",
  • "subscriber_ID": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "volume": 0.1
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ClaimBatchLife

Lists all ClaimBatchLife

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

Get ClaimBatchLife

Gets ClaimBatchLife

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

Batch Number

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/claim-lives/{batchNumber}
Request samples
Response samples
No sample

Update ClaimBatchLife

Updates a specific ClaimBatchLife.

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

Batch Number

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
batch_Number
required
integer <int32>
claim_ID
string or null <= 32 characters
death_Date
string or null <date-time>
death_Reason
integer or null <int32>
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
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
ex_Code1
string or null <= 6 characters
ex_Code2
string or null <= 6 characters
illness
required
boolean
illness_Duration
integer or null <int32>
illness_Duration_Type
string or null <= 1 characters
last_Day_Worked
string or null <date-time>
mail_To
string or null <= 1 characters
member_Seq
string or null <= 2 characters
pay_To
string or null <= 1 characters
payee_ID
string or null <= 20 characters
plan_ID
string or null <= 20 characters
provider_ID
string or null <= 20 characters
received_Date
string or null <date-time>
subscriber_ID
string or null <= 9 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
volume
number or null <double>
Responses
200

Success

401

Unauthorized

put/claim-lives/{batchNumber}
Request samples
{
  • "batch_Number": 0,
  • "claim_ID": "string",
  • "death_Date": "2019-08-24T14:15:22Z",
  • "death_Reason": 0,
  • "diagnostic_Code1": "string",
  • "diagnostic_Code2": "string",
  • "diagnostic_Code3": "string",
  • "diagnostic_Code4": "string",
  • "diagnostic_Code_Type": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "ex_Code1": "string",
  • "ex_Code2": "string",
  • "illness": true,
  • "illness_Duration": 0,
  • "illness_Duration_Type": "s",
  • "last_Day_Worked": "2019-08-24T14:15:22Z",
  • "mail_To": "s",
  • "member_Seq": "st",
  • "pay_To": "s",
  • "payee_ID": "string",
  • "plan_ID": "string",
  • "provider_ID": "string",
  • "received_Date": "2019-08-24T14:15:22Z",
  • "subscriber_ID": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "volume": 0.1
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ClaimBatchLife

Deletes an ClaimBatchLife

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

Batch Number

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/claim-lives/{batchNumber}
Request samples

Create or Update Batch ClaimBatchLife

Create or Update multiple ClaimBatchLife 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
batch_Number
required
integer <int32>
claim_ID
string or null <= 32 characters
death_Date
string or null <date-time>
death_Reason
integer or null <int32>
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
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
ex_Code1
string or null <= 6 characters
ex_Code2
string or null <= 6 characters
illness
required
boolean
illness_Duration
integer or null <int32>
illness_Duration_Type
string or null <= 1 characters
last_Day_Worked
string or null <date-time>
mail_To
string or null <= 1 characters
member_Seq
string or null <= 2 characters
pay_To
string or null <= 1 characters
payee_ID
string or null <= 20 characters
plan_ID
string or null <= 20 characters
provider_ID
string or null <= 20 characters
received_Date
string or null <date-time>
subscriber_ID
string or null <= 9 characters
update_Date
string <date-time>
update_User
string or null <= 20 characters
volume
number or null <double>
Responses
207

Success

401

Unauthorized

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