APIs for VBASoftware
- Sync ClaimBatch Disability
VBASoftware (v1)
- application/json
- text/json
- application/*+json
This is the explanation code that will be applied to the sick time payments during this disability.
This is the explanation code that will be applied to the vacation payments during this disability.
This flag identifies that salary continuation is part of the payment during this disability.
This is the begin date of the salary continuation payment.
This is the end date of the salary continuation payment.
This is the explanation code that will be applied to the salary continuation payments during this disability.
This will identify if this is a partial disability payment. Partial Disability payments have additional tax and payment rules applied during adjudication.
This flag will identify if there is partial disability hours involved during the claim.
This identifies the date of surgery for disability due to surgery.
This is the number of waiting period days that will be assigned to the waiting period payment on this disability.
This identifies the date the member was admitted to the Hospital if hospitalized as part of this disability.
This will let the Disability Payment Creator know that the created payments need to have a reminder Ex Code applied to the final two payments.
This is the Ex Code that is applied to the final two payments created by the Disability Payment Creator if the Apply Extension option is selected.
This is an information only field that allows the tracking of the Closure Effective Date.
This identifies the date the member first visited the Physician. This field, in combination with Disabled by Physician Date and Last Day Worked, create the Disability Date for the Member.
This identifies the date the member was disabled by the Physician. This field, in combination with First Attended Physician Date and Last Day Worked, create the Disability Date for the Member.
This is the procedure code of the surgery being performed for this disability.
This will identify the type of delivery that is performed as a result of pregnancy.
This will identify the number of payments that will be involved during this claim.
This will identify the state withhold amount for each payment. If tax calculation module is enabled, this option will be ignored.
This will hold the amount for the Federal tax withheld from each payment.
This identifies the payment interval for the disability claim (e.g., 5-day, 7-day, Monthly).
This is the explanation code attached to the surgery payments during this disability claim.
This will indicate the type of job associated with the disability (e.g., Sedentary, Light, Medium, Heavy).
This is the explanation code applied to the waiting period payment for this disability.
This will identify the maximum amount of disability payments for this claim.
This flag indicates if the waiting period is included in the maximum disability calculation.
This flag identifies if the first day in the hospital is included in the disability coverage.
This identifies the expected typical duration of the disability.
This identifies the date of the delivery for pregnancy-related disability.
This identifies the date the employee returned to work after the disability.
This identifies the date the long-term disability becomes effective.
This identifies the date the long-term disability packet was sent.
This identifies the last warrant date for the physician for this claim.
This is the Return to Work date identified by the Physician at the start of disability.This may or may not be the actual date the member returns to work.
This identifies the disability pay-through day for this claim.
This will track the total overpayment amount for the disability claim.
This is the explanation code for the overpayment during the disability.
This will identify the duration of payments for the disability (e.g., Weekly, Monthly).
This will identify if the claim needs to be processed based on the disability date.
This flag indicates if the options being sent will only product a list of payments in memory and not create them in the database. Allows front-end to review their options before actually creating the payments.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/disability-advisor-create-claim
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/disability-advisor-create-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 '{
"description": "string",
"sickTime": true,
"sickTimeFrom": "2019-08-24T14:15:22Z",
"sickTimeThru": "2019-08-24T14:15:22Z",
"sickTimeExCode": "string",
"vacation": true,
"vacationFrom": "2019-08-24T14:15:22Z",
"vacationThru": "2019-08-24T14:15:22Z",
"vacationExCode": "string",
"salaryContinuation": true,
"salaryContinuationFrom": "2019-08-24T14:15:22Z",
"salaryContinuationThru": "2019-08-24T14:15:22Z",
"salaryContinuationExCode": "string",
"partialDisability": true,
"partialDisabilityHours": true,
"imageNumber": "string",
"imageNumber2": "string",
"imageNumber3": "string",
"imageNumber4": "string",
"receivedDate": "2019-08-24T14:15:22Z",
"lastDayWorked": "2019-08-24T14:15:22Z",
"diagnosis1": "string",
"diagnosis2": "string",
"dateOfSurgery": "2019-08-24T14:15:22Z",
"waitingPeriod": 0,
"rollupWaitingPeriod": true,
"admitDate": "2019-08-24T14:15:22Z",
"applyExtension": true,
"applyExtensionExCode": "string",
"closureEffectiveDate": "2019-08-24T14:15:22Z",
"dateFirstAttended": "2019-08-24T14:15:22Z",
"disabledByPhysician": "2019-08-24T14:15:22Z",
"dob": "2019-08-24T14:15:22Z",
"duringEmployment": true,
"surgery": 0,
"typeOfSurgery": "string",
"disabilityType": "string",
"typeOfDelivery": "string",
"numberOfPayments": 0,
"waiveWaitingPeriod": true,
"stateTax": 0.1,
"federalWithheld": 0.1,
"fica": 0.1,
"subscriberID": "string",
"memberSeq": "string",
"firstName": "string",
"lastName": "string",
"groupID": "string",
"planID": "string",
"planType": "string",
"planTypeLTD": true,
"exceedReturnToWork": true,
"exceedMax": true,
"followupDate": "2019-08-24T14:15:22Z",
"followupExCode": "string",
"includeReturnToWork": true,
"scd": true,
"paymentInterval": 0,
"surgeryExCode": "string",
"jobType": "string",
"waitingPeriodExCode": "string",
"includeWaitingPeriod": true,
"maxDisability": 0,
"includeInMax": true,
"firstDayHospital": true,
"liabilityInjury": true,
"pay_To": "string",
"mail_To": "string",
"exCode": "string",
"hospitalized": true,
"pregnancy": true,
"dischargeDate": "2019-08-24T14:15:22Z",
"expectedTypicalDuration": 0,
"dateOfDelivery": "2019-08-24T14:15:22Z",
"returnToWork": "2019-08-24T14:15:22Z",
"ltdEffectiveDate": "2019-08-24T14:15:22Z",
"ltdPacketDate": "2019-08-24T14:15:22Z",
"depSSDIEndDate": "2019-08-24T14:15:22Z",
"lastPhysicianWarrantDate": "2019-08-24T14:15:22Z",
"exhaustDate": "2019-08-24T14:15:22Z",
"physicianReturnToWork": "2019-08-24T14:15:22Z",
"disabilityPayThroughDay": 0,
"overpaymentTotal": 0.1,
"overpaymentDeduction": 0.1,
"overpaymentExCode": "string",
"paymentDuration": 0,
"processByDisabilityDate": true,
"disability_Date": "2019-08-24T14:15:22Z",
"diagnosticCodeType": "string",
"preview": true,
"deductions": [
{
"deductionType": "string",
"deductionPct": true,
"deductionAmount": 0.1,
"caseNumber": "string",
"thirdPartyPayment": true,
"providerID": "string",
"preTax": true,
"preGross": true
}
]
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/disability-claim-sync-header
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/disability-claim-sync-header?batchNumber=0&batchClaim=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/claim-invoice-generate
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/claim-invoice-generate \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"claimInvoice": {
"invoice_Key": 0,
"description": "string",
"due_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"invoice_Date": "2019-08-24T14:15:22Z",
"invoice_Number": "string",
"invoice_Status": "string",
"payee_ID": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
},
"claimNumbers": [
0
]
}'No response example