APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier for each Per Diem configuration setting. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies that the claim must be OON for adjudication matching. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies that the DRG within the claim falls within this cluster for adjudication matching.
Identifies that ER services are required for adjudication matching. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Start of the range of acceptable service dates for the rate line. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies that inpatient services are required for adjudication matching. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates whether the rate is per unit. Note: This field is marked as NOT NULL in the database and therefore required by the API.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/per-diems
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/per-diems' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"providerPerDiem_Key": 0,
"apply_OON": true,
"drG_Cluster": "string",
"eR_Rate": true,
"effective_Date": "2019-08-24T14:15:22Z",
"end_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"inpatient": true,
"max_Days": 0,
"min_Days": 0,
"network_ID": "string",
"perDiem_Rate": 0.1,
"provider_ID": "string",
"unit_Based": true,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/per-diems
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/per-diems' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/per-diems/{providerPerDiemKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/per-diems/{providerPerDiemKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example