APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Identifies the procedure cluster that is to be tied to the pricing rule.
Date when the pricing rule becomes/became effective. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Used with the pricing claimrule, sets a value for the allowed amount to a percentage of the billed amount during adjudication. Subsequent claimrules may affect pricing.
Defines what type of claims the Network Procedure Cluster applies to
This option tells the pricing rule to reference pricing received from Context4. If this is unchecked, it allows the User to have the functionality without the Context4 hook. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Specifies the fee percentage that is to be tied to the selected procedure cluster. Negative values will apply a discount.
Used with the pricing claimrule, sets a value for the allowed amount during adjudication. Subsequent claimrules may affect pricing.
- VBAPI VBASoftwarehttps://vbapi-dev.vbasoftware.com/vbasoftware/networks/{networkID}/procedure-clusters
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi-dev.vbasoftware.com/vbasoftware/networks/{networkID}/procedure-clusters' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"network_ID": "string",
"procedure_Cluster": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"bill_Percent": 0.1,
"claim_Type": "string",
"context4Fg": true,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"fee_Percent": 0.1,
"flat_Rate": 0.1,
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi-dev.vbasoftware.com/vbasoftware/networks/{networkID}/procedure-clusters
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi-dev.vbasoftware.com/vbasoftware/networks/{networkID}/procedure-clusters?page=1&pageSize=100&sortBy=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- VBAPI VBASoftwarehttps://vbapi-dev.vbasoftware.com/vbasoftware/networks/{networkID}/procedure-clusters/{procedureCluster}/{effectiveDate}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi-dev.vbasoftware.com/vbasoftware/networks/{networkID}/procedure-clusters/{procedureCluster}/{effectiveDate}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example