APIs for VBASoftware
- Release Suspended Claims
Full Delete ClaimBatch
List matching benefit detail
Create a Life Claim
Return Suspended Claims
Adjust Claim(s)
Return Claim(s) to Batch
Copy Claim(s) to Batch
Split Claims by Payor/Account
Split Claims by Plan Year
Suspend Claims on Audit
Copy Selected Service Lines
Create Disability Payments
Sync ClaimBatch Disability
Generate Claim Invoice
Get Claim EDI XML
Create a Life Claim Payment
List Pay to Amounts for Claim Funding
List Pay to Amounts for Claim Funding by Member
Get a combined set of ClaimBatch data
Get a combined set of Claim data
Get Copy Details for a Disability Claim Copy
Copy a Claim in Batch
Get Disability Date and Exhaust Date
Full Reset of a Claim at Zelis
Reset Polling of a Claim at Zelis
Mass Update Claim Ex Codes
Mass Delete Claim Ex Codes
Mass Insert Claim Queue Detail
Release Suspended Claims
VBASoftware (v1)
Download OpenAPI description
Languages
Servers
VBAPI VBASoftware
https://vbapi.vbasoftware.com/vbasoftware/
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/create-life-claim
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/create-life-claim \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"subscriber_ID": "string",
"member_Seq": "string",
"plan_ID": "string",
"volume": 0.1,
"claimNumber": "string",
"deathDate": "2019-08-24T14:15:22Z",
"lastDayWorked": "2019-08-24T14:15:22Z",
"causeOfDeath": 0,
"illness": 0,
"illnessDuration": 0,
"illnessDurationType": "string",
"attendingProviderID": "string",
"attendingFirstName": "string",
"attendingLastName": "string",
"attendingOrgName": "string",
"attendingAddress": "string",
"attendingAddress2": "string",
"attendingCity": "string",
"attendingState": "string",
"attendingZipCode": "string",
"attendingEntityID": "string",
"diagType": "string",
"diag1": "string",
"diag2": "string",
"diag3": "string",
"diag4": "string",
"payTo": "string",
"mailTo": "string",
"exCode1": "string",
"exCode2": "string",
"place": "string",
"receivedDate": "2019-08-24T14:15:22Z",
"procedureCode": "string",
"createPayment": true,
"customFields": [
{
"idCodeValue_Key": 0,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"iD_Code": "string",
"iD_Code_Data": "string",
"iD_Code_Data_Date": "2019-08-24T14:15:22Z",
"iD_Code_Data_Decimal": 0.1,
"iD_Code_Data_Number": 0,
"iD_Code_Data_Option": true,
"key_Column1": "string",
"key_Column2": "string",
"key_Column3": "string",
"key_Column4": "string",
"key_Column5": "string",
"key_DataType1": "string",
"key_DataType2": "string",
"key_DataType3": "string",
"key_DataType4": "string",
"key_DataType5": "string",
"key_Value1": "string",
"key_Value2": "string",
"key_Value3": "string",
"key_Value4": "string",
"key_Value5": "string",
"type": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}
],
"beneficiaries": [
{
"subscriber_ID": "string",
"member_Seq": "st",
"beneficiary_ID": "string",
"address": "string",
"address2": "string",
"assignment": 0.1,
"city": "string",
"country_ID": "string",
"date_Of_Birth": "2019-08-24T14:15:22Z",
"end_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"exclude_Interest": true,
"first_Name": "string",
"last_Name": "string",
"long_Name": "string",
"middle_Name": "string",
"percentage": 0.1,
"primary_Beneficiary": true,
"relationship": "string",
"ssn": "string",
"secondary_Beneficiary": true,
"start_Date": "2019-08-24T14:15:22Z",
"state": "st",
"tertiary_Beneficiary": true,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"zip": "string"
}
],
"lifeBenefits": [
{
"batch_Number": 0,
"benefit_Code": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"volume": 0.1
}
],
"documents": [
{
"noteData": {
"note_Key": 0,
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"note_Alert": true,
"note_Alert_End": "2019-08-24T14:15:22Z",
"note_Category": "string",
"note_Data": "string",
"note_Priority": "string",
"note_Subject": "string",
"note_Type": "string",
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
},
"noteAttachments": [
{
"attachment_Key": 0,
"attachment": "string",
"attachment_File": "string",
"attachment_Path": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"note_Key": 0,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}
]
}
]
}'Response
No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/suspense-claim-release
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/suspense-claim-release \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '[
{
"claim_Number": 0,
"claimPaidAmount": 0.1,
"claim_Funded_Status": "string",
"serviceLines": 0,
"claim_Status": "string",
"payor_ID": "string",
"account_Key": 0,
"group_ID": "string",
"division_ID": "string",
"batch_Number": 0,
"batch_Claim": 0,
"provider_ID": "string",
"subscriber_ID": "string",
"member_Seq": "string",
"payee_ID": "string",
"provider_First_Name": "string",
"provider_Last_Name": "string",
"provider_Org_Name": "string",
"payee_Name": "string",
"member_First_Name": "string",
"member_Last_Name": "string",
"service_Date": "2019-08-24T14:15:22Z",
"service_Thru": "2019-08-24T14:15:22Z",
"selected": 0,
"reinsClaim": 0,
"claimAudit_Key": 0,
"check_Batch": 0,
"paid": 0,
"fee_Sched": "string",
"suspense_Type": "string",
"zelis_Suspense": true,
"process_Date": "2019-08-24T14:15:22Z",
"process_User": "string",
"suspenseClaim_Key": 0
}
]'- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/suspense-claim-return
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/suspense-claim-return?exCode=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '[
{
"claim_Number": 0,
"claimPaidAmount": 0.1,
"claim_Funded_Status": "string",
"serviceLines": 0,
"claim_Status": "string",
"payor_ID": "string",
"account_Key": 0,
"group_ID": "string",
"division_ID": "string",
"batch_Number": 0,
"batch_Claim": 0,
"provider_ID": "string",
"subscriber_ID": "string",
"member_Seq": "string",
"payee_ID": "string",
"provider_First_Name": "string",
"provider_Last_Name": "string",
"provider_Org_Name": "string",
"payee_Name": "string",
"member_First_Name": "string",
"member_Last_Name": "string",
"service_Date": "2019-08-24T14:15:22Z",
"service_Thru": "2019-08-24T14:15:22Z",
"selected": 0,
"reinsClaim": 0,
"claimAudit_Key": 0,
"check_Batch": 0,
"paid": 0,
"fee_Sched": "string",
"suspense_Type": "string",
"zelis_Suspense": true,
"process_Date": "2019-08-24T14:15:22Z",
"process_User": "string",
"suspenseClaim_Key": 0
}
]'