APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifer for each claim reprice remove entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Notes the new Network that should be applied to this claim if the Reprice Remove values match the inbound claim information.
The patients (or Subscribers) enrollment information, references Subenrollment.Division_ID.
The patients (or Subscribers) enrollment information, references Subenrollment.Group_ID.
Notes if the Repriced_Network_ID value should be cleared as part of the Reprice Remove adjudication process. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The Repriced Network ID referenced on this claim to determine if rules apply.
The Provider Tax ID referenced on this claim to determine if rules apply.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/claim-reprice-remove
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/claim-reprice-remove \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"claimRepriceRemove_Key": 0,
"apply_Network_ID": "string",
"division_ID": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"group_ID": "string",
"remove_Repriced_Network_ID": true,
"repriced_Network_ID": "string",
"tax_ID": "string",
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"provider_Has_Network_ID": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/claim-reprice-remove
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/claim-reprice-remove?sortBy=string&page=1&pageSize=100' \
-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/claim-reprice-remove/{ClaimRepriceRemove_Key}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/claim-reprice-remove/{ClaimRepriceRemove_Key}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example