# VBASoftware APIs for VBASoftware Version: v1 ## Servers VBAPI VBASoftware ``` https://vbapi.vbasoftware.com/vbasoftware ``` ## Security ### apiKeyAuth Input apikey to access this API Type: apiKey In: header Name: x-api-key ### bearerAuth Input bearer token to access this API Type: http Scheme: bearer Bearer Format: JWT ### basicAuth Input your username and password to access this API Type: http Scheme: basic ## Download OpenAPI description [VBASoftware](https://vbapi-docs.vbasoftware.com/_bundle/openapi/vbasoftware.api.yaml) ## Accounting ### Claim Refund - [POST /accounting-claim-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/claimrefund.md): Process a Claim Refund creating the necessary Backout and Reentry claims and adding Claim Reference values. ### Claim Account Funding - [POST /accounting-fund-request](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/accountingfundrequest.md): Submit a list of Payor/Account information to be funded based on configured parameters. Returns whether there are invalid entries in your list that were skipped during processing. ### Mass Update Claim Funded Status - [POST /accounting-update-claim-funded-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/massupdateclaimfundedstatus.md): Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records. ### Sync and Update Debits and Credits for a Recon - [POST /update-recon-credit-debit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/updaterecondebitcredit.md): Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation. ### Process Receipt File - [POST /process-receipt-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/processreceiptfile.md): Import a defined Receipt File in .csv format to then have Funding items populated in a response so that they can then be created or modified. This process does not create Funding items but returns the Funding items that should be created. ### Claim Refund - [POST /accounting-claim-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/claimrefund.md): Process a Claim Refund creating the necessary Backout and Reentry claims and adding Claim Reference values. ### Claim Account Funding - [POST /accounting-fund-request](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/accountingfundrequest.md): Submit a list of Payor/Account information to be funded based on configured parameters. Returns whether there are invalid entries in your list that were skipped during processing. ### Mass Update Claim Funded Status - [POST /accounting-update-claim-funded-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/massupdateclaimfundedstatus.md): Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records. ### Sync and Update Debits and Credits for a Recon - [POST /update-recon-credit-debit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/updaterecondebitcredit.md): Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation. ### Process Receipt File - [POST /process-receipt-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/processreceiptfile.md): Import a defined Receipt File in .csv format to then have Funding items populated in a response so that they can then be created or modified. This process does not create Funding items but returns the Funding items that should be created. ## Adv. Accounting ### Claim Refund - [POST /accounting-claim-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/claimrefund.md): Process a Claim Refund creating the necessary Backout and Reentry claims and adding Claim Reference values. ### Claim Account Funding - [POST /accounting-fund-request](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/accountingfundrequest.md): Submit a list of Payor/Account information to be funded based on configured parameters. Returns whether there are invalid entries in your list that were skipped during processing. ### Mass Update Claim Funded Status - [POST /accounting-update-claim-funded-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/massupdateclaimfundedstatus.md): Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records. ### Sync and Update Debits and Credits for a Recon - [POST /update-recon-credit-debit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/updaterecondebitcredit.md): Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation. ### Process Receipt File - [POST /process-receipt-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/accounting/processreceiptfile.md): Import a defined Receipt File in .csv format to then have Funding items populated in a response so that they can then be created or modified. This process does not create Funding items but returns the Funding items that should be created. ### Void Check - [POST /checks/{checkID}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/voidcheck.md): Voids an existing Check ### Get Name and Address Information - [POST /checks-name-on-check](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/getnameoncheck.md): Using Send Check To and a dynamic Pay To ID, get the delivery information for a potential check. ### Process Checks - [POST /checks-process](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/processchecks.md): Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key. ### Undo Void Check - [POST /checks-undo-void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/undovoidcheck.md): Undo a previously voided check by Check ID. Returns the VBAProcess Key for log review and verification. ### Hold Funds - [POST /funding/{fundingKey}/hold](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/holdfunds.md): Lower the existing funding item by the hold amount and create a new funding for the hold amount. ### Reacllocate Funds - [PUT /funding/{fundingKey}/payors/{payorId}/accounts/{accountKey}/reallocate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/reallocatefunds.md): Change the Payor ID and Account Key of an existing funding item. ### Void Funds - [PUT /funding/{fundingKey}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/voidfunds.md): Void an existing funding item. ### Transfer Funds - [PUT /funding/{fundingKey}/transfer](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/transferfunds.md): Transfer funds from one account to another. Additionally, can auto-create a premium distribution if a Funding_Key of 0 is sent. ### Get FundingAccount Balance - [GET /funding-accounts/{accountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/getfundingaccountbalance.md): Gets FundingAccount balance details ### Add Funding to Deposit - [POST /funding-deposits/{depositKey}/add-funding](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/addfundingdeposit.md): Creates Funding items and attaches them to an existing Deposit. ### Add Reconciliation - [POST /funding-reconciliation-add](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/addreconciliation.md): Creates a new FundingReconcile along with attaching any Checks/Deposits identified. ### Reconcile Funds - [POST /funding-reconciliation-reconcile-funds](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/reconcilefunds.md): Reconcile all Deposits, Checks, and Funding associated with this Reconciliation as well as creating offset debits and credits. ### Get PayorAccount Balance - [GET /payor-accounts/{payorAccountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/getpayoraccountbalance.md): Gets PayorAccount Balance details ### Claim Refund - [POST /accounting-claim-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/claimrefund.md): Process a Claim Refund creating the necessary Backout and Reentry claims and adding Claim Reference values. ### Claim Account Funding - [POST /accounting-fund-request](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/accountingfundrequest.md): Submit a list of Payor/Account information to be funded based on configured parameters. Returns whether there are invalid entries in your list that were skipped during processing. ### Mass Update Claim Funded Status - [POST /accounting-update-claim-funded-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/massupdateclaimfundedstatus.md): Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records. ### Sync and Update Debits and Credits for a Recon - [POST /update-recon-credit-debit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/updaterecondebitcredit.md): Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation. ### Process Receipt File - [POST /process-receipt-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/processreceiptfile.md): Import a defined Receipt File in .csv format to then have Funding items populated in a response so that they can then be created or modified. This process does not create Funding items but returns the Funding items that should be created. ### Void Check - [POST /checks/{checkID}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/voidcheck.md): Voids an existing Check ### Get Name and Address Information - [POST /checks-name-on-check](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/getnameoncheck.md): Using Send Check To and a dynamic Pay To ID, get the delivery information for a potential check. ### Process Checks - [POST /checks-process](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/processchecks.md): Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key. ### Undo Void Check - [POST /checks-undo-void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/undovoidcheck.md): Undo a previously voided check by Check ID. Returns the VBAProcess Key for log review and verification. ### Hold Funds - [POST /funding/{fundingKey}/hold](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/holdfunds.md): Lower the existing funding item by the hold amount and create a new funding for the hold amount. ### Reacllocate Funds - [PUT /funding/{fundingKey}/payors/{payorId}/accounts/{accountKey}/reallocate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/reallocatefunds.md): Change the Payor ID and Account Key of an existing funding item. ### Void Funds - [PUT /funding/{fundingKey}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/voidfunds.md): Void an existing funding item. ### Transfer Funds - [PUT /funding/{fundingKey}/transfer](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/transferfunds.md): Transfer funds from one account to another. Additionally, can auto-create a premium distribution if a Funding_Key of 0 is sent. ### Get FundingAccount Balance - [GET /funding-accounts/{accountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/getfundingaccountbalance.md): Gets FundingAccount balance details ### Add Funding to Deposit - [POST /funding-deposits/{depositKey}/add-funding](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/addfundingdeposit.md): Creates Funding items and attaches them to an existing Deposit. ### Add Reconciliation - [POST /funding-reconciliation-add](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/addreconciliation.md): Creates a new FundingReconcile along with attaching any Checks/Deposits identified. ### Reconcile Funds - [POST /funding-reconciliation-reconcile-funds](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/reconcilefunds.md): Reconcile all Deposits, Checks, and Funding associated with this Reconciliation as well as creating offset debits and credits. ### Get PayorAccount Balance - [GET /payor-accounts/{payorAccountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/getpayoraccountbalance.md): Gets PayorAccount Balance details ## Check Batches ### Create CheckBatch - [POST /check-batches](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/createcheckbatch.md): Creates a new CheckBatch ### List CheckBatch - [GET /check-batches](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/listcheckbatch.md): Lists all CheckBatch ### Get CheckBatch - [GET /check-batches/{checkBatch}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/getcheckbatch.md): Gets CheckBatch ### Update CheckBatch - [PUT /check-batches/{checkBatch}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/updatecheckbatch.md): Updates a specific CheckBatch. ### Delete CheckBatch - [DELETE /check-batches/{checkBatch}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/deletecheckbatch.md): Deletes an CheckBatch ### Create or Update Batch CheckBatch - [PUT /check-batches-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/updatebatchcheckbatch.md): Create or Update multiple CheckBatch at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### CheckBatch CheckEdit - [PUT /check-batches-check-edit/{checkBatch}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/checkbatchcheckedit.md): Runs all configured check edits based on Check Batch and returns the results of those edits. ### CheckBatch Pre-CheckEdit - [PUT /check-batches-pre-check-edit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-batches/checkbatchprecheckedit.md): Runs all configured Pre-check edits based on Check Batch and returns the results of those edits. ## Check Details ### Create ChecksDetail - [POST /checks/{checkID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-details/createchecksdetail.md): Creates a new ChecksDetail ### List ChecksDetail - [GET /checks/{checkID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-details/listchecksdetail.md): Lists all ChecksDetail for the given checkID ### Get ChecksDetail - [GET /checks/{checkID}/details/{itemSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-details/getchecksdetail.md): Gets ChecksDetail ### Update ChecksDetail - [PUT /checks/{checkID}/details/{itemSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-details/updatechecksdetail.md): Updates a specific ChecksDetail. ### Delete ChecksDetail - [DELETE /checks/{checkID}/details/{itemSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-details/deletechecksdetail.md): Deletes an ChecksDetail ### Create or Update Batch ChecksDetail - [PUT /checks/{checkID}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-details/updatebatchchecksdetail.md): Create or Update multiple ChecksDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Check Edit Details ### Create CheckEditSetDetail - [POST /check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-details/createcheckeditsetdetail.md): Creates a new CheckEditSetDetail ### Get CheckEditSetDetail - [GET /check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-details/getcheckeditsetdetail.md): Gets CheckEditSetDetail ### Update CheckEditSetDetail - [PUT /check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-details/updatecheckeditsetdetail.md): Updates a specific CheckEditSetDetail. ### Delete CheckEditSetDetail - [DELETE /check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-details/deletecheckeditsetdetail.md): Deletes an CheckEditSetDetail ### List CheckEditSetDetail - [GET /check-edit-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-details/listcheckeditsetdetail.md): Lists all CheckEditSetDetail ### Create or Update Batch CheckEditSetDetail - [PUT /check-edit-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-details/updatebatchcheckeditsetdetail.md): Create or Update multiple CheckEditSetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Check Edit Headers ### List CheckEditSetHeader - [GET /check-edit-headers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-headers/listcheckeditsetheader.md): Lists all CheckEditSetHeader ### Get CheckEditSetHeader - [GET /check-edit-headers/{checkEditSetHeaderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edit-headers/getcheckeditsetheader.md): Gets CheckEditSetHeader ## Check Edits ### List CheckEdit - [GET /check-edits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edits/listcheckedit.md): Lists all CheckEdit ### Get CheckEdit - [GET /check-edits/{checkEditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-edits/getcheckedit.md): Gets CheckEdit ## Check Statuses ### Create CheckStatus - [POST /check-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-statuses/createcheckstatus.md): Creates a new CheckStatus ### List CheckStatus - [GET /check-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-statuses/listcheckstatus.md): Lists all CheckStatus ### Get CheckStatus - [GET /check-statuses/{checkStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-statuses/getcheckstatus.md): Gets CheckStatus ### Update CheckStatus - [PUT /check-statuses/{checkStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-statuses/updatecheckstatus.md): Updates a specific CheckStatus. ### Delete CheckStatus - [DELETE /check-statuses/{checkStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-statuses/deletecheckstatus.md): Deletes an CheckStatus ### Create or Update Batch CheckStatus - [PUT /check-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-statuses/updatebatchcheckstatus.md): Create or Update multiple CheckStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Check Types ### Create CheckType - [POST /check-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/createchecktype.md): Creates a new CheckType ### List CheckType - [GET /check-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/listchecktype.md): Lists all CheckType ### Get CheckType - [GET /check-types/{checkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/getchecktype.md): Gets CheckType ### Update CheckType - [PUT /check-types/{checkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/updatechecktype.md): Updates a specific CheckType. ### Delete CheckType - [DELETE /check-types/{checkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/deletechecktype.md): Deletes an CheckType ### Create or Update Batch CheckType - [PUT /check-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/check-types/updatebatchchecktype.md): Create or Update multiple CheckType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Checks ### Void Premium Distribution Check - [POST /checks-void-distribution/{checkId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/voiddistributioncheck.md): Voids a Premium Distribution Check by Check ID and all associated distribution records. ### Create Withhold Check Run - [POST /accounting-create-withhold-check-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/createwithholdcheckbatch.md): Takes Claims with a withhold amount and creates new claims to make payments for that withhold amount. ### Create Checks - [POST /checks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/createchecks.md): Creates a new Checks ### List Checks - [GET /checks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/listchecks.md): Lists all Checks ### Void Check - [POST /checks/{checkID}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/voidcheck.md): Voids an existing Check ### Get Name and Address Information - [POST /checks-name-on-check](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/getnameoncheck.md): Using Send Check To and a dynamic Pay To ID, get the delivery information for a potential check. ### Get Checks - [GET /checks/{checkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/getchecks.md): Gets Checks ### Update Checks - [PUT /checks/{checkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/updatechecks.md): Updates a specific Checks. ### Delete Checks - [DELETE /checks/{checkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/deletechecks.md): Deletes an Checks ### Create or Update Batch Checks - [PUT /checks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/updatebatchchecks.md): Create or Update multiple Checks at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Process Checks - [POST /checks-process](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/processchecks.md): Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key. ### Undo Void Check - [POST /checks-undo-void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/checks/undovoidcheck.md): Undo a previously voided check by Check ID. Returns the VBAProcess Key for log review and verification. ### Void Check - [POST /checks/{checkID}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/voidcheck.md): Voids an existing Check ### Get Name and Address Information - [POST /checks-name-on-check](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/getnameoncheck.md): Using Send Check To and a dynamic Pay To ID, get the delivery information for a potential check. ### Process Checks - [POST /checks-process](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/processchecks.md): Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key. ### Undo Void Check - [POST /checks-undo-void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/undovoidcheck.md): Undo a previously voided check by Check ID. Returns the VBAProcess Key for log review and verification. ## Funding ### Create Funding - [POST /funding](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/createfunding.md): Creates a new Funding ### List Funding - [GET /funding](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/listfunding.md): Lists all Funding ### Get Funding - [GET /funding/{fundingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/getfunding.md): Gets Funding ### Update Funding - [PUT /funding/{fundingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/updatefunding.md): Updates a specific Funding. ### Delete Funding - [DELETE /funding/{fundingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/deletefunding.md): Deletes an Funding ### Hold Funds - [POST /funding/{fundingKey}/hold](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/holdfunds.md): Lower the existing funding item by the hold amount and create a new funding for the hold amount. ### Reacllocate Funds - [PUT /funding/{fundingKey}/payors/{payorId}/accounts/{accountKey}/reallocate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/reallocatefunds.md): Change the Payor ID and Account Key of an existing funding item. ### Void Funds - [PUT /funding/{fundingKey}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/voidfunds.md): Void an existing funding item. ### Transfer Funds - [PUT /funding/{fundingKey}/transfer](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/transferfunds.md): Transfer funds from one account to another. Additionally, can auto-create a premium distribution if a Funding_Key of 0 is sent. ### Create or Update Batch Funding - [PUT /funding-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding/updatebatchfunding.md): Create or Update multiple Funding at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Hold Funds - [POST /funding/{fundingKey}/hold](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/holdfunds.md): Lower the existing funding item by the hold amount and create a new funding for the hold amount. ### Reacllocate Funds - [PUT /funding/{fundingKey}/payors/{payorId}/accounts/{accountKey}/reallocate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/reallocatefunds.md): Change the Payor ID and Account Key of an existing funding item. ### Void Funds - [PUT /funding/{fundingKey}/void](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/voidfunds.md): Void an existing funding item. ### Transfer Funds - [PUT /funding/{fundingKey}/transfer](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/transferfunds.md): Transfer funds from one account to another. Additionally, can auto-create a premium distribution if a Funding_Key of 0 is sent. ## Funding Account ### Create FundingAccount - [POST /funding-accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/createfundingaccount.md): Creates a new FundingAccount ### List FundingAccount - [GET /funding-accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/listfundingaccount.md): Lists all FundingAccount ### Get FundingAccount - [GET /funding-accounts/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/getfundingaccount.md): Gets FundingAccount ### Update FundingAccount - [PUT /funding-accounts/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/updatefundingaccount.md): Updates a specific FundingAccount. ### Delete FundingAccount - [DELETE /funding-accounts/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/deletefundingaccount.md): Deletes an FundingAccount ### Get FundingAccount Balance - [GET /funding-accounts/{accountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/getfundingaccountbalance.md): Gets FundingAccount balance details ### Create or Update Batch FundingAccount - [PUT /funding-accounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account/updatebatchfundingaccount.md): Create or Update multiple FundingAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get FundingAccount Balance - [GET /funding-accounts/{accountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/getfundingaccountbalance.md): Gets FundingAccount balance details ## Funding Account Category ### Create FundingAccountCategory - [POST /funding-account-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-category/createfundingaccountcategory.md): Creates a new FundingAccountCategory ### List FundingAccountCategory - [GET /funding-account-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-category/listfundingaccountcategory.md): Lists all FundingAccountCategory ### Get FundingAccountCategory - [GET /funding-account-categories/{accountCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-category/getfundingaccountcategory.md): Gets FundingAccountCategory ### Update FundingAccountCategory - [PUT /funding-account-categories/{accountCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-category/updatefundingaccountcategory.md): Updates a specific FundingAccountCategory. ### Delete FundingAccountCategory - [DELETE /funding-account-categories/{accountCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-category/deletefundingaccountcategory.md): Deletes an FundingAccountCategory ### Create or Update Batch FundingAccountCategory - [PUT /funding-account-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-category/updatebatchfundingaccountcategory.md): Create or Update multiple FundingAccountCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Account Signatures ### Create FundingAccountSignature - [POST /funding-accounts/{accountKey}/signatures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-signatures/createfundingaccountsignature.md): Creates a new FundingAccountSignature ### List FundingAccountSignature - [GET /funding-accounts/{accountKey}/signatures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-signatures/listfundingaccountsignature.md): Lists all FundingAccountSignature for the given accountKey ### Get FundingAccountSignature - [GET /funding-accounts/{accountKey}/signatures/{fundingAccountSignatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-signatures/getfundingaccountsignature.md): Gets FundingAccountSignature ### Update FundingAccountSignature - [PUT /funding-accounts/{accountKey}/signatures/{fundingAccountSignatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-signatures/updatefundingaccountsignature.md): Updates a specific FundingAccountSignature. ### Delete FundingAccountSignature - [DELETE /funding-accounts/{accountKey}/signatures/{fundingAccountSignatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-signatures/deletefundingaccountsignature.md): Deletes an FundingAccountSignature ### Create or Update Batch FundingAccountSignature - [PUT /funding-accounts/{accountKey}/signatures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-signatures/updatebatchfundingaccountsignature.md): Create or Update multiple FundingAccountSignature at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Account Type ### Create FundingAccountType - [POST /funding-account-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/createfundingaccounttype.md): Creates a new FundingAccountType ### List FundingAccountType - [GET /funding-account-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/listfundingaccounttype.md): Lists all FundingAccountType ### Get FundingAccountType - [GET /funding-account-types/{accountType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/getfundingaccounttype.md): Gets FundingAccountType ### Update FundingAccountType - [PUT /funding-account-types/{accountType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/updatefundingaccounttype.md): Updates a specific FundingAccountType. ### Delete FundingAccountType - [DELETE /funding-account-types/{accountType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/deletefundingaccounttype.md): Deletes an FundingAccountType ### Create or Update Batch FundingAccountType - [PUT /funding-account-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/updatebatchfundingaccounttype.md): Create or Update multiple FundingAccountType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Deposits ### Create FundingDeposit - [POST /funding-deposits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/createfundingdeposit.md): Creates a new FundingDeposit ### List FundingDeposit - [GET /funding-deposits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/listfundingdeposit.md): Lists all FundingDeposit ### Add Funding to Deposit - [POST /funding-deposits/{depositKey}/add-funding](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/addfundingdeposit.md): Creates Funding items and attaches them to an existing Deposit. ### Get FundingDeposit - [GET /funding-deposits/{depositKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/getfundingdeposit.md): Gets FundingDeposit ### Update FundingDeposit - [PUT /funding-deposits/{depositKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/updatefundingdeposit.md): Updates a specific FundingDeposit. ### Delete FundingDeposit - [DELETE /funding-deposits/{depositKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/deletefundingdeposit.md): Deletes an FundingDeposit ### Void FundingDeposit - [DELETE /funding-deposits/{depositKey}/void-deposit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/voidfundingdeposit.md): Deletes an FundingDeposit entry and changes the associated Funding items back to unassigned (not part of any deposit). ### Create or Update Batch FundingDeposit - [PUT /funding-deposits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-deposits/updatebatchfundingdeposit.md): Create or Update multiple FundingDeposit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Add Funding to Deposit - [POST /funding-deposits/{depositKey}/add-funding](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/addfundingdeposit.md): Creates Funding items and attaches them to an existing Deposit. ## Funding Indicators ### Create FundingIndicator - [POST /funding-indicators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-indicators/createfundingindicator.md): Creates a new FundingIndicator ### List FundingIndicator - [GET /funding-indicators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-indicators/listfundingindicator.md): Lists all FundingIndicator ### Get FundingIndicator - [GET /funding-indicators/{fundingIndicator}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-indicators/getfundingindicator.md): Gets FundingIndicator ### Update FundingIndicator - [PUT /funding-indicators/{fundingIndicator}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-indicators/updatefundingindicator.md): Updates a specific FundingIndicator. ### Delete FundingIndicator - [DELETE /funding-indicators/{fundingIndicator}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-indicators/deletefundingindicator.md): Deletes an FundingIndicator ### Create or Update Batch FundingIndicator - [PUT /funding-indicators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-indicators/updatebatchfundingindicator.md): Create or Update multiple FundingIndicator at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Issue Types ### Create FundingIssueType - [POST /funding-issue-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-issue-types/createfundingissuetype.md): Creates a new FundingIssueType ### List FundingIssueType - [GET /funding-issue-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-issue-types/listfundingissuetype.md): Lists all FundingIssueType ### Get FundingIssueType - [GET /funding-issue-types/{issueType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-issue-types/getfundingissuetype.md): Gets FundingIssueType ### Update FundingIssueType - [PUT /funding-issue-types/{issueType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-issue-types/updatefundingissuetype.md): Updates a specific FundingIssueType. ### Delete FundingIssueType - [DELETE /funding-issue-types/{issueType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-issue-types/deletefundingissuetype.md): Deletes an FundingIssueType ### Create or Update Batch FundingIssueType - [PUT /funding-issue-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-issue-types/updatebatchfundingissuetype.md): Create or Update multiple FundingIssueType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Reconciliation Disbursements ### Create FundingReconcileDisbursed - [POST /funding-reconciliations/{reconcileKey}/disbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-disbursements/createfundingreconciledisbursed.md): Creates a new FundingReconcileDisbursed ### List FundingReconcileDisbursed - [GET /funding-reconciliations/{reconcileKey}/disbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-disbursements/listfundingreconciledisbursed.md): Lists all FundingReconcileDisbursed for the given reconcileKey ### Get FundingReconcileDisbursed - [GET /funding-reconciliations/{reconcileKey}/disbursements/{checkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-disbursements/getfundingreconciledisbursed.md): Gets FundingReconcileDisbursed ### Update FundingReconcileDisbursed - [PUT /funding-reconciliations/{reconcileKey}/disbursements/{checkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-disbursements/updatefundingreconciledisbursed.md): Updates a specific FundingReconcileDisbursed. ### Delete FundingReconcileDisbursed - [DELETE /funding-reconciliations/{reconcileKey}/disbursements/{checkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-disbursements/deletefundingreconciledisbursed.md): Deletes an FundingReconcileDisbursed ### Create or Update Batch FundingReconcileDisbursed - [PUT /funding-reconciliations/{reconcileKey}/disbursements-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-disbursements/updatebatchfundingreconciledisbursed.md): Create or Update multiple FundingReconcileDisbursed at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Reconciliation On Statements ### Create FundingReconcileOnStatement - [POST /funding-reconciliations/{reconcileKey}/on-statements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-on-statements/createfundingreconcileonstatement.md): Creates a new FundingReconcileOnStatement ### List FundingReconcileOnStatement - [GET /funding-reconciliations/{reconcileKey}/on-statements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-on-statements/listfundingreconcileonstatement.md): Lists all FundingReconcileOnStatement for the given reconcileKey ### Get FundingReconcileOnStatement - [GET /funding-reconciliations/{reconcileKey}/on-statements/{onStatementKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-on-statements/getfundingreconcileonstatement.md): Gets FundingReconcileOnStatement ### Update FundingReconcileOnStatement - [PUT /funding-reconciliations/{reconcileKey}/on-statements/{onStatementKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-on-statements/updatefundingreconcileonstatement.md): Updates a specific FundingReconcileOnStatement. ### Delete FundingReconcileOnStatement - [DELETE /funding-reconciliations/{reconcileKey}/on-statements/{onStatementKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-on-statements/deletefundingreconcileonstatement.md): Deletes an FundingReconcileOnStatement ### Create or Update Batch FundingReconcileOnStatement - [PUT /funding-reconciliations/{reconcileKey}/on-statements-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-on-statements/updatebatchfundingreconcileonstatement.md): Create or Update multiple FundingReconcileOnStatement at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Reconciliation Statuses ### Create FundingReconcileStatus - [POST /funding-reconciliation-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-statuses/createfundingreconcilestatus.md): Creates a new FundingReconcileStatus ### List FundingReconcileStatus - [GET /funding-reconciliation-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-statuses/listfundingreconcilestatus.md): Lists all FundingReconcileStatus for the given reconcileStatus ### Get FundingReconcileStatus - [GET /funding-reconciliation-statuses/{reconcileStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-statuses/getfundingreconcilestatus.md): Gets FundingReconcileStatus ### Update FundingReconcileStatus - [PUT /funding-reconciliation-statuses/{reconcileStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-statuses/updatefundingreconcilestatus.md): Updates a specific FundingReconcileStatus. ### Delete FundingReconcileStatus - [DELETE /funding-reconciliation-statuses/{reconcileStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-statuses/deletefundingreconcilestatus.md): Deletes an FundingReconcileStatus ### Create or Update Batch FundingReconcileStatus - [PUT /funding-reconciliation-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliation-statuses/updatebatchfundingreconcilestatus.md): Create or Update multiple FundingReconcileStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Reconciliations ### Void Reconciliation - [POST /void-reconciliation/{reconcileKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/voidreconcile.md): Void the selected Funding Reconciliation. ### Create FundingReconcile - [POST /funding-reconciliations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/createfundingreconcile.md): Creates a new FundingReconcile ### List FundingReconcile - [GET /funding-reconciliations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/listfundingreconcile.md): Lists all FundingReconcile ### Add Reconciliation - [POST /funding-reconciliation-add](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/addreconciliation.md): Creates a new FundingReconcile along with attaching any Checks/Deposits identified. ### Reconcile Funds - [POST /funding-reconciliation-reconcile-funds](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/reconcilefunds.md): Reconcile all Deposits, Checks, and Funding associated with this Reconciliation as well as creating offset debits and credits. ### Get FundingReconcile - [GET /funding-reconciliations/{reconcileKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/getfundingreconcile.md): Gets FundingReconcile ### Update FundingReconcile - [PUT /funding-reconciliations/{reconcileKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/updatefundingreconcile.md): Updates a specific FundingReconcile. ### Delete FundingReconcile - [DELETE /funding-reconciliations/{reconcileKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/deletefundingreconcile.md): Deletes an FundingReconcile ### Create or Update Batch FundingReconcile - [PUT /funding-reconciliations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations/updatebatchfundingreconcile.md): Create or Update multiple FundingReconcile at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Add Reconciliation - [POST /funding-reconciliation-add](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/addreconciliation.md): Creates a new FundingReconcile along with attaching any Checks/Deposits identified. ### Reconcile Funds - [POST /funding-reconciliation-reconcile-funds](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/reconcilefunds.md): Reconcile all Deposits, Checks, and Funding associated with this Reconciliation as well as creating offset debits and credits. ## Funding Reconciliations Received ### Create FundingReconcileReceived - [POST /funding-reconciliations/{reconcileKey}/deposits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations-received/createfundingreconcilereceived.md): Creates a new FundingReconcileReceived ### List FundingReconcileReceived - [GET /funding-reconciliations/{reconcileKey}/deposits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations-received/listfundingreconcilereceived.md): Lists all FundingReconcileReceived for the given reconcileKey ### Get FundingReconcileReceived - [GET /funding-reconciliations/{reconcileKey}/deposits/{depositKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations-received/getfundingreconcilereceived.md): Gets FundingReconcileReceived ### Update FundingReconcileReceived - [PUT /funding-reconciliations/{reconcileKey}/deposits/{depositKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations-received/updatefundingreconcilereceived.md): Updates a specific FundingReconcileReceived. ### Delete FundingReconcileReceived - [DELETE /funding-reconciliations/{reconcileKey}/deposits/{depositKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations-received/deletefundingreconcilereceived.md): Deletes an FundingReconcileReceived ### Create or Update Batch FundingReconcileReceived - [PUT /funding-reconciliations/{reconcileKey}/deposits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-reconciliations-received/updatebatchfundingreconcilereceived.md): Create or Update multiple FundingReconcileReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding References ### Create FundingReference - [POST /funding-requests/{requestKey}/references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-references/createfundingreference.md): Creates a new FundingReference ### List FundingReference - [GET /funding-requests/{requestKey}/references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-references/listfundingreference.md): Lists all FundingReference for the given requestKey ### Get FundingReference - [GET /funding-requests/{requestKey}/references/{fundingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-references/getfundingreference.md): Gets FundingReference ### Update FundingReference - [PUT /funding-requests/{requestKey}/references/{fundingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-references/updatefundingreference.md): Updates a specific FundingReference. ### Delete FundingReference - [DELETE /funding-requests/{requestKey}/references/{fundingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-references/deletefundingreference.md): Deletes an FundingReference ### Create or Update Batch FundingReference - [PUT /funding-requests/{requestKey}/references-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-references/updatebatchfundingreference.md): Create or Update multiple FundingReference at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Request Claim Remove ### Create FundingRequestClaimRemove - [POST /funding-requests/{requestKey}/claims-remove/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claim-remove/createfundingrequestclaimremove.md): Creates a new FundingRequestClaimRemove ### Get FundingRequestClaimRemove - [GET /funding-requests/{requestKey}/claims-remove/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claim-remove/getfundingrequestclaimremove.md): Gets FundingRequestClaimRemove ### Update FundingRequestClaimRemove - [PUT /funding-requests/{requestKey}/claims-remove/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claim-remove/updatefundingrequestclaimremove.md): Updates a specific FundingRequestClaimRemove. ### Delete FundingRequestClaimRemove - [DELETE /funding-requests/{requestKey}/claims-remove/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claim-remove/deletefundingrequestclaimremove.md): Deletes an FundingRequestClaimRemove ### List FundingRequestClaimRemove - [GET /funding-requests/{requestKey}/claims-remove](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claim-remove/listfundingrequestclaimremove.md): Lists all FundingRequestClaimRemove for the given requestKey ### Create or Update Batch FundingRequestClaimRemove - [PUT /funding-requests/{requestKey}/claims-remove-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claim-remove/updatebatchfundingrequestclaimremove.md): Create or Update multiple FundingRequestClaimRemove at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Request Claims ### Create FundingRequestClaim - [POST /funding-requests/{requestKey}/claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/createfundingrequestclaim.md): Creates a new FundingRequestClaim ### List FundingRequestClaim - [GET /funding-requests/{requestKey}/claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/listfundingrequestclaim.md): Lists all FundingRequestClaim for the given requestKey ### List FundingRequestClaim Summary - [GET /funding-requests/{requestKey}/claims-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/listfundingrequestclaimsummary.md): Lists all FundingRequestClaim Summary for the given requestKey. The Summary view has additional computed fields that are ot present on the FundingRequestClaim object. ### Get FundingRequestClaim - [GET /funding-requests/{requestKey}/claims/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/getfundingrequestclaim.md): Gets FundingRequestClaim ### Update FundingRequestClaim - [PUT /funding-requests/{requestKey}/claims/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/updatefundingrequestclaim.md): Updates a specific FundingRequestClaim. ### Delete FundingRequestClaim - [DELETE /funding-requests/{requestKey}/claims/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/deletefundingrequestclaim.md): Deletes an FundingRequestClaim ### Create or Update Batch FundingRequestClaim - [PUT /funding-requests/{requestKey}/claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-claims/updatebatchfundingrequestclaim.md): Create or Update multiple FundingRequestClaim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Request Statuses ### Create FundingRequestStatus - [POST /funding-request-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-statuses/createfundingrequeststatus.md): Creates a new FundingRequestStatus ### List FundingRequestStatus - [GET /funding-request-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-statuses/listfundingrequeststatus.md): Lists all FundingRequestStatus ### Get FundingRequestStatus - [GET /funding-request-statuses/{requestStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-statuses/getfundingrequeststatus.md): Gets FundingRequestStatus ### Update FundingRequestStatus - [PUT /funding-request-statuses/{requestStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-statuses/updatefundingrequeststatus.md): Updates a specific FundingRequestStatus. ### Delete FundingRequestStatus - [DELETE /funding-request-statuses/{requestStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-statuses/deletefundingrequeststatus.md): Deletes an FundingRequestStatus ### Create or Update Batch FundingRequestStatus - [PUT /funding-request-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-statuses/updatebatchfundingrequeststatus.md): Create or Update multiple FundingRequestStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Request Types ### Create FundingRequestType - [POST /funding-request-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-types/createfundingrequesttype.md): Creates a new FundingRequestType ### List FundingRequestType - [GET /funding-request-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-types/listfundingrequesttype.md): Lists all FundingRequestType ### Get FundingRequestType - [GET /funding-request-types/{requestType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-types/getfundingrequesttype.md): Gets FundingRequestType ### Update FundingRequestType - [PUT /funding-request-types/{requestType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-types/updatefundingrequesttype.md): Updates a specific FundingRequestType. ### Delete FundingRequestType - [DELETE /funding-request-types/{requestType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-types/deletefundingrequesttype.md): Deletes an FundingRequestType ### Create or Update Batch FundingRequestType - [PUT /funding-request-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-request-types/updatebatchfundingrequesttype.md): Create or Update multiple FundingRequestType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Requests ### Create FundingRequest - [POST /funding-requests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/createfundingrequest.md): Creates a new FundingRequest ### List FundingRequest - [GET /funding-requests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/listfundingrequest.md): Lists all FundingRequest ### Get FundingRequest - [GET /funding-requests/{requestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/getfundingrequest.md): Gets FundingRequest ### Update FundingRequest - [PUT /funding-requests/{requestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/updatefundingrequest.md): Updates a specific FundingRequest. ### Delete FundingRequest - [DELETE /funding-requests/{requestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/deletefundingrequest.md): Deletes an FundingRequest ### Create or Update Batch FundingRequest - [PUT /funding-requests-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/updatebatchfundingrequest.md): Create or Update multiple FundingRequest at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Satisfy a Funding Request - [PUT /funding-requests/{requestKey}/satisfy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-requests/satisfyfundingrequest.md): Satisfies a specific FundingRequest and handles partial request processing. ## Funding Statement Formats ### Create FundingStatementFormat - [POST /funding-statement-formats](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statement-formats/createfundingstatementformat.md): Creates a new FundingStatementFormat ### List FundingStatementFormat - [GET /funding-statement-formats](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statement-formats/listfundingstatementformat.md): Lists all FundingStatementFormat ### Get FundingStatementFormat - [GET /funding-statement-formats/{statementFormatKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statement-formats/getfundingstatementformat.md): Gets FundingStatementFormat ### Update FundingStatementFormat - [PUT /funding-statement-formats/{statementFormatKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statement-formats/updatefundingstatementformat.md): Updates a specific FundingStatementFormat. ### Delete FundingStatementFormat - [DELETE /funding-statement-formats/{statementFormatKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statement-formats/deletefundingstatementformat.md): Deletes an FundingStatementFormat ### Create or Update Batch FundingStatementFormat - [PUT /funding-statement-formats-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statement-formats/updatebatchfundingstatementformat.md): Create or Update multiple FundingStatementFormat at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Statuses ### Create FundingStatus - [POST /funding-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statuses/createfundingstatus.md): Creates a new FundingStatus ### List FundingStatus - [GET /funding-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statuses/listfundingstatus.md): Lists all FundingStatus ### Get FundingStatus - [GET /funding-statuses/{fundingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statuses/getfundingstatus.md): Gets FundingStatus ### Update FundingStatus - [PUT /funding-statuses/{fundingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statuses/updatefundingstatus.md): Updates a specific FundingStatus. ### Delete FundingStatus - [DELETE /funding-statuses/{fundingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statuses/deletefundingstatus.md): Deletes an FundingStatus ### Create or Update Batch FundingStatus - [PUT /funding-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-statuses/updatebatchfundingstatus.md): Create or Update multiple FundingStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Funding Types ### Create FundingType - [POST /funding-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/createfundingtype.md): Creates a new FundingType ### List FundingType - [GET /funding-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/listfundingtype.md): Lists all FundingType ### Get FundingType - [GET /funding-types/{fundingType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/getfundingtype.md): Gets FundingType ### Update FundingType - [PUT /funding-types/{fundingType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/updatefundingtype.md): Updates a specific FundingType. ### Delete FundingType - [DELETE /funding-types/{fundingType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/deletefundingtype.md): Deletes an FundingType ### Create or Update Batch FundingType - [PUT /funding-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/updatebatchfundingtype.md): Create or Update multiple FundingType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payor Account Notifications ### Create PayorAccountNotify - [POST /payor-account-notifications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-notifications/createpayoraccountnotify.md): Creates a new PayorAccountNotify ### List PayorAccountNotify - [GET /payor-account-notifications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-notifications/listpayoraccountnotify.md): Lists all PayorAccountNotify ### Get PayorAccountNotify - [GET /payor-account-notifications/{payorAccountKey}/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-notifications/getpayoraccountnotify.md): Gets PayorAccountNotify ### Delete PayorAccountNotify - [DELETE /payor-account-notifications/{payorAccountKey}/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-notifications/deletepayoraccountnotify.md): Deletes an PayorAccountNotify ### Create Batch PayorAccountNotify - [PUT /payor-account-notifications-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-notifications/updatebatchpayoraccountnotify.md): Create or Update multiple PayorAccountNotify at once. If the entity does not exist, it will be created. Updates are not allowed. If the entity does exist, an error message will be returned with the resultset. ## Payor Account Signatures ### Create PayorAccountSignature - [POST /payor-account-signatures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-signatures/createpayoraccountsignature.md): Creates a new PayorAccountSignature ### List PayorAccountSignature - [GET /payor-account-signatures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-signatures/listpayoraccountsignature.md): Lists all PayorAccountSignature ### Get PayorAccountSignature - [GET /payor-account-signatures/{payorAccountSignatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-signatures/getpayoraccountsignature.md): Gets PayorAccountSignature ### Update PayorAccountSignature - [PUT /payor-account-signatures/{payorAccountSignatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-signatures/updatepayoraccountsignature.md): Updates a specific PayorAccountSignature. ### Delete PayorAccountSignature - [DELETE /payor-account-signatures/{payorAccountSignatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-signatures/deletepayoraccountsignature.md): Deletes an PayorAccountSignature ### Create or Update Batch PayorAccountSignature - [PUT /payor-account-signatures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-account-signatures/updatebatchpayoraccountsignature.md): Create or Update multiple PayorAccountSignature at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payor Accounts ### Create PayorAccount - [POST /payor-accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/createpayoraccount.md): Creates a new PayorAccount ### List PayorAccount - [GET /payor-accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/listpayoraccount.md): Lists PayorAccounts with optional Payor_ID filter. ### Get PayorAccount - [GET /payor-accounts/{payorAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/getpayoraccount.md): Gets PayorAccount ### Update PayorAccount - [PUT /payor-accounts/{payorAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/updatepayoraccount.md): Updates a specific PayorAccount. ### Delete PayorAccount - [DELETE /payor-accounts/{payorAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/deletepayoraccount.md): Deletes an PayorAccount ### Get PayorAccount Balance - [GET /payor-accounts/{payorAccountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/getpayoraccountbalance.md): Gets PayorAccount Balance details ### Create or Update Batch PayorAccount - [PUT /payor-accounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/updatebatchpayoraccount.md): Create or Update multiple PayorAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Claims Information from a Payor's Funding Account - [GET /payor/{payorId}/funding-accounts/{accountKey}/claims-info](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/listpayorfundingaccountclaimsinformation.md): List Claims Information from a Payor's Funding Account ### List Payor Accounts for Check Processing - [GET /payor-accounts/check-processing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-accounts/listpayoraccountcheckprocessing.md): Gets a list of Payor Accounts for Check Processing ### Get PayorAccount Balance - [GET /payor-accounts/{payorAccountKey}/account-balance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-accounting/getpayoraccountbalance.md): Gets PayorAccount Balance details ## PremInvoiceList ### Retrieve Premium Invoices for Individual Subscribers - [GET /premium-invoices/individual](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/preminvoicelist/listpreminvoicesindividual.md): Retrieves a list of Premium Invoices for individual subscribers. ## Signatures ### Create Signature - [POST /signatures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/signatures/createsignature.md): Creates a new Signature ### List Signature - [GET /signatures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/signatures/listsignature.md): Lists all Signature ### Get Signature - [GET /signatures/{signatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/signatures/getsignature.md): Gets Signature ### Update Signature - [PUT /signatures/{signatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/signatures/updatesignature.md): Updates a specific Signature. ### Delete Signature - [DELETE /signatures/{signatureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/signatures/deletesignature.md): Deletes an Signature ### Create or Update Batch Signature - [PUT /signatures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/signatures/updatebatchsignature.md): Create or Update multiple Signature at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Change Data Capture ### List Subscribers CDC - [GET /cdc-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcsubscribers.md): Lists all Change Data Capture information for the Subscribers table. ### List Members CDC - [GET /cdc-members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcmembers.md): Lists all Change Data Capture information for the Members table. ### List Subenrollment CDC - [GET /cdc-subenrollment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcsubenrollment.md): Lists all Change Data Capture information for the Subenrollment table. ### List SubenrollmentPlan CDC - [GET /cdc-subenrollmentplan](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcsubenrollmentplan.md): Lists all Change Data Capture information for the SubenrollmentPlan table. ### List SubenrollmentRider CDC - [GET /cdc-subenrollmentrider](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcsubenrollmentrider.md): Lists all Change Data Capture information for the SubenrollmentRider table. ### List Auth CDC - [GET /cdc-auth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcauth.md): Lists all Change Data Capture information for the Auth table. ### List AuthDiagCodes CDC - [GET /cdc-authdiagcodes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcauthdiagcodes.md): Lists all Change Data Capture information for the AuthDiagCodes table. ### List AuthProcCodes CDC - [GET /cdc-authproccodes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/change-data-capture/listcdcauthproccodes.md): Lists all Change Data Capture information for the AuthProcCodes table. ## Client Config ### Create SSOConfig - [POST /sso-configs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/createssoconfig.md): Creates a new SSOConfig ### List SSOConfig - [GET /sso-configs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/listssoconfig.md): Lists all SSOConfig ### Get SSOConfig - [GET /sso-configs/{SSOConfig_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/getssoconfig.md): Gets SSOConfig ### Update SSOConfig - [PUT /sso-configs/{SSOConfig_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/updatessoconfig.md): Updates a specific SSOConfig. ### Delete SSOConfig - [DELETE /sso-configs/{SSOConfig_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/deletessoconfig.md): Deletes an SSOConfig ### Create or Update Batch SSOConfig - [PUT /sso-configs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/updatebatchssoconfig.md): Create or Update multiple SSOConfig at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Client Environments - [GET /client-environments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/listclientenvironments.md): Lists the client environments that are available for the given client id and client code. ### Get Application Information - [GET /app-info/{environment}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/getappinfo.md): Returns the latest application information including version, file details, release notes, and release date in JSON format. ### SSO Callback - [GET /sso-callback](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/ssocallback.md): This endpoint is the callback URL for the Single Sign-On (SSO) process. It receives an authorization code from the identity provider (e.g., Cognito) and exchanges it for an access token. The access token is then used to authenticate the user in the application. ## Company Data ### Get a Company Summary - [GET /company-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/company-data/getcompanysummary.md): Get a system wide summary of various functions and information. ### Get the Database Server Time - [GET /database-server-time](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/company-data/getdatabaseservertime.md): This returns the current database date/time for the selected database. ### List CompanyData - [GET /company-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/company-data/listcompanydata.md): Lists all CompanyData ### Get CompanyData - [GET /company-data/{keyValue}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/company-data/getcompanydata.md): Gets CompanyData ### Update CompanyData - [PUT /company-data/{keyValue}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/company-data/updatecompanydata.md): Updates a specific CompanyData. ## Criteria ### Cleanup Criteria - [POST /cleanup-criteria](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/cleanupcriteria.md): This service will cleanup search criteria flagged as Temporary down to the count set by the Control Panel. ### Cleanup Criteria by User - [POST /cleanup-criteria-by-user](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/cleanupcriteriabyuser.md): This service will cleanup search criteria, by user, flagged as Temporary down to the count set by the Control Panel. ### Create a search Criteria - [POST /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createcriteria.md): Creates a new search Criteria. ### List Criteria - [GET /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/listcriteria.md): List Criteria. Optional ### Get Criteria - [GET /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/getcriteria.md): Gets Criteria ### Update Criteria - [PUT /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/updatecriteria.md): Updates a specific Criteria. ### Delete Criteria - [DELETE /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/deletecriteria.md): Deletes a Criteria ### Create or Update Batch Criteria - [PUT /criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createorupdatebatchcriteria.md): Creates or Updates multiple Criteria. ### Get this Criteria Where Clause - [GET /criterias-where-clause/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/getcriteriawhereclause.md): Helper function to take an existing list of Criteria Detail and merge it all together into a single WHERE Clause to be used with other services. ### Cleanup Criteria - [POST /cleanup-criteria](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/cleanupcriteria.md): This service will cleanup search criteria flagged as Temporary down to the count set by the Control Panel. ### Cleanup Criteria by User - [POST /cleanup-criteria-by-user](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/cleanupcriteriabyuser.md): This service will cleanup search criteria, by user, flagged as Temporary down to the count set by the Control Panel. ### Create a search Criteria - [POST /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createcriteria.md): Creates a new search Criteria. ### List Criteria - [GET /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/listcriteria.md): List Criteria. Optional ### Get Criteria - [GET /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/getcriteria.md): Gets Criteria ### Update Criteria - [PUT /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/updatecriteria.md): Updates a specific Criteria. ### Delete Criteria - [DELETE /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/deletecriteria.md): Deletes a Criteria ### Create or Update Batch Criteria - [PUT /criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createorupdatebatchcriteria.md): Creates or Updates multiple Criteria. ### Get this Criteria Where Clause - [GET /criterias-where-clause/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/getcriteriawhereclause.md): Helper function to take an existing list of Criteria Detail and merge it all together into a single WHERE Clause to be used with other services. ### Create a search Criteria - [POST /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/createcriteria.md): Creates a new search Criteria. ### List Criteria - [GET /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/listcriteria.md): List Criteria. Optional ### Get Criteria - [GET /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/getcriteria.md): Gets Criteria ### Update Criteria - [PUT /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/updatecriteria.md): Updates a specific Criteria. ### Delete Criteria - [DELETE /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/deletecriteria.md): Deletes a Criteria ### Create or Update Batch Criteria - [PUT /criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/createorupdatebatchcriteria.md): Creates or Updates multiple Criteria. ## Search Criteria ### Create a search Criteria - [POST /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createcriteria.md): Creates a new search Criteria. ### List Criteria - [GET /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/listcriteria.md): List Criteria. Optional ### Get Criteria - [GET /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/getcriteria.md): Gets Criteria ### Update Criteria - [PUT /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/updatecriteria.md): Updates a specific Criteria. ### Delete Criteria - [DELETE /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/deletecriteria.md): Deletes a Criteria ### Create or Update Batch Criteria - [PUT /criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createorupdatebatchcriteria.md): Creates or Updates multiple Criteria. ### Create a search Criteria - [POST /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createcriteria.md): Creates a new search Criteria. ### List Criteria - [GET /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/listcriteria.md): List Criteria. Optional ### Get Criteria - [GET /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/getcriteria.md): Gets Criteria ### Update Criteria - [PUT /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/updatecriteria.md): Updates a specific Criteria. ### Delete Criteria - [DELETE /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/deletecriteria.md): Deletes a Criteria ### Create or Update Batch Criteria - [PUT /criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria/createorupdatebatchcriteria.md): Creates or Updates multiple Criteria. ### Create a search Criteria - [POST /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/createcriteria.md): Creates a new search Criteria. ### List Criteria - [GET /criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/listcriteria.md): List Criteria. Optional ### Get Criteria - [GET /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/getcriteria.md): Gets Criteria ### Update Criteria - [PUT /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/updatecriteria.md): Updates a specific Criteria. ### Delete Criteria - [DELETE /criterias/{criteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/deletecriteria.md): Deletes a Criteria ### Create or Update Batch Criteria - [PUT /criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-criteria/createorupdatebatchcriteria.md): Creates or Updates multiple Criteria. ## EDI Code Mappings ### Create EDICodeMap - [POST /edi-code-mapping](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edi-code-mappings/createedicodemap.md): Creates a new EDICodeMap ### List EDICodeMap - [GET /edi-code-mapping](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edi-code-mappings/listedicodemap.md): Lists all EDICodeMap ### Get EDICodeMap - [GET /edi-code-mapping/{eDICodeMapKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edi-code-mappings/getedicodemap.md): Gets EDICodeMap ### Update EDICodeMap - [PUT /edi-code-mapping/{eDICodeMapKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edi-code-mappings/updateedicodemap.md): Updates a specific EDICodeMap. ### Delete EDICodeMap - [DELETE /edi-code-mapping/{eDICodeMapKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edi-code-mappings/deleteedicodemap.md): Deletes an EDICodeMap ### Create or Update Batch EDICodeMap - [PUT /edi-code-mapping-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edi-code-mappings/updatebatchedicodemap.md): Create or Update multiple EDICodeMap at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Feedback ### Create Feedback - [POST /feedback](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/feedback/createfeedback.md): Submits Feedback for the VBA application. ## IPWhitelists ### Create IPWhitelist - [POST /ipwhitelists](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ipwhitelists/createipwhitelist.md): Creates a new IPWhitelist ### List IPWhitelist - [GET /ipwhitelists](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ipwhitelists/listipwhitelist.md): Lists all IPWhitelist ### Get IPWhitelist - [GET /ipwhitelists/{ipWhitelist_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ipwhitelists/getipwhitelist.md): Gets IPWhitelist ### Update IPWhitelist - [PUT /ipwhitelists/{ipWhitelist_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ipwhitelists/updateipwhitelist.md): Updates a specific IPWhitelist. ### Delete IPWhitelist - [DELETE /ipwhitelists/{ipWhitelist_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ipwhitelists/deleteipwhitelist.md): Deletes an IPWhitelist ### Create or Update Batch IPWhitelist - [PUT /ipwhitelists-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ipwhitelists/updatebatchipwhitelist.md): Create or Update multiple IPWhitelist at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Job Execution Metadata ### Create JobExecutionMetaData - [POST /jobs/{jobID}/executions/{jobExecutionKey}/metadata](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-execution-metadata/createjobexecutionmetadata.md): Creates a new JobExecutionMetaData ### List JobExecutionMetaData - [GET /jobs/{jobID}/executions/{jobExecutionKey}/metadata](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-execution-metadata/listjobexecutionmetadata.md): Lists all JobExecutionMetaData for the given jobExecutionKey ### Get JobExecutionMetaData - [GET /jobs/{jobID}/executions/{jobExecutionKey}/metadata/{jobExecutionAttribute}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-execution-metadata/getjobexecutionmetadata.md): Gets JobExecutionMetaData ### Update JobExecutionMetaData - [PUT /jobs/{jobID}/executions/{jobExecutionKey}/metadata/{jobExecutionAttribute}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-execution-metadata/updatejobexecutionmetadata.md): Updates a specific JobExecutionMetaData. ### Delete JobExecutionMetaData - [DELETE /jobs/{jobID}/executions/{jobExecutionKey}/metadata/{jobExecutionAttribute}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-execution-metadata/deletejobexecutionmetadata.md): Deletes an JobExecutionMetaData ### Create or Update Batch JobExecutionMetaData - [PUT /jobs/{jobID}/executions/{jobExecutionKey}/metadata-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-execution-metadata/updatebatchjobexecutionmetadata.md): Create or Update multiple JobExecutionMetaData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Job Executions ### Create JobExecution - [POST /jobs/{jobID}/executions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/createjobexecution.md): Creates a new JobExecution ### List JobExecution - [GET /jobs/{jobID}/executions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/listjobexecution.md): Lists all JobExecution for the given jobID ### Get JobExecution - [GET /jobs/{jobID}/executions/{jobExecutionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/getjobexecution.md): Gets JobExecution ### Update JobExecution - [PUT /jobs/{jobID}/executions/{jobExecutionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/updatejobexecution.md): Updates a specific JobExecution. ### Delete JobExecution - [DELETE /jobs/{jobID}/executions/{jobExecutionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/deletejobexecution.md): Deletes an JobExecution ### Create or Update Batch JobExecution - [PUT /jobs/{jobID}/executions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/updatebatchjobexecution.md): Create or Update multiple JobExecution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Job Types ### Create JobType - [POST /job-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-types/createjobtype.md): Creates a new JobType ### List JobType - [GET /job-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-types/listjobtype.md): Lists all JobType ### Get JobType - [GET /job-types/{jobType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-types/getjobtype.md): Gets JobType ### Update JobType - [PUT /job-types/{jobType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-types/updatejobtype.md): Updates a specific JobType. ### Delete JobType - [DELETE /job-types/{jobType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-types/deletejobtype.md): Deletes an JobType ### Create or Update Batch JobType - [PUT /job-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-types/updatebatchjobtype.md): Create or Update multiple JobType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Jobs ### Run Job - [POST /jobs/{jobID}/run-job](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/runjob.md): Execute a Job Runner Job. ### Create Job - [POST /jobs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/createjob.md): Creates a new Job ### List Job - [GET /jobs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/listjob.md): Lists all Job ### Get Job - [GET /jobs/{jobID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/getjob.md): Gets Job ### Update Job - [PUT /jobs/{jobID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/updatejob.md): Updates a specific Job. ### Delete Job - [DELETE /jobs/{jobID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/deletejob.md): Deletes an Job ### Create or Update Batch Job - [PUT /jobs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/jobs/updatebatchjob.md): Create or Update multiple Job at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## State Surcharge Basis ### List State Surcharge Basis - [GET /state-surcharge-basis](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge-basis/liststatesurchargebasis.md): List State Surcharge Basis ## VBAInterface ID Codes ### Create VBAInterfaceIDCode - [POST /vba-interfaces/{vBAInterfaceKey}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-id-codes/createvbainterfaceidcode.md): Creates a new VBAInterfaceIDCode ### List VBAInterfaceIDCode - [GET /vba-interfaces/{vBAInterfaceKey}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-id-codes/listvbainterfaceidcode.md): Lists all VBAInterfaceIDCode for the given vBAInterfaceKey ### Get VBAInterfaceIDCode - [GET /vba-interfaces/{vBAInterfaceKey}/id-codes/{type}/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-id-codes/getvbainterfaceidcode.md): Gets VBAInterfaceIDCode ### Update VBAInterfaceIDCode - [PUT /vba-interfaces/{vBAInterfaceKey}/id-codes/{type}/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-id-codes/updatevbainterfaceidcode.md): Updates a specific VBAInterfaceIDCode. ### Delete VBAInterfaceIDCode - [DELETE /vba-interfaces/{vBAInterfaceKey}/id-codes/{type}/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-id-codes/deletevbainterfaceidcode.md): Deletes an VBAInterfaceIDCode ### Create or Update Batch VBAInterfaceIDCode - [PUT /vba-interfaces/{vBAInterfaceKey}/id-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-id-codes/updatebatchvbainterfaceidcode.md): Create or Update multiple VBAInterfaceIDCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAInterface Map Types ### Create VBAInterfaceMapType - [POST /vba-interfaces/{vBAInterfaceKey}/map-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-map-types/createvbainterfacemaptype.md): Creates a new VBAInterfaceMapType ### List VBAInterfaceMapType - [GET /vba-interfaces/{vBAInterfaceKey}/map-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-map-types/listvbainterfacemaptype.md): Lists all VBAInterfaceMapType for the given vBAInterfaceKey ### Get VBAInterfaceMapType - [GET /vba-interfaces/{vBAInterfaceKey}/map-types/{mapType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-map-types/getvbainterfacemaptype.md): Gets VBAInterfaceMapType ### Update VBAInterfaceMapType - [PUT /vba-interfaces/{vBAInterfaceKey}/map-types/{mapType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-map-types/updatevbainterfacemaptype.md): Updates a specific VBAInterfaceMapType. ### Delete VBAInterfaceMapType - [DELETE /vba-interfaces/{vBAInterfaceKey}/map-types/{mapType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-map-types/deletevbainterfacemaptype.md): Deletes an VBAInterfaceMapType ### Create or Update Batch VBAInterfaceMapType - [PUT /vba-interfaces/{vBAInterfaceKey}/map-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-map-types/updatebatchvbainterfacemaptype.md): Create or Update multiple VBAInterfaceMapType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAInterface Statuses ### Create VBAInterfaceStatus - [POST /vba-interface-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-statuses/createvbainterfacestatus.md): Creates a new VBAInterfaceStatus ### List VBAInterfaceStatus - [GET /vba-interface-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-statuses/listvbainterfacestatus.md): Lists all VBAInterfaceStatus ### Get VBAInterfaceStatus - [GET /vba-interface-statuses/{vBAInterfaceStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-statuses/getvbainterfacestatus.md): Gets VBAInterfaceStatus ### Update VBAInterfaceStatus - [PUT /vba-interface-statuses/{vBAInterfaceStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-statuses/updatevbainterfacestatus.md): Updates a specific VBAInterfaceStatus. ### Delete VBAInterfaceStatus - [DELETE /vba-interface-statuses/{vBAInterfaceStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-statuses/deletevbainterfacestatus.md): Deletes an VBAInterfaceStatus ### Create or Update Batch VBAInterfaceStatus - [PUT /vba-interface-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-statuses/updatebatchvbainterfacestatus.md): Create or Update multiple VBAInterfaceStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAInterface Types ### Create VBAInterfaceType - [POST /vba-interface-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-types/createvbainterfacetype.md): Creates a new VBAInterfaceType ### List VBAInterfaceType - [GET /vba-interface-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-types/listvbainterfacetype.md): Lists all VBAInterfaceType ### Get VBAInterfaceType - [GET /vba-interface-types/{vBAInterfaceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-types/getvbainterfacetype.md): Gets VBAInterfaceType ### Update VBAInterfaceType - [PUT /vba-interface-types/{vBAInterfaceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-types/updatevbainterfacetype.md): Updates a specific VBAInterfaceType. ### Delete VBAInterfaceType - [DELETE /vba-interface-types/{vBAInterfaceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-types/deletevbainterfacetype.md): Deletes an VBAInterfaceType ### Create or Update Batch VBAInterfaceType - [PUT /vba-interface-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-types/updatebatchvbainterfacetype.md): Create or Update multiple VBAInterfaceType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAInterface Vendors ### Create VBAInterfaceVendor - [POST /vba-interface-vendors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-vendors/createvbainterfacevendor.md): Creates a new VBAInterfaceVendor ### List VBAInterfaceVendor - [GET /vba-interface-vendors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-vendors/listvbainterfacevendor.md): Lists all VBAInterfaceVendor ### Get VBAInterfaceVendor - [GET /vba-interface-vendors/{vBAInterfaceVendor}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-vendors/getvbainterfacevendor.md): Gets VBAInterfaceVendor ### Update VBAInterfaceVendor - [PUT /vba-interface-vendors/{vBAInterfaceVendor}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-vendors/updatevbainterfacevendor.md): Updates a specific VBAInterfaceVendor. ### Delete VBAInterfaceVendor - [DELETE /vba-interface-vendors/{vBAInterfaceVendor}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-vendors/deletevbainterfacevendor.md): Deletes an VBAInterfaceVendor ### Create or Update Batch VBAInterfaceVendor - [PUT /vba-interface-vendors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterface-vendors/updatebatchvbainterfacevendor.md): Create or Update multiple VBAInterfaceVendor at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAInterfaces ### List VBA Interface Directions - [GET /vba-interface-directions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/listvbainterfacedirections.md): List VBA Interface Directions ### Create VBAInterface - [POST /vba-interfaces](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/createvbainterface.md): Creates a new VBAInterface ### List VBAInterface - [GET /vba-interfaces](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/listvbainterface.md): Lists all VBAInterface ### Get VBAInterface - [GET /vba-interfaces/{vBAInterfaceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/getvbainterface.md): Gets VBAInterface ### Update VBAInterface - [PUT /vba-interfaces/{vBAInterfaceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/updatevbainterface.md): Updates a specific VBAInterface. ### Delete VBAInterface - [DELETE /vba-interfaces/{vBAInterfaceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/deletevbainterface.md): Deletes an VBAInterface ### Create or Update Batch VBAInterface - [PUT /vba-interfaces-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/updatebatchvbainterface.md): Create or Update multiple VBAInterface at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Auth ### Auth Adjustment - [POST /auths/{authNumber}/adjust](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-auth/authadjustment.md): Performs an Auth Adjustment using the values and flags specified ### Process a change in Auth Status - [POST /auths/{authNumber}/process-status/{newAuthCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-auth/authprocessstatus.md): Initiates an Auth Status change. ### Create Auth - [POST /auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/createauth.md): Creates a new Auth and returns the generated Auth. ### Create or Update Auth Batch - [PUT /auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/createorupdateauthbatch.md): Creates or Updates Multiple Auths ### Get Auth - [GET /auths/{authNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/getauth.md): Gets a specific Auth. ### Update Auth - [PUT /auths/{authNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/updateauth.md): Updates a specific Auth and returns the updated Auth after changes have been applied. ### Delete Auth - [DELETE /auths/{authNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/deleteauth.md): Deletes an Auth. ### Get VBA Auth - [GET /auths-vba/{authNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/getvbaauth.md): Gets a specific Auth with VBASoftware custom fields included. ### Auth Adjustment - [POST /auths/{authNumber}/adjust](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/authadjustment.md): Performs an Auth Adjustment using the values and flags specified ### Process a change in Auth Status - [POST /auths/{authNumber}/process-status/{newAuthCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/authprocessstatus.md): Initiates an Auth Status change. ## Adv. Auth ### Auth Adjustment - [POST /auths/{authNumber}/adjust](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-auth/authadjustment.md): Performs an Auth Adjustment using the values and flags specified ### Process a change in Auth Status - [POST /auths/{authNumber}/process-status/{newAuthCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-auth/authprocessstatus.md): Initiates an Auth Status change. ### Auth Adjustment - [POST /auths/{authNumber}/adjust](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/authadjustment.md): Performs an Auth Adjustment using the values and flags specified ### Process a change in Auth Status - [POST /auths/{authNumber}/process-status/{newAuthCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth/authprocessstatus.md): Initiates an Auth Status change. ## Plan Benefits ### Copy Plan Benefit - [POST /plans-benefits-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-benefits/copyplanbenefit.md): Copies an existing Plan Benefit to another existing Plan. ### Create PlanBenefits - [POST /plans/{planID}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/createplanbenefits.md): Creates a new PlanBenefits ### List PlanBenefits - [GET /plans/{planID}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/listplanbenefits.md): Lists all PlanBenefits planID ### Get PlanBenefits - [GET /plans/{planID}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/getplanbenefits.md): Gets PlanBenefits ### Update PlanBenefits - [PUT /plans/{planID}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/updateplanbenefits.md): Updates a specific PlanBenefits. ### Delete PlanBenefits - [DELETE /plans/{planID}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/deleteplanbenefits.md): Deletes an PlanBenefits ### Create or Update Batch PlanBenefits - [PUT /plans/{planID}/benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/updatebatchplanbenefits.md): Create or Update multiple PlanBenefits at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Included PlanBenefits - [GET /plans/{planID}/included-benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/listincludedplanbenefits.md): Lists all Included PlanBenefits for a given planID and benefitCode ### Copy Plan Benefit - [POST /plans-benefits-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/copyplanbenefit.md): Copies an existing Plan Benefit to another existing Plan. ## Adv. Benefits ### Copy Plan Benefit - [POST /plans-benefits-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-benefits/copyplanbenefit.md): Copies an existing Plan Benefit to another existing Plan. ### Copy Plan - [POST /plans-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-benefits/copyplan.md): Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID. ### Copy Plan Benefit - [POST /plans-benefits-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefits/copyplanbenefit.md): Copies an existing Plan Benefit to another existing Plan. ### Copy Plan - [POST /plans-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/copyplan.md): Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID. ## Plans ### Copy Plan - [POST /plans-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-benefits/copyplan.md): Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID. ### Create Plan - [POST /plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/createplans.md): Creates a new Plan ### List Plans - [GET /plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/listplans.md): Lists all Plans with option to filter by Plan Type. ### Copy Plan - [POST /plans-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/copyplan.md): Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID. ### Get Plan - [GET /plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/getplans.md): Gets a specific Plan ### Update Plans - [PUT /plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/updateplans.md): Updates a specific Plans. ### Delete Plans - [DELETE /plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/deleteplans.md): Deletes an Plans ### Create or Update Batch Plans - [PUT /plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plans/updatebatchplans.md): Create or Update multiple Plans at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoices ### List Invoices to be Generated - [GET /list-generate-bill/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listpreminvoicegenerate.md): List of Invoices to be generated based on the selected Invoice Date. ### List Self-Admin Invoices to be Generated - [GET /list-generate-self-admin/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listpreminvoicegenerateselfadmin.md): List of Self-Admin Invoices to be generated based on the selected Invoice Date. ### Generate Subscriber Invoice - [POST /generate-subscriber-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicesubscriber.md): Creates a new Premium Billing Invoice for the selected Subscriber. ### Generate Group Invoice - [POST /generate-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicegroup.md): Creates a new Premium Billing Invoice for the selected Group. ### Generate Division Invoice - [POST /generate-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicedivision.md): Creates a new Premium Billing Invoice for the selected Group/Division. ### Generate GroupDivisionCaptive Invoice - [POST /generate-group-division-captive-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicegroupdivisioncaptive.md): Creates a new Premium Billing Invoice for the selected GroupDivisionCaptive. ### Generate Group and Division Invoice - [POST /generate-group-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicegroupdivision.md): Creates a new Premium Billing Invoice the selected Group for any Division with the Group Invoice Level AND a separate Invoice for each Division flagged as Division Invoice Level. ### Generate Self-Admin Group Invoice - [POST /generate-self-admin-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoiceselfadmingroup.md): Creates a new Self-Admin Invoice for the selected Group. ### Generate Self-Admin Division Invoice - [POST /generate-self-admin-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoiceselfadmindivision.md): Creates a new Self-Admin Invoice for the selected Group/Division. ### Reset Self-Admin Invoice - [POST /reset-self-admin-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/resetselfadmininvoice.md): Reset a Self-Admin Invoice removing received amounts, adjustments applied, etc. ### Clear Applied on Invoice - [POST /invoice-clear-applied/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/invoiceclearapplied.md): Clear Applied data on invoice. Delete received records. Update Received Amounts. ### Delete an Invoice with additional options - [POST /invoice-full-delete/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/fulldeleteinvoice.md): This process will delete an invoice and remove attached records, update or delete adjustments based on selected options. ### Regenerate Invoice - [POST /invoice-regenerate/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/regenerateinvoice.md): This will delete the invoice, remove attached adjustments, payments, etc. Then Regenerate the Invoice using the same Invoice Key. ### Finalize Invoice - [POST /invoice-finalize/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/finalizeinvoice.md): This will finalize the selected Invoice. ### PremInvoice Apply Payments for Self-Admin - [POST /premium-invoice-apply-payment-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentselfadmin.md): PremInvoice Apply Payments for Self-Admin ### Set Paid Through by Invoice - [POST /set-paid-through-by-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/setpaidthroughbyinvoice.md): Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key. ### Check Past Due settings and trigger Process Automation - [POST /billing-past-due-process-automation](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingpastdueprocessautomation.md): Based on configured Past Due settings, interrogate Premium Billing invoices for past due invoices and fire configured process automation triggers. ### PremInvoice Apply Payments by Subscriber - [POST /premium-invoice-apply-payment-sub](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentsubscriber.md): PremInvoice Apply Payments by Subscriber ### PremInvoice Apply Payments by Header Adjustment - [POST /premium-invoice-apply-payment-adj](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentheaderadjustment.md): PremInvoice Apply Payments by Header Adjustment ### PremInvoice Apply Payments by Subscriber and Plan Type - [POST /premium-invoice-apply-payment-sub-plan-type](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentsubscriberplantype.md): PremInvoice Apply Payments by Subscriber and Plan Type ### PremInvoice Apply Payments by Subscriber and Payor ID - [POST /premium-invoice-apply-payment-sub-payor_id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentsubscriberpayorid.md): PremInvoice Apply Payments by Subscriber and Payor ID ### PremInvoice Auto-Apply - [POST /premium-invoices/{invoiceKey}/auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceautoapply.md): Auto-Apply all payements to the selected invoice. ### PremInvoice Auto-Apply for Self-Admin - [POST /premium-invoices/{invoiceKey}/auto-apply-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceautoapplyselfadmin.md): Auto-Apply all payements to the selected Self-Admin invoice. ### List Invoices to be Generated - [GET /list-generate-bill/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/listpreminvoicegenerate.md): List of Invoices to be generated based on the selected Invoice Date. ### List Self-Admin Invoices to be Generated - [GET /list-generate-self-admin/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/listpreminvoicegenerateselfadmin.md): List of Self-Admin Invoices to be generated based on the selected Invoice Date. ### Generate Subscriber Invoice - [POST /generate-subscriber-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicesubscriber.md): Creates a new Premium Billing Invoice for the selected Subscriber. ### Generate Group Invoice - [POST /generate-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicegroup.md): Creates a new Premium Billing Invoice for the selected Group. ### Generate Division Invoice - [POST /generate-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicedivision.md): Creates a new Premium Billing Invoice for the selected Group/Division. ### Generate GroupDivisionCaptive Invoice - [POST /generate-group-division-captive-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicegroupdivisioncaptive.md): Creates a new Premium Billing Invoice for the selected GroupDivisionCaptive. ### Generate Group and Division Invoice - [POST /generate-group-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicegroupdivision.md): Creates a new Premium Billing Invoice the selected Group for any Division with the Group Invoice Level AND a separate Invoice for each Division flagged as Division Invoice Level. ### Generate Self-Admin Group Invoice - [POST /generate-self-admin-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoiceselfadmingroup.md): Creates a new Self-Admin Invoice for the selected Group. ### Generate Self-Admin Division Invoice - [POST /generate-self-admin-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoiceselfadmindivision.md): Creates a new Self-Admin Invoice for the selected Group/Division. ### Reset Self-Admin Invoice - [POST /reset-self-admin-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/resetselfadmininvoice.md): Reset a Self-Admin Invoice removing received amounts, adjustments applied, etc. ### Clear Applied on Invoice - [POST /invoice-clear-applied/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/invoiceclearapplied.md): Clear Applied data on invoice. Delete received records. Update Received Amounts. ### Delete an Invoice with additional options - [POST /invoice-full-delete/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/fulldeleteinvoice.md): This process will delete an invoice and remove attached records, update or delete adjustments based on selected options. ### Regenerate Invoice - [POST /invoice-regenerate/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/regenerateinvoice.md): This will delete the invoice, remove attached adjustments, payments, etc. Then Regenerate the Invoice using the same Invoice Key. ### Finalize Invoice - [POST /invoice-finalize/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/finalizeinvoice.md): This will finalize the selected Invoice. ### PremInvoice Apply Payments for Self-Admin - [POST /premium-invoice-apply-payment-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentselfadmin.md): PremInvoice Apply Payments for Self-Admin ### Set Paid Through by Invoice - [POST /set-paid-through-by-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/setpaidthroughbyinvoice.md): Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key. ### Check Past Due settings and trigger Process Automation - [POST /billing-past-due-process-automation](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/billingpastdueprocessautomation.md): Based on configured Past Due settings, interrogate Premium Billing invoices for past due invoices and fire configured process automation triggers. ### Create PremInvoice - [POST /premium-invoices](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/createpreminvoice.md): Creates a new PremInvoice ### List PremInvoice - [GET /premium-invoices](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/listpreminvoice.md): Lists all PremInvoice. ### List PremInvoiceSlim - [GET /premium-invoices-slim](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/listpreminvoiceslim.md): Gets a 'Slim' list of PremInvoices. The Slim model has a limited subset of fields intended for quick loading. You may provide the GroupID and/or Invoice Year to filter the list to include only those Invoices in which the Group/Invoice Year match an invoice with the same Group/Invoice Year wihtin the PremInvoiceSubscriber and PremInvoiceSelfAdmin tables. ### Get PremInvoice - [GET /premium-invoices/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/getpreminvoice.md): Gets PremInvoice ### Update PremInvoice - [PUT /premium-invoices/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/updatepreminvoice.md): Updates a specific PremInvoice. ### Delete PremInvoice - [DELETE /premium-invoices/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/deletepreminvoice.md): Deletes an PremInvoice ### Create or Update Batch PremInvoice - [PUT /premium-invoices-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/updatebatchpreminvoice.md): Create or Update multiple PremInvoice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get PremInvoice Summary - [GET /premium-invoices/{invoiceKey}/summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/getpreminvoicesummary.md): Gets PremInvoice Summary for the specified invoice. First PremInvoiceSelfAdmin table is checked for the invoice key, if found the values are aggregated from come from PremInvoiceSelfAdmin; if the invoice key is not found in PremInvoiceSelfAdmin, the PremInvoiceSubscriber table is checked. If not present in either table, an error is returned. ### Get PremInvoice Group Summary - [GET /premium-invoices-group-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/getpreminvoicegroupsummary.md): Gets PremInvoice Summary for the specified group id and invoice year. First PremInvoiceSelfAdmin table is checked for the group id, if found the values are aggregated from come from PremInvoiceSelfAdmin; if the group is not found in PremInvoiceSelfAdmin, the PremInvoiceSubscriber table is checked for this group. If not present in either table, an error is returned. ### PremInvoice Apply Payments by Subscriber - [POST /premium-invoice-apply-payment-sub](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentsubscriber.md): PremInvoice Apply Payments by Subscriber ### PremInvoice Apply Payments by Header Adjustment - [POST /premium-invoice-apply-payment-adj](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentheaderadjustment.md): PremInvoice Apply Payments by Header Adjustment ### PremInvoice Apply Payments by Subscriber and Plan Type - [POST /premium-invoice-apply-payment-sub-plan-type](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentsubscriberplantype.md): PremInvoice Apply Payments by Subscriber and Plan Type ### PremInvoice Apply Payments by Subscriber and Payor ID - [POST /premium-invoice-apply-payment-sub-payor_id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentsubscriberpayorid.md): PremInvoice Apply Payments by Subscriber and Payor ID ### PremInvoice Auto-Apply - [POST /premium-invoices/{invoiceKey}/auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceautoapply.md): Auto-Apply all payements to the selected invoice. ### PremInvoice Auto-Apply for Self-Admin - [POST /premium-invoices/{invoiceKey}/auto-apply-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceautoapplyselfadmin.md): Auto-Apply all payements to the selected Self-Admin invoice. ## Adv. Billing ### List Invoices to be Generated - [GET /list-generate-bill/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listpreminvoicegenerate.md): List of Invoices to be generated based on the selected Invoice Date. ### List Retro Adjustments - [GET /list-retro-adjustment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listretroadjustment.md): List Retro Adjustments based on a provided Group, Division, Subscriber, and Eff Date. ### List Subscriber Disenroll Adjustments - [GET /list-subscriber-disenroll-adjustment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listsubscriberdisenrolladjustment.md): List Disenroll Adjustments based on a provided Subscriber ID and As of Date (Disenroll Date). ### List Self-Admin Invoices to be Generated - [GET /list-generate-self-admin/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listpreminvoicegenerateselfadmin.md): List of Self-Admin Invoices to be generated based on the selected Invoice Date. ### Generate Subscriber Invoice - [POST /generate-subscriber-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicesubscriber.md): Creates a new Premium Billing Invoice for the selected Subscriber. ### Generate Group Invoice - [POST /generate-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicegroup.md): Creates a new Premium Billing Invoice for the selected Group. ### Generate Division Invoice - [POST /generate-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicedivision.md): Creates a new Premium Billing Invoice for the selected Group/Division. ### Generate GroupDivisionCaptive Invoice - [POST /generate-group-division-captive-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicegroupdivisioncaptive.md): Creates a new Premium Billing Invoice for the selected GroupDivisionCaptive. ### Generate Group and Division Invoice - [POST /generate-group-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoicegroupdivision.md): Creates a new Premium Billing Invoice the selected Group for any Division with the Group Invoice Level AND a separate Invoice for each Division flagged as Division Invoice Level. ### Generate Self-Admin Group Invoice - [POST /generate-self-admin-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoiceselfadmingroup.md): Creates a new Self-Admin Invoice for the selected Group. ### Generate Self-Admin Division Invoice - [POST /generate-self-admin-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepreminvoiceselfadmindivision.md): Creates a new Self-Admin Invoice for the selected Group/Division. ### Billing Refund - [POST /billing-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingrefund.md): Generate the necessary Billing adjustments for an Invoice refund and create a Distribution if needed. ### Copy Premium Rates - [POST /billing-rate-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingratecopy.md): Take a list of Rates and a set of configuration options and copy those rates. ### Change Premium Rates - [POST /billing-rate-change](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingratechange.md): Take a list of Rates and a set of configuration options and change those rates. ### Billing Auto-Apply - [POST /billing-auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingautoapply.md): Auto Apply Payment based on specified configuration options. ### Billing Apply Payment Category - [POST /billing-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingapplypaymentcategory.md): Using the ListPremApplyPaymentCategory Operation to get a list of payments and additional configuration, have On Accout and PremPayment information updated. ### Billing Apply Payment On Account Category - [POST /billing-apply-payment-on-account-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingapplypaymentonaccountcategory.md): Using the PremPaymentOnAccount List as a basis for configuration, have On Accout and PremPayment information updated. ### Reset Self-Admin Invoice - [POST /reset-self-admin-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/resetselfadmininvoice.md): Reset a Self-Admin Invoice removing received amounts, adjustments applied, etc. ### Clear Applied on Invoice - [POST /invoice-clear-applied/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/invoiceclearapplied.md): Clear Applied data on invoice. Delete received records. Update Received Amounts. ### Delete an Invoice with additional options - [POST /invoice-full-delete/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/fulldeleteinvoice.md): This process will delete an invoice and remove attached records, update or delete adjustments based on selected options. ### Regenerate Invoice - [POST /invoice-regenerate/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/regenerateinvoice.md): This will delete the invoice, remove attached adjustments, payments, etc. Then Regenerate the Invoice using the same Invoice Key. ### Finalize Invoice - [POST /invoice-finalize/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/finalizeinvoice.md): This will finalize the selected Invoice. ### Process Payment File - [POST /process-payment-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/processpaymentfile.md): Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices. ### PremInvoice Apply Payments for Self-Admin - [POST /premium-invoice-apply-payment-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentselfadmin.md): PremInvoice Apply Payments for Self-Admin ### Process or Check Invoice Tolerance - [POST /process-invoice-tolerance/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/processinvoicetolerance.md): Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off. ### Undo an Applied Premium Payment - [POST /undo-premium-payment/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/undopremiumpayment.md): Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice. ### Set Paid Through by Invoice - [POST /set-paid-through-by-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/setpaidthroughbyinvoice.md): Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key. ### Check Past Due settings and trigger Process Automation - [POST /billing-past-due-process-automation](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingpastdueprocessautomation.md): Based on configured Past Due settings, interrogate Premium Billing invoices for past due invoices and fire configured process automation triggers. ### When a negative Payment is attached to an Invoice, trigger Process Automation. - [POST /billing-negative-payment-process-automation/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingnegativepaymentprocessautomation.md): When the payment being attached to an Invoice is negative, you can optionally call this trigger to see if any process automation is configured to notify internal team members. ### Generate Invoice Process Automation - [POST /billing-generate-invoice-process-automation/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billinggenerateinvoiceprocessautomation.md): This will trigger Generate Invoice Process Automation. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### Create Premium Distributions - [POST /premium-distributions-generate/{groupId}/{asOfDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepremdistribution.md): Generate the Premium Distributions for the selected Group and As of Date. ### Create Premium Distributions Checks - [POST /premium-distributions-generate-check/{payeeId}/{payorId}/{accountKey}/{checkNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepremdistributioncheck.md): Generate the Premium Distribution Checks for the selected Payor and Payee. ### Create Premium Distributions Check Batch - [POST /premium-distributions-generate-check-batch/{checkBatch}/{payeeId}/{payorId}/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepremdistributioncheckbatch.md): Given an existing Check Batch, generate a Distribution check in that Check Batch. ### PremInvoice Apply Payments by Subscriber - [POST /premium-invoice-apply-payment-sub](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentsubscriber.md): PremInvoice Apply Payments by Subscriber ### PremInvoice Apply Payments by Header Adjustment - [POST /premium-invoice-apply-payment-adj](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentheaderadjustment.md): PremInvoice Apply Payments by Header Adjustment ### PremInvoice Apply Payments by Subscriber and Plan Type - [POST /premium-invoice-apply-payment-sub-plan-type](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentsubscriberplantype.md): PremInvoice Apply Payments by Subscriber and Plan Type ### PremInvoice Apply Payments by Subscriber and Payor ID - [POST /premium-invoice-apply-payment-sub-payor_id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceapplypaymentsubscriberpayorid.md): PremInvoice Apply Payments by Subscriber and Payor ID ### PremInvoice Auto-Apply - [POST /premium-invoices/{invoiceKey}/auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceautoapply.md): Auto-Apply all payements to the selected invoice. ### PremInvoice Auto-Apply for Self-Admin - [POST /premium-invoices/{invoiceKey}/auto-apply-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/preminvoiceautoapplyselfadmin.md): Auto-Apply all payements to the selected Self-Admin invoice. ### List Premium for Payment Application - [GET /list-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listpremapplypaymentcategory.md): List Invoice Detail that can have premimum applied based on payment information and applied payment category. ### Add Rate from Template - [POST /premium-rates/{premRateKey}/add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/addpremratefromtemplate.md): Create a new Premium Rate based on the selected Template Rate. ### Generate Invoice Process Automation - [POST /report-series-process-generate-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/reportseriesprocessgenerateinvoice.md): This will trigger Generate Invoice Process Automation. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### Billing Refund - [POST /billing-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingrefund.md): Generate the necessary Billing adjustments for an Invoice refund and create a Distribution if needed. ### Billing Auto-Apply - [POST /billing-auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingautoapply.md): Auto Apply Payment based on specified configuration options. ### Billing Apply Payment Category - [POST /billing-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingapplypaymentcategory.md): Using the ListPremApplyPaymentCategory Operation to get a list of payments and additional configuration, have On Accout and PremPayment information updated. ### Billing Apply Payment On Account Category - [POST /billing-apply-payment-on-account-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingapplypaymentonaccountcategory.md): Using the PremPaymentOnAccount List as a basis for configuration, have On Accout and PremPayment information updated. ### Create Premium Distributions - [POST /premium-distributions-generate/{groupId}/{asOfDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/generatepremdistribution.md): Generate the Premium Distributions for the selected Group and As of Date. ### Create Premium Distributions Checks - [POST /premium-distributions-generate-check/{payeeId}/{payorId}/{accountKey}/{checkNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/generatepremdistributioncheck.md): Generate the Premium Distribution Checks for the selected Payor and Payee. ### Create Premium Distributions Check Batch - [POST /premium-distributions-generate-check-batch/{checkBatch}/{payeeId}/{payorId}/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/generatepremdistributioncheckbatch.md): Given an existing Check Batch, generate a Distribution check in that Check Batch. ### List Invoices to be Generated - [GET /list-generate-bill/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/listpreminvoicegenerate.md): List of Invoices to be generated based on the selected Invoice Date. ### List Self-Admin Invoices to be Generated - [GET /list-generate-self-admin/{invoiceDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/listpreminvoicegenerateselfadmin.md): List of Self-Admin Invoices to be generated based on the selected Invoice Date. ### Generate Subscriber Invoice - [POST /generate-subscriber-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicesubscriber.md): Creates a new Premium Billing Invoice for the selected Subscriber. ### Generate Group Invoice - [POST /generate-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicegroup.md): Creates a new Premium Billing Invoice for the selected Group. ### Generate Division Invoice - [POST /generate-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicedivision.md): Creates a new Premium Billing Invoice for the selected Group/Division. ### Generate GroupDivisionCaptive Invoice - [POST /generate-group-division-captive-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicegroupdivisioncaptive.md): Creates a new Premium Billing Invoice for the selected GroupDivisionCaptive. ### Generate Group and Division Invoice - [POST /generate-group-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoicegroupdivision.md): Creates a new Premium Billing Invoice the selected Group for any Division with the Group Invoice Level AND a separate Invoice for each Division flagged as Division Invoice Level. ### Generate Self-Admin Group Invoice - [POST /generate-self-admin-group-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoiceselfadmingroup.md): Creates a new Self-Admin Invoice for the selected Group. ### Generate Self-Admin Division Invoice - [POST /generate-self-admin-division-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/generatepreminvoiceselfadmindivision.md): Creates a new Self-Admin Invoice for the selected Group/Division. ### Reset Self-Admin Invoice - [POST /reset-self-admin-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/resetselfadmininvoice.md): Reset a Self-Admin Invoice removing received amounts, adjustments applied, etc. ### Clear Applied on Invoice - [POST /invoice-clear-applied/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/invoiceclearapplied.md): Clear Applied data on invoice. Delete received records. Update Received Amounts. ### Delete an Invoice with additional options - [POST /invoice-full-delete/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/fulldeleteinvoice.md): This process will delete an invoice and remove attached records, update or delete adjustments based on selected options. ### Regenerate Invoice - [POST /invoice-regenerate/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/regenerateinvoice.md): This will delete the invoice, remove attached adjustments, payments, etc. Then Regenerate the Invoice using the same Invoice Key. ### Finalize Invoice - [POST /invoice-finalize/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/finalizeinvoice.md): This will finalize the selected Invoice. ### PremInvoice Apply Payments for Self-Admin - [POST /premium-invoice-apply-payment-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentselfadmin.md): PremInvoice Apply Payments for Self-Admin ### Set Paid Through by Invoice - [POST /set-paid-through-by-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/setpaidthroughbyinvoice.md): Updates Paid Through information for enrollments, groups, policies, etc. based on a selected Invoice Key. ### Check Past Due settings and trigger Process Automation - [POST /billing-past-due-process-automation](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/billingpastdueprocessautomation.md): Based on configured Past Due settings, interrogate Premium Billing invoices for past due invoices and fire configured process automation triggers. ### PremInvoice Apply Payments by Subscriber - [POST /premium-invoice-apply-payment-sub](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentsubscriber.md): PremInvoice Apply Payments by Subscriber ### PremInvoice Apply Payments by Header Adjustment - [POST /premium-invoice-apply-payment-adj](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentheaderadjustment.md): PremInvoice Apply Payments by Header Adjustment ### PremInvoice Apply Payments by Subscriber and Plan Type - [POST /premium-invoice-apply-payment-sub-plan-type](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentsubscriberplantype.md): PremInvoice Apply Payments by Subscriber and Plan Type ### PremInvoice Apply Payments by Subscriber and Payor ID - [POST /premium-invoice-apply-payment-sub-payor_id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceapplypaymentsubscriberpayorid.md): PremInvoice Apply Payments by Subscriber and Payor ID ### PremInvoice Auto-Apply - [POST /premium-invoices/{invoiceKey}/auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceautoapply.md): Auto-Apply all payements to the selected invoice. ### PremInvoice Auto-Apply for Self-Admin - [POST /premium-invoices/{invoiceKey}/auto-apply-self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices/preminvoiceautoapplyselfadmin.md): Auto-Apply all payements to the selected Self-Admin invoice. ### Process Payment File - [POST /process-payment-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/processpaymentfile.md): Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices. ### Process or Check Invoice Tolerance - [POST /process-invoice-tolerance/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/processinvoicetolerance.md): Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off. ### Undo an Applied Premium Payment - [POST /undo-premium-payment/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/undopremiumpayment.md): Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice. ### List Premium for Payment Application - [GET /list-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/listpremapplypaymentcategory.md): List Invoice Detail that can have premimum applied based on payment information and applied payment category. ### Copy Premium Rates - [POST /billing-rate-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/billingratecopy.md): Take a list of Rates and a set of configuration options and copy those rates. ### Change Premium Rates - [POST /billing-rate-change](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/billingratechange.md): Take a list of Rates and a set of configuration options and change those rates. ### Add Rate from Template - [POST /premium-rates/{premRateKey}/add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/addpremratefromtemplate.md): Create a new Premium Rate based on the selected Template Rate. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### Generate Invoice Process Automation - [POST /report-series-process-generate-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/reportseriesprocessgenerateinvoice.md): This will trigger Generate Invoice Process Automation. ## Billing ### Billing Refund - [POST /billing-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingrefund.md): Generate the necessary Billing adjustments for an Invoice refund and create a Distribution if needed. ### Billing Auto-Apply - [POST /billing-auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingautoapply.md): Auto Apply Payment based on specified configuration options. ### Billing Apply Payment Category - [POST /billing-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingapplypaymentcategory.md): Using the ListPremApplyPaymentCategory Operation to get a list of payments and additional configuration, have On Accout and PremPayment information updated. ### Billing Apply Payment On Account Category - [POST /billing-apply-payment-on-account-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingapplypaymentonaccountcategory.md): Using the PremPaymentOnAccount List as a basis for configuration, have On Accout and PremPayment information updated. ### Billing Refund - [POST /billing-refund](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingrefund.md): Generate the necessary Billing adjustments for an Invoice refund and create a Distribution if needed. ### Billing Auto-Apply - [POST /billing-auto-apply](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingautoapply.md): Auto Apply Payment based on specified configuration options. ### Billing Apply Payment Category - [POST /billing-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingapplypaymentcategory.md): Using the ListPremApplyPaymentCategory Operation to get a list of payments and additional configuration, have On Accout and PremPayment information updated. ### Billing Apply Payment On Account Category - [POST /billing-apply-payment-on-account-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing/billingapplypaymentonaccountcategory.md): Using the PremPaymentOnAccount List as a basis for configuration, have On Accout and PremPayment information updated. ## Premium Rates ### Copy Premium Rates - [POST /billing-rate-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingratecopy.md): Take a list of Rates and a set of configuration options and copy those rates. ### Change Premium Rates - [POST /billing-rate-change](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/billingratechange.md): Take a list of Rates and a set of configuration options and change those rates. ### Add Rate from Template - [POST /premium-rates/{premRateKey}/add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/addpremratefromtemplate.md): Create a new Premium Rate based on the selected Template Rate. ### Copy Premium Rates - [POST /billing-rate-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/billingratecopy.md): Take a list of Rates and a set of configuration options and copy those rates. ### Change Premium Rates - [POST /billing-rate-change](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/billingratechange.md): Take a list of Rates and a set of configuration options and change those rates. ### Create PremRate - [POST /premium-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/createpremrate.md): Creates a new PremRate ### List PremRate - [GET /premium-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/listpremrate.md): Lists all PremRate ### List Premium Rates nested by Division/Plan/Category/Basis - [GET /premium-rates-nested](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/listpremratenested.md): Lists all Premium Rates for the given groupID and have it nested by Division, then by Plan, then by Rate Category, then by Rate Basis. ### Get PremRate - [GET /premium-rates/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/getpremrate.md): Gets PremRate ### Update PremRate - [PUT /premium-rates/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/updatepremrate.md): Updates a specific PremRate. ### Delete PremRate - [DELETE /premium-rates/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/deletepremrate.md): Deletes an PremRate ### Create or Update Batch PremRate - [PUT /premium-rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/updatebatchpremrate.md): Create or Update multiple PremRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Included PremRate - [GET /included-premium-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/listincludedpremrates.md): Lists all PremRate included in the specified Group ID and Division ID. ### Add Rate from Template - [POST /premium-rates/{premRateKey}/add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rates/addpremratefromtemplate.md): Create a new Premium Rate based on the selected Template Rate. ## Premium Payments ### Process Payment File - [POST /process-payment-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/processpaymentfile.md): Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices. ### Process or Check Invoice Tolerance - [POST /process-invoice-tolerance/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/processinvoicetolerance.md): Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off. ### Undo an Applied Premium Payment - [POST /undo-premium-payment/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/undopremiumpayment.md): Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice. ### List Premium for Payment Application - [GET /list-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listpremapplypaymentcategory.md): List Invoice Detail that can have premimum applied based on payment information and applied payment category. ### Process Payment File - [POST /process-payment-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/processpaymentfile.md): Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices. ### Process or Check Invoice Tolerance - [POST /process-invoice-tolerance/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/processinvoicetolerance.md): Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off. ### Undo an Applied Premium Payment - [POST /undo-premium-payment/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/undopremiumpayment.md): Based on the supplied PremPayment_Key, remove this payment from any invoice it is attached, and then recalc the received on each affected invoice. ### Create PremPayment - [POST /premium-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/createprempayment.md): Creates a new PremPayment ### List PremPayment - [GET /premium-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/listprempayment.md): Lists all PremPayment ### Get PremPayment - [GET /premium-payments/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/getprempayment.md): Gets PremPayment ### Update PremPayment - [PUT /premium-payments/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/updateprempayment.md): Updates a specific PremPayment. ### Delete PremPayment - [DELETE /premium-payments/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/deleteprempayment.md): Deletes an PremPayment ### Create or Update Batch PremPayment - [PUT /premium-payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/updatebatchprempayment.md): Create or Update multiple PremPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Premium for Payment Application - [GET /list-apply-payment-category](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments/listpremapplypaymentcategory.md): List Invoice Detail that can have premimum applied based on payment information and applied payment category. ## Subscribers ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### Change Subscriber ID - [POST /subscribers/{subscriberID}/change-id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/changesubscriberid.md): Changes a Subscriber ID globally ### Member Disenroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/memberdisenroll.md): Disenrolls a Member from an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### List Waiting Period Details - [GET /enrollment-waiting-period-by-hire-date](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/listenrollmentwaitingperiodbyhiredate.md): List of Waiting Period configuration based on the passed in settings (group, division, plan, and/or hire date). ### Member Re-enroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/memberreenroll.md): Re-enrolls a Member to an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Subscriber Add Enrollment - [POST /subscribers/{subscriberID}/add-enrollment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscriberaddenrollment.md): Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members. ### Change Subscriber ID - [POST /subscribers/{subscriberID}/change-id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/changesubscriberid.md): Changes a Subscriber ID globally ### Member Disenroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/memberdisenroll.md): Disenrolls a Member from an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### List Waiting Period Details - [GET /enrollment-waiting-period-by-hire-date](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listenrollmentwaitingperiodbyhiredate.md): List of Waiting Period configuration based on the passed in settings (group, division, plan, and/or hire date). ### Member Re-enroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/memberreenroll.md): Re-enrolls a Member to an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Subscriber Add Enrollment - [POST /subscribers/{subscriberID}/add-enrollment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/subscriberaddenrollment.md): Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members. ### List Disenrollment Family Options - [GET /disenroll-family-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listdisenrollmentfamilyoptions.md): List of all Disenrollment Family Options ### List Reenrollment Family Options - [GET /reenroll-family-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listreenrollmentfamilyoptions.md): List of all Reenrollment Family Options ### List Cobra Duration Types - [GET /cobra-duration-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listcobradurationtypes.md): List of all Cobra Duration Types ### List Cobra Disenroll Reason Types - [GET /cobra-disenroll-reason-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listcobradisenrollreasontypes.md): List of all Cobra Disenroll Reason Types ### List Enrollment Detail - [GET /subscribers/{subscriberID}/list-all-enrollments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listallenrollmentssubscriber.md): Return a compiled list of enrollments for all members of a given family including Group, Division, Plan, and Tier information. Takes into account Subenrollment and Memenrollment options. ### List Subscriber Benefits - [GET /subscribers/{subscriberID}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listsubscriberbenefits.md): List of all Benefits for the given Subscriber ID ### Create Subscribers - [POST /subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/createsubscribers.md): Creates a new Subscribers ### List Subscribers - [GET /subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listsubscribers.md): Lists all Subscribers ### List Active Subscribers for a Groupd & Division - [GET /active-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listactivesubscribers.md): Lists all Subscribers for the given Group & Division. If division is omitted, all divisions will be included. Active is defined by a plan start date = today. ### Get Subscribers - [GET /subscribers/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/getsubscribers.md): Gets Subscribers ### Update Subscribers - [PUT /subscribers/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/updatesubscribers.md): Updates a specific Subscribers. ### Delete Subscribers - [DELETE /subscribers/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/deletesubscribers.md): Deletes an Subscribers ### Create or Update Batch Subscribers - [PUT /subscribers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/updatebatchsubscribers.md): Create or Update multiple Subscribers at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get Unique Subscriber ID - [GET /subscribers-generate-id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/generatesubscriberid.md): Get a unique Subscriber ID you can use for creating a new Subscriber or changing an existing Subscirbers ID ## Adv. Enrollment ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### Change Subscriber ID - [POST /subscribers/{subscriberID}/change-id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/changesubscriberid.md): Changes a Subscriber ID globally ### Member Disenroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/memberdisenroll.md): Disenrolls a Member from an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### List Waiting Period Details - [GET /enrollment-waiting-period-by-hire-date](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/listenrollmentwaitingperiodbyhiredate.md): List of Waiting Period configuration based on the passed in settings (group, division, plan, and/or hire date). ### Member Re-enroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/memberreenroll.md): Re-enrolls a Member to an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Subscriber Add Enrollment - [POST /subscribers/{subscriberID}/add-enrollment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscriberaddenrollment.md): Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members. ### Subscriber Policy Surrender - [POST /subscribers/{subscriberID}/surrender-policy/{planID}/{benefitCode}/{policyNumber}/{cashValue}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscribersurrenderpolicy.md): Surrender an existing Policy under the Policy & Forfeiture area. ### Subscriber Division Transfer - [POST /subscribers/{subscriberID}/division-transfer/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/{currentEnrollEndDate}/{newEnrollStartDate}/{newEnrollDivisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscriberdivisiontransfer.md): Transfer a Subscriber Enrollment from one Division to another. ### Benefit Inquiry - [POST /enrollment-benefit-inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/enrollmentbenefitinquiry.md): Get a consolidated payload of benefit information, accumulator information, and eligility. ### Set Process Automation for ID Card Requests - [POST /idcardrequest-process-automation](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/idcardrequestreportseries.md): Takes a list of IDCardRequest_Key values and verifies those against configured process automation settings. ### Check Dependent Age and trigger Process Automation - [POST /enrollment-dependent-age-out-process-automation](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/enrollmentdepageoutprocessautomation.md): If a dependent hits age 26 this trigger will fire an configured process automation. ### Recalculate Subscriber Accumulators - [POST /subscribers/{subscriberID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscriberrecalcaccum.md): Recalculate Accumulators for a given Subscriber ID ### Recalculate Member Teeth - [POST /subscribers/{subscriberID}/members/{memberSeq}/recalculate-teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/recalculatememberteeth.md): Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User. ### Benefit Inquiry - [POST /enrollment-benefit-inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/enrollmentbenefitinquiry.md): Get a consolidated payload of benefit information, accumulator information, and eligility. ### Recalculate Subscriber Accumulators - [POST /subscribers/{subscriberID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/subscriberrecalcaccum.md): Recalculate Accumulators for a given Subscriber ID ### Recalculate Member Teeth - [POST /subscribers/{subscriberID}/members/{memberSeq}/recalculate-teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/recalculatememberteeth.md): Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User. ### Benefit Inquiry - [POST /enrollment-benefit-inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/enrollmentbenefitinquiry.md): Get a consolidated payload of benefit information, accumulator information, and eligility. ### Subscriber Policy Surrender - [POST /subscribers/{subscriberID}/surrender-policy/{planID}/{benefitCode}/{policyNumber}/{cashValue}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/subscribersurrenderpolicy.md): Surrender an existing Policy under the Policy & Forfeiture area. ### Change Subscriber ID - [POST /subscribers/{subscriberID}/change-id](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/changesubscriberid.md): Changes a Subscriber ID globally ### Member Disenroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/memberdisenroll.md): Disenrolls a Member from an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### List Billing Adjustments for Disenroll - [GET /subscribers/{subscriberID}/as-of-date/{asOfDate}/disenroll-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listdisenrolladjustment.md): List of Billing Adjustments that would be created based on a Subscriber being disenrolled on the As of Date. ### List Waiting Period Details - [GET /enrollment-waiting-period-by-hire-date](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/listenrollmentwaitingperiodbyhiredate.md): List of Waiting Period configuration based on the passed in settings (group, division, plan, and/or hire date). ### Member Re-enroll - [POST /subscribers/{subscriberID}/members/{memberSeq}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/memberreenroll.md): Re-enrolls a Member to an Enrollment. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Subscriber Add Enrollment - [POST /subscribers/{subscriberID}/add-enrollment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscribers/subscriberaddenrollment.md): Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members. ## Premium Distributions ### Create Premium Distributions - [POST /premium-distributions-generate/{groupId}/{asOfDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepremdistribution.md): Generate the Premium Distributions for the selected Group and As of Date. ### Create Premium Distributions Checks - [POST /premium-distributions-generate-check/{payeeId}/{payorId}/{accountKey}/{checkNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepremdistributioncheck.md): Generate the Premium Distribution Checks for the selected Payor and Payee. ### Create Premium Distributions Check Batch - [POST /premium-distributions-generate-check-batch/{checkBatch}/{payeeId}/{payorId}/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/generatepremdistributioncheckbatch.md): Given an existing Check Batch, generate a Distribution check in that Check Batch. ### Create PremDistribution - [POST /premium-distributions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/createpremdistribution.md): Creates a new PremDistribution ### List PremDistribution - [GET /premium-distributions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/listpremdistribution.md): Lists all PremDistribution ### Get PremDistribution - [GET /premium-distributions/{premDistributionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/getpremdistribution.md): Gets PremDistribution ### Update PremDistribution - [PUT /premium-distributions/{premDistributionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/updatepremdistribution.md): Updates a specific PremDistribution. ### Delete PremDistribution - [DELETE /premium-distributions/{premDistributionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/deletepremdistribution.md): Deletes an PremDistribution ### Create or Update Batch PremDistribution - [PUT /premium-distributions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/updatebatchpremdistribution.md): Create or Update multiple PremDistribution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Create Premium Distributions - [POST /premium-distributions-generate/{groupId}/{asOfDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/generatepremdistribution.md): Generate the Premium Distributions for the selected Group and As of Date. ### Create Premium Distributions Checks - [POST /premium-distributions-generate-check/{payeeId}/{payorId}/{accountKey}/{checkNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/generatepremdistributioncheck.md): Generate the Premium Distribution Checks for the selected Payor and Payee. ### Create Premium Distributions Check Batch - [POST /premium-distributions-generate-check-batch/{checkBatch}/{payeeId}/{payorId}/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/generatepremdistributioncheckbatch.md): Given an existing Check Batch, generate a Distribution check in that Check Batch. ### List of Distribution by Group that have not been distributed. - [GET /premium-distributions-available/{asOfDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-distributions/listpremdistributionavailable.md): List of Distribution by Group that have not been distributed. ## Report Series Processes ### Generate Invoice Process Automation - [POST /report-series-process-generate-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-billing/reportseriesprocessgenerateinvoice.md): This will trigger Generate Invoice Process Automation. ### Create ReportSeriesProcess - [POST /report-series-processes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/createreportseriesprocess.md): Creates a new ReportSeriesProcess ### List ReportSeriesProcess - [GET /report-series-processes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/listreportseriesprocess.md): Lists all ReportSeriesProcess ### Get ReportSeriesProcess - [GET /report-series-processes/{reportSeriesProcessKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/getreportseriesprocess.md): Gets ReportSeriesProcess ### Update ReportSeriesProcess - [PUT /report-series-processes/{reportSeriesProcessKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/updatereportseriesprocess.md): Updates a specific ReportSeriesProcess. ### Delete ReportSeriesProcess - [DELETE /report-series-processes/{reportSeriesProcessKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/deletereportseriesprocess.md): Deletes an ReportSeriesProcess ### Create or Update Batch ReportSeriesProcess - [PUT /report-series-processes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/updatebatchreportseriesprocess.md): Create or Update multiple ReportSeriesProcess at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Generate Invoice Process Automation - [POST /report-series-process-generate-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-processes/reportseriesprocessgenerateinvoice.md): This will trigger Generate Invoice Process Automation. ## Capitations ### Capitation Generate - [POST /capitation-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-capitation/capitationgenerate.md): Generates Capitation records and attaches those to a new Capitation Transaction based on entered criteria. ### Capitation Generate Set Unassigned - [POST /capitation-generate-set-unassigned](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-capitation/capitationgeneratesetunassigned.md): Takes existing unassigned capitation records and attaches them to the chosen Provider on a newly created Capitation Transaction. ### Capitation Generate Assign - [POST /capitation-generate-assign](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-capitation/capitationgenerateassign.md): Takes selected unassigned list of CapitationKeys and a valid Payee, and attaches them to a newly created Capitation Transaction. ### Create Capitation - [POST /capitation-transactions/{capitationTransactionKey}/capitations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/createcapitation.md): Creates a new Capitation ### List Capitation - [GET /capitation-transactions/{capitationTransactionKey}/capitations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/listcapitation.md): Lists all Capitation for the given capitationTransactionKey ### List Unassigned Capitation - [GET /unassigned-capitations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/listunassignedcapitation.md): Lists all Capitation that is currently not assigned to a Capitation Transaction ### Get Capitation - [GET /capitation-transactions/{capitationTransactionKey}/capitations/{capitationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/getcapitation.md): Gets Capitation ### Update Capitation - [PUT /capitation-transactions/{capitationTransactionKey}/capitations/{capitationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/updatecapitation.md): Updates a specific Capitation. ### Delete Capitation - [DELETE /capitation-transactions/{capitationTransactionKey}/capitations/{capitationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/deletecapitation.md): Deletes an Capitation ### Capitation Generate - [POST /capitation-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/capitationgenerate.md): Generates Capitation records and attaches those to a new Capitation Transaction based on entered criteria. ### Capitation Generate Set Unassigned - [POST /capitation-generate-set-unassigned](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/capitationgeneratesetunassigned.md): Takes existing unassigned capitation records and attaches them to the chosen Provider on a newly created Capitation Transaction. ### Capitation Generate Assign - [POST /capitation-generate-assign](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/capitationgenerateassign.md): Takes selected unassigned list of CapitationKeys and a valid Payee, and attaches them to a newly created Capitation Transaction. ### Create or Update Batch Capitation - [PUT /capitation-transactions/{capitationTransactionKey}/capitations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/updatebatchcapitation.md): Create or Update multiple Capitation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Adv. Capitation ### Capitation Generate - [POST /capitation-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-capitation/capitationgenerate.md): Generates Capitation records and attaches those to a new Capitation Transaction based on entered criteria. ### Capitation Generate Set Unassigned - [POST /capitation-generate-set-unassigned](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-capitation/capitationgeneratesetunassigned.md): Takes existing unassigned capitation records and attaches them to the chosen Provider on a newly created Capitation Transaction. ### Capitation Generate Assign - [POST /capitation-generate-assign](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-capitation/capitationgenerateassign.md): Takes selected unassigned list of CapitationKeys and a valid Payee, and attaches them to a newly created Capitation Transaction. ### Capitation Generate - [POST /capitation-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/capitationgenerate.md): Generates Capitation records and attaches those to a new Capitation Transaction based on entered criteria. ### Capitation Generate Set Unassigned - [POST /capitation-generate-set-unassigned](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/capitationgeneratesetunassigned.md): Takes existing unassigned capitation records and attaches them to the chosen Provider on a newly created Capitation Transaction. ### Capitation Generate Assign - [POST /capitation-generate-assign](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitations/capitationgenerateassign.md): Takes selected unassigned list of CapitationKeys and a valid Payee, and attaches them to a newly created Capitation Transaction. ## Adv. Care Management ### Assign a Selection of Cases to available Care Managers - [POST /care-management-assign](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-care-management/caremanagementassign.md): Submit a list of Cases and then, based on availability, weight, and other factors, determine what Care Managers should recive those cases. ## Claim Batch ### Full Delete ClaimBatch - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/full-delete](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/fulldeleteclaimbatch.md): Deletes an ClaimBatch record along with all associated processing needed as a result of that delete. ### Create ClaimBatch - [POST /claim-batches/{batchNumber}/claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/createclaimbatch.md): Creates a new ClaimBatch ### List ClaimBatch - [GET /claim-batches/{batchNumber}/claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/listclaimbatch.md): Lists all ClaimBatch for the given batchNumber ### Get ClaimBatch - [GET /claim-batches/{batchNumber}/claims/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/getclaimbatch.md): Gets ClaimBatch ### Update ClaimBatch - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/updateclaimbatch.md): Updates a specific ClaimBatch. ### Delete ClaimBatch - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/deleteclaimbatch.md): Deletes an ClaimBatch ### Full Delete ClaimBatch - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/full-delete](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/fulldeleteclaimbatch.md): Deletes an ClaimBatch record along with all associated processing needed as a result of that delete. ### Create or Update Batch ClaimBatch - [PUT /claim-batches/{batchNumber}/claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/updatebatchclaimbatch.md): Create or Update multiple ClaimBatch at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Adv. Claim ### Full Delete ClaimBatch - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/full-delete](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/fulldeleteclaimbatch.md): Deletes an ClaimBatch record along with all associated processing needed as a result of that delete. ### List matching benefit detail - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/listadjudicatebenefitmatch.md): List of potential benefit matches along with a match count for a specific claim service line. ### Create a Life Claim - [POST /create-life-claim](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/createlifeclaim.md): Setup a Life Claim based on defined configuration and optionally setup the Life Claim payments. ### Release Suspended Claims - [POST /suspense-claim-release](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/suspenseclaimrelease.md): Release a selection of suspended claims so they can be Funded. ### Return Suspended Claims - [POST /suspense-claim-return](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/suspenseclaimreturn.md): Return a selection of suspended claims to Batch so they can be reprocessed. Assign an optional Ex Code to the claim returned. ### Adjust Claim(s) - [POST /claim-adjustment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/adjustclaim.md): Adjust a selected list of claims by Claim Number. ### Return Claim(s) to Batch - [POST /claim-return-to-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/returnclaimtobatch.md): Return a selected list of claims to batch. ### Copy Claim(s) to Batch - [POST /claim-copy-to-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/copyclaimtobatch.md): Copy a selected list of claims to batch. ### Split Claims by Payor/Account - [POST /claim-copy-multi-payor-account](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/copyclaimmultipayoraccount.md): When the chosen claim has a multi-Payor/Account error, this process will automatically split the claim and create a bridgre reference in ClaimBatchReference. ### Split Claims by Plan Year - [POST /claim-copy-multi-plan-year](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/copyclaimmultiplanyear.md): When the chosen claim has a multi-Plan Year error, this process will automatically split the claim and create a bridgre reference in ClaimBatchReference. ### Suspend Claims on Audit - [POST /claim-suspend-from-audit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/suspendfromaudit.md): This process will take a Claim Audit key and then suspend any claims associated with that Claim Audit (assuming that claim is not Funded). ### Copy Selected Service Lines - [POST /claim-copy-service-lines](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/copyclaimserviceline.md): Copy a list of ClaimBatchDetails x amount of times and add y amount of days to each copy. ### Create Disability Payments - [POST /disability-advisor-create-claim](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/disabilityadvisorcreateclaim.md): Create a Batch of Claims that represent Disability Payments for a STD or LTD disability claim. ### Sync ClaimBatch Disability - [POST /disability-claim-sync-header](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/disabilityclaimsync.md): Send in a ClaimBatch record and have all other ClaimBatch records remaining in Batch syncd to the Disability values on that submitted header. ### Generate Claim Invoice - [POST /claim-invoice-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/generateclaiminvoice.md): Creates a Claim Invoice and attaches a list of Claims. ### Get Claim EDI XML - [GET /edi-key/{ediKey}/edi-claim-key/{claimKey}/edi-location/{ediLocation}/edi-xml](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/getclaimxml.md): Get a full XML representation of this claim submitted via EDI into VBADataIntegration. The criteria for this is available in Search Config: VBADATAINT_CLAIM. ### Create a Life Claim Payment - [POST /create-life-claim-payment](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/createlifeclaimpayment.md): Based on passed in parameters, create a Life Claim Payment under an existing Life Claim. ### List Pay to Amounts for Claim Funding - [POST /list-claim-funding-pay-to-amount/{payorId}/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/listclaimfundingpaytoamount.md): Given a selected list of Claim Numbers, get a list of calculated amounts by Pay To (Send Check To). ### List Pay to Amounts for Claim Funding by Member - [POST /list-claim-funding-member-pay-to-amount/{payorId}/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/listclaimfundingmemberpaytoamount.md): Given a selected list of Claim Numbers, get a list of calculated amounts by Pay To (Send Check To) and grouped by Member. ### Get a combined set of ClaimBatch data - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/full-claimbatch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/getfullclaimbatch.md): Get a full set of data for ClaimBatch that includes drop down details, extra joined information, etc. to ultimately save round trip time. ### Get a combined set of Claim data - [GET /claims/{claimNumber}/full-claim](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/getfullclaim.md): Get a full set of data for Claim that includes drop down details, extra joined information, etc. to ultimately save round trip time. ### Get Copy Details for a Disability Claim Copy - [GET /disability-copy-config/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/disabilitycopyconfig.md): Gets a set of values to be used in a subsequent Claim Batch Copy call that looks for the calculated values returned with this process. ### Copy a Claim in Batch - [POST /claimbatch-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/claimbatchcopy.md): Take an existing Claim in Batch and copy it (or mulitiple copies in the case of Disability) into an existing Batch. ### Get Disability Date and Exhaust Date - [POST /disability-advisor-get-dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/disabilityadvisorgetdates.md): Based on information submitted in the Disability Advisor, calcualte the current Disability Date and Exhaust Date and return the advisor object. ### Full Reset of a Claim at Zelis - [POST /claim-cost-contain-zelis-reset](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/claimcostcontainzelisreset.md): Utilizing the Zelis Repricing integration in VBASoftware utlizes a series of tables that sometimes need to be reset so they can be resyncd with Zelis. ### Reset Polling of a Claim at Zelis - [POST /claim-cost-contain-zelis-reset-poll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/claimcostcontainzelisresetpoll.md): Utilizing the Zelis Repricing integration in VBASoftware utlizes a polling service that sometimes needs to be resyncd with Zelis. ### Mass Update Claim Ex Codes - [POST /claim-mass-update-claim-ex-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/massupdateclaimexcode.md): Pass in a list of claims and what Ex Code to assign and this process will do a mass insert and verify no duplicate ex codes are added. ### Mass Delete Claim Ex Codes - [POST /claim-mass-delete-claim-ex-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/massdeleteclaimexcode.md): Pass in a list of claims and what Ex Code to remove and this process will do a mass delete of those Claim Ex Code records. ### Mass Insert Claim Queue Detail - [POST /claim-queues/{claimQueueKey}/details-mass-insert](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/massinsertclaimqueuedetail.md): Used similar to Create or Update option but done in mass for large claim queues. ### Full Delete ClaimBatch - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/full-delete](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch/fulldeleteclaimbatch.md): Deletes an ClaimBatch record along with all associated processing needed as a result of that delete. ### List matching benefit detail - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/listadjudicatebenefitmatch.md): List of potential benefit matches along with a match count for a specific claim service line. ### Mass Insert Claim Queue Detail - [POST /claim-queues/{claimQueueKey}/details-mass-insert](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/massinsertclaimqueuedetail.md): Used similar to Create or Update option but done in mass for large claim queues. ## Claim Batch Details ### List matching benefit detail - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/listadjudicatebenefitmatch.md): List of potential benefit matches along with a match count for a specific claim service line. ### Create ClaimBatchDetail - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/createclaimbatchdetail.md): Creates a new ClaimBatchDetail ### List ClaimBatchDetail - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/listclaimbatchdetail.md): Lists all ClaimBatchDetail for the given batchNumber and batchClaim ### Get ClaimBatchDetail - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/getclaimbatchdetail.md): Gets ClaimBatchDetail ### Update ClaimBatchDetail - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/updateclaimbatchdetail.md): Updates a specific ClaimBatchDetail. ### Delete ClaimBatchDetail - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/deleteclaimbatchdetail.md): Deletes an ClaimBatchDetail ### Create or Update Batch ClaimBatchDetail - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/updatebatchclaimbatchdetail.md): Create or Update multiple ClaimBatchDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List matching benefit detail - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-details/listadjudicatebenefitmatch.md): List of potential benefit matches along with a match count for a specific claim service line. ## Claim Queue Details ### Mass Insert Claim Queue Detail - [POST /claim-queues/{claimQueueKey}/details-mass-insert](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-claim/massinsertclaimqueuedetail.md): Used similar to Create or Update option but done in mass for large claim queues. ### Create ClaimQueueDetail - [POST /claim-queues/{claimQueueKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/createclaimqueuedetail.md): Creates a new ClaimQueueDetail ### List ClaimQueueDetail - [GET /claim-queues/{claimQueueKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/listclaimqueuedetail.md): Lists all ClaimQueueDetail for the given claimQueueKey ### Get ClaimQueueDetail - [GET /claim-queues/{claimQueueKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/getclaimqueuedetail.md): Gets ClaimQueueDetail ### Update ClaimQueueDetail - [PUT /claim-queues/{claimQueueKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/updateclaimqueuedetail.md): Updates a specific ClaimQueueDetail. ### Delete ClaimQueueDetail - [DELETE /claim-queues/{claimQueueKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/deleteclaimqueuedetail.md): Deletes an ClaimQueueDetail ### Create or Update Batch ClaimQueueDetail - [PUT /claim-queues/{claimQueueKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/updatebatchclaimqueuedetail.md): Create or Update multiple ClaimQueueDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Mass Insert Claim Queue Detail - [POST /claim-queues/{claimQueueKey}/details-mass-insert](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-details/massinsertclaimqueuedetail.md): Used similar to Create or Update option but done in mass for large claim queues. ## Commissions ### Commission Generate - [POST /commission-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/commissiongenerate.md): Generates Commission records and attaches those to a new Commission Transaction based on entered criteria. ### Create Commission - [POST /commission-transactions/{commTransKey}/commissions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/createcommission.md): Creates a new Commission ### List Commission - [GET /commission-transactions/{commTransKey}/commissions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/listcommission.md): Lists all Commission for the given commTransKey ### Commission Generate - [POST /commission-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/commissiongenerate.md): Generates Commission records and attaches those to a new Commission Transaction based on entered criteria. ### List Unassigned Commission - [GET /unassigned-commissions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/listunassignedcommission.md): Lists all Commissions that are not assigned to a Commission Transaction. ### Get Commission - [GET /commission-transactions/{commTransKey}/commissions/{commKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/getcommission.md): Gets Commission ### Update Commission - [PUT /commission-transactions/{commTransKey}/commissions/{commKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/updatecommission.md): Updates a specific Commission. ### Delete Commission - [DELETE /commission-transactions/{commTransKey}/commissions/{commKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/deletecommission.md): Deletes an Commission ### Create or Update Batch Commission - [PUT /commission-transactions/{commTransKey}/commissions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/updatebatchcommission.md): Create or Update multiple Commission at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Adv. Commission ### Commission Generate - [POST /commission-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/commissiongenerate.md): Generates Commission records and attaches those to a new Commission Transaction based on entered criteria. ### Undo CommissionActivity - [POST /commission-activities-undo/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/undocommissionactivity.md): Undo Commissions by Commission Activity ### Undo CommissionActivity by Rep or Group - [POST /commission-activities-undo-by-rep/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/undobyrepcommissionactivity.md): Undo Commissions by Commission Activity based on the passed in optional parameters of commAgencyRep or groupId. Group undo takes priory if passed in with a Rep Key. ### Generate Commission Checks - [POST /commission-generate-checks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/commissiongeneratecheck.md): Send in a list of Commission Checks to be generated. ### Generate Commissions - [POST /commission-generate-activity](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/commissiongenerateactivity.md): Generates the Commission Activity records to be used by the Commission backend process for generation. ### Process Automation for Generate Commissions - [POST /commission-transaction-process-automation/{commTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/commissiontransprocessautomation.md): Utilizing a Commission Transaction Key produced after generating commissions, fire process automation configuration. ### Undo CommissionActivity - [POST /commission-activities-undo/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/undocommissionactivity.md): Undo Commissions by Commission Activity ### Undo CommissionActivity by Rep or Group - [POST /commission-activities-undo-by-rep/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/undobyrepcommissionactivity.md): Undo Commissions by Commission Activity based on the passed in optional parameters of commAgencyRep or groupId. Group undo takes priory if passed in with a Rep Key. ### Commission Generate - [POST /commission-generate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commissions/commissiongenerate.md): Generates Commission records and attaches those to a new Commission Transaction based on entered criteria. ## Commission Activity ### Undo CommissionActivity - [POST /commission-activities-undo/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/undocommissionactivity.md): Undo Commissions by Commission Activity ### Undo CommissionActivity by Rep or Group - [POST /commission-activities-undo-by-rep/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-commission/undobyrepcommissionactivity.md): Undo Commissions by Commission Activity based on the passed in optional parameters of commAgencyRep or groupId. Group undo takes priory if passed in with a Rep Key. ### Create CommissionActivity - [POST /commission-activities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/createcommissionactivity.md): Creates a new CommissionActivity ### List CommissionActivity - [GET /commission-activities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/listcommissionactivity.md): Lists all CommissionActivity ### Get CommissionActivity - [GET /commission-activities/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/getcommissionactivity.md): Gets CommissionActivity ### Update CommissionActivity - [PUT /commission-activities/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/updatecommissionactivity.md): Updates a specific CommissionActivity. ### Delete CommissionActivity - [DELETE /commission-activities/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/deletecommissionactivity.md): Deletes an CommissionActivity ### Create or Update Batch CommissionActivity - [PUT /commission-activities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/updatebatchcommissionactivity.md): Create or Update multiple CommissionActivity at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Undo CommissionActivity - [POST /commission-activities-undo/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/undocommissionactivity.md): Undo Commissions by Commission Activity ### Undo CommissionActivity by Rep or Group - [POST /commission-activities-undo-by-rep/{commActivityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity/undobyrepcommissionactivity.md): Undo Commissions by Commission Activity based on the passed in optional parameters of commAgencyRep or groupId. Group undo takes priory if passed in with a Rep Key. ## Subscriber Plan Policies ### Subscriber Policy Surrender - [POST /subscribers/{subscriberID}/surrender-policy/{planID}/{benefitCode}/{policyNumber}/{cashValue}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscribersurrenderpolicy.md): Surrender an existing Policy under the Policy & Forfeiture area. ### Subscriber Policy Surrender - [POST /subscribers/{subscriberID}/surrender-policy/{planID}/{benefitCode}/{policyNumber}/{cashValue}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/subscribersurrenderpolicy.md): Surrender an existing Policy under the Policy & Forfeiture area. ### Create SubscriberPlanPolicy - [POST /subscribers/{subscriberID}/plan-policies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/createsubscriberplanpolicy.md): Creates a new SubscriberPlanPolicy ### List SubscriberPlanPolicy - [GET /subscribers/{subscriberID}/plan-policies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/listsubscriberplanpolicy.md): Lists all SubscriberPlanPolicy for the given subscriberID ### Get SubscriberPlanPolicy - [GET /subscribers/{subscriberID}/plan-policies/{planID}/{benefitCode}/{policyNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/getsubscriberplanpolicy.md): Gets SubscriberPlanPolicy ### Update SubscriberPlanPolicy - [PUT /subscribers/{subscriberID}/plan-policies/{planID}/{benefitCode}/{policyNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/updatesubscriberplanpolicy.md): Updates a specific SubscriberPlanPolicy. ### Delete SubscriberPlanPolicy - [DELETE /subscribers/{subscriberID}/plan-policies/{planID}/{benefitCode}/{policyNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/deletesubscriberplanpolicy.md): Deletes an SubscriberPlanPolicy ### Create or Update Batch SubscriberPlanPolicy - [PUT /subscribers/{subscriberID}/plan-policies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policies/updatebatchsubscriberplanpolicy.md): Create or Update multiple SubscriberPlanPolicy at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Members ### Benefit Inquiry - [POST /enrollment-benefit-inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/enrollmentbenefitinquiry.md): Get a consolidated payload of benefit information, accumulator information, and eligility. ### Retrieves the member EOB (Explanation of Benefits) PDF for the specified batch claim. - [GET /claims/{claimNumber}/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eob/getmembereob.md): Resolution order: 1. If the client/company is configured for Zelis RedCard EOBs, attempt external retrieval. 2. If external retrieval is unavailable, misconfigured, or not eligible, fall back to internal VBA report generation. The response always includes correlation identifiers (Subscriber_ID, Member_Seq, Batch_Number, Batch_Claim). ### List Plan Year by Member - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-plan-year](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listplanyearbymember.md): List Plan Years available for a Member from both Group Plan Year and the Member Plan Year if applicable. ### Benefit Inquiry - [POST /enrollment-benefit-inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/enrollmentbenefitinquiry.md): Get a consolidated payload of benefit information, accumulator information, and eligility. ### Auto-Assign Primary Care Physician - [POST /auto-assign-primary-care-physician](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/autoassignpriarycarephysician.md): Automatically assigns a Primary care Physician to Members based on the Criteria found in the EnrollmentPCPAutoAssign entity passed in the body. ### List Members with Auto-Assign Primary Care Physician - [GET /auto-assign-primary-care-physician-members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listautoassignpriarycarephysicianmembers.md): Get a list of Members that will be automatically assigned a Primary care Physician. ### List Providers that are eligible for PCP Auto-Assign - [GET /auto-assign-primary-care-physician-providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listproviderswithpcpautoassign.md): Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types. ### Create Members - [POST /subscribers/{subscriberID}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/createmembers.md): Creates a new Members ### List Members - [GET /subscribers/{subscriberID}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listmembers.md): Lists all Members for the given subscriberID ### Get Members - [GET /subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembers.md): Gets Members ### Update Members - [PUT /subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/updatemembers.md): Updates a specific Members. ### Delete Members - [DELETE /subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/deletemembers.md): Deletes an Members ### Create or Update Batch Members - [PUT /subscribers/{subscriberID}/members-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/updatebatchmembers.md): Create or Update multiple Members at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get MembersDisabilityTaxSummary - [GET /subscribers/{subscriberID}/member-disability-tax-summary/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembersdisabilitytaxsummary.md): Retrieve the MembersDisabilityTaxSummary for the given year ### Retrieves the member EOB (Explanation of Benefits) PDF for the specified batch claim. - [GET /claims/{claimNumber}/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembereob.md): Resolution order: 1. If the client/company is configured for Zelis RedCard EOBs, attempt external retrieval. 2. If external retrieval is unavailable, misconfigured, or not eligible, fall back to internal VBA report generation. The response always includes correlation identifiers (Subscriber_ID, Member_Seq, Batch_Number, Batch_Claim). ### List Plan Year by Member - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-plan-year](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listplanyearbymember.md): List Plan Years available for a Member from both Group Plan Year and the Member Plan Year if applicable. ### Benefit Inquiry - [POST /enrollment-benefit-inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/enrollmentbenefitinquiry.md): Get a consolidated payload of benefit information, accumulator information, and eligility. ### Auto-Assign Primary Care Physician - [POST /auto-assign-primary-care-physician](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/autoassignpriarycarephysician.md): Automatically assigns a Primary care Physician to Members based on the Criteria found in the EnrollmentPCPAutoAssign entity passed in the body. ### List Members with Auto-Assign Primary Care Physician - [GET /auto-assign-primary-care-physician-members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listautoassignpriarycarephysicianmembers.md): Get a list of Members that will be automatically assigned a Primary care Physician. ### List Providers that are eligible for PCP Auto-Assign - [GET /auto-assign-primary-care-physician-providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listproviderswithpcpautoassign.md): Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types. ### Create Members - [POST /subscribers/{subscriberID}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/createmembers.md): Creates a new Members ### List Members - [GET /subscribers/{subscriberID}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/listmembers.md): Lists all Members for the given subscriberID ### Get Members - [GET /subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembers.md): Gets Members ### Update Members - [PUT /subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/updatemembers.md): Updates a specific Members. ### Delete Members - [DELETE /subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/deletemembers.md): Deletes an Members ### Create or Update Batch Members - [PUT /subscribers/{subscriberID}/members-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/updatebatchmembers.md): Create or Update multiple Members at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get MembersDisabilityTaxSummary - [GET /subscribers/{subscriberID}/member-disability-tax-summary/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembersdisabilitytaxsummary.md): Retrieve the MembersDisabilityTaxSummary for the given year ### Retrieves the member EOB (Explanation of Benefits) PDF for the specified batch claim. - [GET /claims/{claimNumber}/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembereob.md): Resolution order: 1. If the client/company is configured for Zelis RedCard EOBs, attempt external retrieval. 2. If external retrieval is unavailable, misconfigured, or not eligible, fall back to internal VBA report generation. The response always includes correlation identifiers (Subscriber_ID, Member_Seq, Batch_Number, Batch_Claim). ## Enrollment Accumulators ### Recalculate Subscriber Accumulators - [POST /subscribers/{subscriberID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/subscriberrecalcaccum.md): Recalculate Accumulators for a given Subscriber ID ### Recalculate Member Teeth - [POST /subscribers/{subscriberID}/members/{memberSeq}/recalculate-teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-enrollment/recalculatememberteeth.md): Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User. ### Recalculate Subscriber Accumulators - [POST /subscribers/{subscriberID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/subscriberrecalcaccum.md): Recalculate Accumulators for a given Subscriber ID ### Recalculate Member Teeth - [POST /subscribers/{subscriberID}/members/{memberSeq}/recalculate-teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/recalculatememberteeth.md): Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User. ### List Accumulator Detail - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-accum-detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/listaccumulatordetail.md): List accumulator detail by Member, Plan, and Plan Year. ### List Accumulator Benefit Detail - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-accum-benefit-detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/listaccumulatorbenefitdetail.md): List accumulator benefit detail by Member, Plan, and Plan Year. ### List All Accumulator Benefit Detail - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-accum-all-benefit-detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/listaccumulatorallbenefitdetail.md): List accumulator detail for any benefit the member has accumulators against by Member, Plan, and Plan Year. ### List Added Accumulator Detail - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-added-accum-detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/listaddedaccumulatordetail.md): List added accumulator detail by Member, Plan, and Plan Year. ### List Accumulator Plan Max Summary - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-accum-plan-max-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/listaccumulatorplanmaxsummary.md): List Plan Max Summary for a selected Plan and Max ID for a particualr Subscriber, Group, Plan Year. ### List Accumulator Plan Max Claim Detail - [GET /subscribers/{subscriberID}/members/{memberSeq}/list-accum-plan-max-claim-detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-accumulators/listaccumulatorplanmaxclaimdetail.md): List Plan Max Claim Detail for a selected Plan and Max ID for a particualr Subscriber, Group, Plan Year. ## Fee Schedules ### Copy Fee Schedule - [POST /fee-schedule-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-feeschedule/copyfeeschedule.md): Copy an existing Fee Schedule to a new Fee Schedule. ### Copy Fee Schedule and Adjust Discount - [POST /fee-schedule-copy-adj-disc](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-feeschedule/copyfeescheduleadjdisc.md): Copy an existing Fee Schedule to a new Fee Schedule and adjust the resulting discount in the new Fee Schedule. ### Create FeeSched - [POST /fee-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/createfeesched.md): Creates a new FeeSched ### List FeeSched - [GET /fee-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/listfeesched.md): Lists all FeeSched ### Copy Fee Schedule - [POST /fee-schedule-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/copyfeeschedule.md): Copy an existing Fee Schedule to a new Fee Schedule. ### Copy Fee Schedule and Adjust Discount - [POST /fee-schedule-copy-adj-disc](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/copyfeescheduleadjdisc.md): Copy an existing Fee Schedule to a new Fee Schedule and adjust the resulting discount in the new Fee Schedule. ### Get FeeSched - [GET /fee-schedules/{feeSched}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/getfeesched.md): Gets FeeSched ### Update FeeSched - [PUT /fee-schedules/{feeSched}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/updatefeesched.md): Updates a specific FeeSched. ### Delete FeeSched - [DELETE /fee-schedules/{feeSched}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/deletefeesched.md): Deletes an FeeSched ### Create or Update Batch FeeSched - [PUT /fee-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/updatebatchfeesched.md): Create or Update multiple FeeSched at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Usual and Customary Rates - [GET /usual-customary-rate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/listucrate.md): Lists all UC Rates based on provided criteria. ## Adv. FeeSchedule ### Copy Fee Schedule - [POST /fee-schedule-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-feeschedule/copyfeeschedule.md): Copy an existing Fee Schedule to a new Fee Schedule. ### Copy Fee Schedule and Adjust Discount - [POST /fee-schedule-copy-adj-disc](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-feeschedule/copyfeescheduleadjdisc.md): Copy an existing Fee Schedule to a new Fee Schedule and adjust the resulting discount in the new Fee Schedule. ### Copy Fee Schedule - [POST /fee-schedule-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/copyfeeschedule.md): Copy an existing Fee Schedule to a new Fee Schedule. ### Copy Fee Schedule and Adjust Discount - [POST /fee-schedule-copy-adj-disc](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedules/copyfeescheduleadjdisc.md): Copy an existing Fee Schedule to a new Fee Schedule and adjust the resulting discount in the new Fee Schedule. ## Grievances ### File Grievance - [POST /grievances-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-grievance/filegrievance.md): Files a Grievance for a Member or Subscriber and gives back the created grievance for further processing. ### Create Grievance - [POST /grievances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/creategrievance.md): Creates a new Grievance ### List Grievance - [GET /grievances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/listgrievance.md): Lists all Grievance ### Get Grievance - [GET /grievances/{grievanceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/getgrievance.md): Gets Grievance ### Update Grievance - [PUT /grievances/{grievanceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/updategrievance.md): Updates a specific Grievance. ### Delete Grievance - [DELETE /grievances/{grievanceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/deletegrievance.md): Deletes an Grievance ### Batch Delete Grievance - [DELETE /grievances-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/deletebatchgrievance.md): Delete a list of Grievances. ### Create or Update Batch Grievance - [PUT /grievances-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/updatebatchgrievance.md): Create or Update multiple Grievance at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### File Grievance - [POST /grievances-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/filegrievance.md): Files a Grievance for a Member or Subscriber and gives back the created grievance for further processing. ## Adv. Grievance ### File Grievance - [POST /grievances-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-grievance/filegrievance.md): Files a Grievance for a Member or Subscriber and gives back the created grievance for further processing. ### File Grievance - [POST /grievances-file](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievances/filegrievance.md): Files a Grievance for a Member or Subscriber and gives back the created grievance for further processing. ## Group Contracts ### Add Next GroupContract - [POST /groups/{groupID}/divisions/{divisionID}/add-contract](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/addnextgroupcontract.md): Adds the next GroupContract, starting the day after that existing contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Set GroupContract Coverage End - [POST /groups/{groupID}/divisions/{divisionID}/set-coverage](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/setcoveragegroupcontract.md): Changes the Coverage End for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Change GroupContract Coverage Start - [POST /groups/{groupID}/divisions/{divisionID}/change-coverage-start](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/changecoveragestartgroupcontract.md): Changes the Coverage Start for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Copy GroupContractTier information - [POST /copy-tier-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/copytierconfigtodivision.md): Take an existing configuration of GroupContractTier and copy that to any number of destination Divisions with the same Contract. ### Copy GroupNetwork information - [POST /copy-network-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/copynetworkconfigtodivision.md): Take an existing configuration of GroupNetwork and copy that to any number of destination Divisions with the same Contract. ### Create GroupContract - [POST /groups/{groupID}/divisions/{divisionID}/contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/creategroupcontract.md): Creates a new GroupContract ### List GroupContract - [GET /groups/{groupID}/divisions/{divisionID}/contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/listgroupcontract.md): Lists all GroupContract for the given groupID and divisionID ### Add Next GroupContract - [POST /groups/{groupID}/divisions/{divisionID}/add-contract](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/addnextgroupcontract.md): Adds the next GroupContract, starting the day after that existing contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Set GroupContract Coverage End - [POST /groups/{groupID}/divisions/{divisionID}/set-coverage](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/setcoveragegroupcontract.md): Changes the Coverage End for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Change GroupContract Coverage Start - [POST /groups/{groupID}/divisions/{divisionID}/change-coverage-start](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/changecoveragestartgroupcontract.md): Changes the Coverage Start for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### List VBA_GroupContract - [GET /groups/{groupID}/divisions/{divisionID}/vba-contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/listvbagroupcontract.md): Lists all VBA_GroupContract for the given groupID and divisionID ### Get GroupContract - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/getgroupcontract.md): Gets GroupContract ### Update GroupContract - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/updategroupcontract.md): Updates a specific GroupContract. ### Delete GroupContract - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/deletegroupcontract.md): Deletes an GroupContract ### Create or Update Batch GroupContract - [PUT /groups/{groupID}/divisions/{divisionID}/contracts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/updatebatchgroupcontract.md): Create or Update multiple GroupContract at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Copy GroupContractTier information - [POST /copy-tier-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/copytierconfigtodivision.md): Take an existing configuration of GroupContractTier and copy that to any number of destination Divisions with the same Contract. ### Copy GroupNetwork information - [POST /copy-network-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/copynetworkconfigtodivision.md): Take an existing configuration of GroupNetwork and copy that to any number of destination Divisions with the same Contract. ## Adv. Group Contracts ### Add Next GroupContract - [POST /groups/{groupID}/divisions/{divisionID}/add-contract](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/addnextgroupcontract.md): Adds the next GroupContract, starting the day after that existing contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Set GroupContract Coverage End - [POST /groups/{groupID}/divisions/{divisionID}/set-coverage](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/setcoveragegroupcontract.md): Changes the Coverage End for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Change GroupContract Coverage Start - [POST /groups/{groupID}/divisions/{divisionID}/change-coverage-start](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/changecoveragestartgroupcontract.md): Changes the Coverage Start for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Copy GroupContractTier information - [POST /copy-tier-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/copytierconfigtodivision.md): Take an existing configuration of GroupContractTier and copy that to any number of destination Divisions with the same Contract. ### Copy GroupNetwork information - [POST /copy-network-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-contracts/copynetworkconfigtodivision.md): Take an existing configuration of GroupNetwork and copy that to any number of destination Divisions with the same Contract. ### Add Next GroupContract - [POST /groups/{groupID}/divisions/{divisionID}/add-contract](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/addnextgroupcontract.md): Adds the next GroupContract, starting the day after that existing contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Set GroupContract Coverage End - [POST /groups/{groupID}/divisions/{divisionID}/set-coverage](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/setcoveragegroupcontract.md): Changes the Coverage End for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Change GroupContract Coverage Start - [POST /groups/{groupID}/divisions/{divisionID}/change-coverage-start](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/changecoveragestartgroupcontract.md): Changes the Coverage Start for a contract. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Copy GroupContractTier information - [POST /copy-tier-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/copytierconfigtodivision.md): Take an existing configuration of GroupContractTier and copy that to any number of destination Divisions with the same Contract. ### Copy GroupNetwork information - [POST /copy-network-config-to-division](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contracts/copynetworkconfigtodivision.md): Take an existing configuration of GroupNetwork and copy that to any number of destination Divisions with the same Contract. ## Group Divisions ### Copy a GroupDivision - [POST /groups/{groupID}/divisions/{divisionID}/copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-divisions/copygroupdivision.md): Copy a specific GroupDivision to a new GroupDivision ### Get Group enrollment summary information - [GET /groups/{groupID}/divisions/{divisionID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-divisions/getgroupdivisionenrollmentsummary.md): Gets enrollment summary for the given group id and division id. ### Create GroupDivision - [POST /groups/{groupID}/divisions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/creategroupdivision.md): Creates a new GroupDivision ### List GroupDivision - [GET /groups/{groupID}/divisions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/listgroupdivision.md): Lists all GroupDivision for the given groupID ### Get GroupDivision - [GET /groups/{groupID}/divisions/{divisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/getgroupdivision.md): Gets GroupDivision ### Update GroupDivision - [PUT /groups/{groupID}/divisions/{divisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/updategroupdivision.md): Updates a specific GroupDivision. ### Delete GroupDivision - [DELETE /groups/{groupID}/divisions/{divisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/deletegroupdivision.md): Deletes an GroupDivision ### Create or Update Batch GroupDivision - [PUT /groups/{groupID}/divisions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/updatebatchgroupdivision.md): Create or Update multiple GroupDivision at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Copy a GroupDivision - [POST /groups/{groupID}/divisions/{divisionID}/copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/copygroupdivision.md): Copy a specific GroupDivision to a new GroupDivision ### Get Group enrollment summary information - [GET /groups/{groupID}/divisions/{divisionID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/getgroupdivisionenrollmentsummary.md): Gets enrollment summary for the given group id and division id. ## Adv. Group Divisions ### Copy a GroupDivision - [POST /groups/{groupID}/divisions/{divisionID}/copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-divisions/copygroupdivision.md): Copy a specific GroupDivision to a new GroupDivision ### Get Group enrollment summary information - [GET /groups/{groupID}/divisions/{divisionID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-group-divisions/getgroupdivisionenrollmentsummary.md): Gets enrollment summary for the given group id and division id. ### Copy a GroupDivision - [POST /groups/{groupID}/divisions/{divisionID}/copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/copygroupdivision.md): Copy a specific GroupDivision to a new GroupDivision ### Get Group enrollment summary information - [GET /groups/{groupID}/divisions/{divisionID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-divisions/getgroupdivisionenrollmentsummary.md): Gets enrollment summary for the given group id and division id. ## Groups ### Group Disenroll - [POST /groups/{groupID}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/groupdisenroll.md): Disenrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Group Reenroll - [POST /groups/{groupID}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/groupreenroll.md): Re-enrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Get Group enrollment summary information - [GET /groups/{groupID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/getgroupenrollmentsummary.md): Gets Group enrollment summary for the given group id. ### Recalculate Accumulators for Group - [POST /groups/{groupID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/recalculategroupaccumulators.md): Recalculate accumulators for all Subscribers in a given group. ### Create Groups - [POST /groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/creategroups.md): Creates a new Groups ### List Groups - [GET /groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/listgroups.md): Lists all Groups ### Get Groups - [GET /groups/{groupID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/getgroups.md): Gets Groups ### Update Groups - [PUT /groups/{groupID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/updategroups.md): Updates a specific Groups. ### Delete Groups - [DELETE /groups/{groupID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/deletegroups.md): Deletes an Groups ### Create or Update Batch Groups - [PUT /groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/updatebatchgroups.md): Create or Update multiple Groups at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Group Disenroll - [POST /groups/{groupID}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/groupdisenroll.md): Disenrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Group Reenroll - [POST /groups/{groupID}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/groupreenroll.md): Re-enrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Get Group enrollment summary information - [GET /groups/{groupID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/getgroupenrollmentsummary.md): Gets Group enrollment summary for the given group id. ### Recalculate Accumulators for Group - [POST /groups/{groupID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/recalculategroupaccumulators.md): Recalculate accumulators for all Subscribers in a given group. ### Get Group ID Card Selections - [GET /groups/id-card-selection](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/getgroupidcardselections.md): Gets Group ID Card Selections ## Adv. Groups ### Group Disenroll - [POST /groups/{groupID}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/groupdisenroll.md): Disenrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Group Reenroll - [POST /groups/{groupID}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/groupreenroll.md): Re-enrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Get Group enrollment summary information - [GET /groups/{groupID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/getgroupenrollmentsummary.md): Gets Group enrollment summary for the given group id. ### Recalculate Accumulators for Group - [POST /groups/{groupID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-groups/recalculategroupaccumulators.md): Recalculate accumulators for all Subscribers in a given group. ### Group Disenroll - [POST /groups/{groupID}/disenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/groupdisenroll.md): Disenrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Group Reenroll - [POST /groups/{groupID}/reenroll](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/groupreenroll.md): Re-enrolls a Group and/or Division. A VBAProcess object is returned representing the process state. See VBAProcess area for more information. ### Get Group enrollment summary information - [GET /groups/{groupID}/enrollment-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/getgroupenrollmentsummary.md): Gets Group enrollment summary for the given group id. ### Recalculate Accumulators for Group - [POST /groups/{groupID}/recalculate-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/groups/recalculategroupaccumulators.md): Recalculate accumulators for all Subscribers in a given group. ## Reinsurance Contracts ### Add ReinsContract from a Template ReinsContract - [POST /reinsurance-contract-add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/addcontractfromtemplate.md): Take the information from a template and apply it to one or more new contracts based on that template contract. ### Copy and existing ReinsContract to a new ReinsContract - [POST /reinsurance-contract-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/addcontractfromexisting.md): Copy everything from an existing contract to a new Contract. ### Generate Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/generatereinstransaction.md): Based on submitted information, generate reinsurance transactions for this contract. ### Generate Aggregate Transaction for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-agg-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/generatereinsaggtransaction.md): Based on submitted information, generate reinsurance aggregate transactions for this contract. ### Generate Level Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-level-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/generatereinsleveltransaction.md): Based on submitted information, generate reinsurance level transactions for this contract. ### Create ReinsContract - [POST /reinsurance-contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/createreinscontract.md): Creates a new ReinsContract ### List ReinsContract - [GET /reinsurance-contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/listreinscontract.md): Lists all ReinsContract ### Add ReinsContract from a Template ReinsContract - [POST /reinsurance-contract-add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/addcontractfromtemplate.md): Take the information from a template and apply it to one or more new contracts based on that template contract. ### Copy and existing ReinsContract to a new ReinsContract - [POST /reinsurance-contract-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/addcontractfromexisting.md): Copy everything from an existing contract to a new Contract. ### Get ReinsContract - [GET /reinsurance-contracts/{reinsContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/getreinscontract.md): Gets ReinsContract ### Update ReinsContract - [PUT /reinsurance-contracts/{reinsContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/updatereinscontract.md): Updates a specific ReinsContract. ### Delete ReinsContract - [DELETE /reinsurance-contracts/{reinsContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/deletereinscontract.md): Deletes an ReinsContract ### Create or Update Batch ReinsContract - [PUT /reinsurance-contracts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/updatebatchreinscontract.md): Create or Update multiple ReinsContract at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Generate Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/generatereinstransaction.md): Based on submitted information, generate reinsurance transactions for this contract. ### Generate Aggregate Transaction for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-agg-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/generatereinsaggtransaction.md): Based on submitted information, generate reinsurance aggregate transactions for this contract. ### Generate Level Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-level-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/generatereinsleveltransaction.md): Based on submitted information, generate reinsurance level transactions for this contract. ## Adv. Reinsurance ### Add ReinsContract from a Template ReinsContract - [POST /reinsurance-contract-add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/addcontractfromtemplate.md): Take the information from a template and apply it to one or more new contracts based on that template contract. ### Copy and existing ReinsContract to a new ReinsContract - [POST /reinsurance-contract-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/addcontractfromexisting.md): Copy everything from an existing contract to a new Contract. ### Generate Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/generatereinstransaction.md): Based on submitted information, generate reinsurance transactions for this contract. ### Generate Aggregate Transaction for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-agg-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/generatereinsaggtransaction.md): Based on submitted information, generate reinsurance aggregate transactions for this contract. ### Generate Level Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-level-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/generatereinsleveltransaction.md): Based on submitted information, generate reinsurance level transactions for this contract. ### Calculate ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/calculate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/calculatereinscontracttrans.md): Based on information existing in the ReinsTrans records and the attached ReinsTransClaim records, calculate the header information and return result. ### Reset ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reset](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/resetreinscontracttrans.md): For all claims attached to this Reinsurance Transaction, reset the various applied amounts (Reimbursed, Not Covered, etc.). ### Apply Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applydedreinscontracttrans.md): This option will reset all deductible applied amounts for claims on this transaction. Specific or Lasered Deductible amount is then applied to claims in service date order until deductible is met. ### Apply Agg. Spec. Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-spec-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyaggspecdedreinscontracttrans.md): Using this option will reset all aggregate deductible applied amounts for claims on this transaction. Aggregate Deductible amount is then applied to claims in service date order until Aggregate Specific Deductible is met. ### Apply Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyreimbursementreinscontracttrans.md): Using this option will reset all reimbursement applied amounts for claims on this transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Apply Attachment Point - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-attachment-point](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyaggattachmentpoint.md): Using this option will apply the unapplied Attachment Point values to claims on an Aggregate Transaction. ### Apply Aggregate Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyaggreimbursement.md): Using this option will reset all reimbursement applied amounts for claims on this Aggregate Transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Calculate ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/calculate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/calculatereinscontracttrans.md): Based on information existing in the ReinsTrans records and the attached ReinsTransClaim records, calculate the header information and return result. ### Reset ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reset](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/resetreinscontracttrans.md): For all claims attached to this Reinsurance Transaction, reset the various applied amounts (Reimbursed, Not Covered, etc.). ### Apply Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applydedreinscontracttrans.md): This option will reset all deductible applied amounts for claims on this transaction. Specific or Lasered Deductible amount is then applied to claims in service date order until deductible is met. ### Apply Agg. Spec. Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-spec-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyaggspecdedreinscontracttrans.md): Using this option will reset all aggregate deductible applied amounts for claims on this transaction. Aggregate Deductible amount is then applied to claims in service date order until Aggregate Specific Deductible is met. ### Apply Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyreimbursementreinscontracttrans.md): Using this option will reset all reimbursement applied amounts for claims on this transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Apply Attachment Point - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-attachment-point](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyaggattachmentpoint.md): Using this option will apply the unapplied Attachment Point values to claims on an Aggregate Transaction. ### Apply Aggregate Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyaggreimbursement.md): Using this option will reset all reimbursement applied amounts for claims on this Aggregate Transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Add ReinsContract from a Template ReinsContract - [POST /reinsurance-contract-add-from-template](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/addcontractfromtemplate.md): Take the information from a template and apply it to one or more new contracts based on that template contract. ### Copy and existing ReinsContract to a new ReinsContract - [POST /reinsurance-contract-copy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/addcontractfromexisting.md): Copy everything from an existing contract to a new Contract. ### Generate Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/generatereinstransaction.md): Based on submitted information, generate reinsurance transactions for this contract. ### Generate Aggregate Transaction for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-agg-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/generatereinsaggtransaction.md): Based on submitted information, generate reinsurance aggregate transactions for this contract. ### Generate Level Transactions for this Contract - [POST /reinsurance-contracts/{reinsContractKey}/generate-level-transaction](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contracts/generatereinsleveltransaction.md): Based on submitted information, generate reinsurance level transactions for this contract. ## Reinsurance Contract Transactions ### Calculate ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/calculate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/calculatereinscontracttrans.md): Based on information existing in the ReinsTrans records and the attached ReinsTransClaim records, calculate the header information and return result. ### Reset ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reset](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/resetreinscontracttrans.md): For all claims attached to this Reinsurance Transaction, reset the various applied amounts (Reimbursed, Not Covered, etc.). ### Apply Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applydedreinscontracttrans.md): This option will reset all deductible applied amounts for claims on this transaction. Specific or Lasered Deductible amount is then applied to claims in service date order until deductible is met. ### Apply Agg. Spec. Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-spec-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyaggspecdedreinscontracttrans.md): Using this option will reset all aggregate deductible applied amounts for claims on this transaction. Aggregate Deductible amount is then applied to claims in service date order until Aggregate Specific Deductible is met. ### Apply Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyreimbursementreinscontracttrans.md): Using this option will reset all reimbursement applied amounts for claims on this transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Apply Attachment Point - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-attachment-point](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyaggattachmentpoint.md): Using this option will apply the unapplied Attachment Point values to claims on an Aggregate Transaction. ### Apply Aggregate Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-reinsurance/applyaggreimbursement.md): Using this option will reset all reimbursement applied amounts for claims on this Aggregate Transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Create ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/createreinscontracttrans.md): Creates a new ReinsContractTrans ### List ReinsContractTrans - [GET /reinsurance-contracts/{reinsContractKey}/transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/listreinscontracttrans.md): Lists all ReinsContractTrans for the given reinsContractKey ### List ReinsContractTrans - [GET /reinsurance-contracts/{reinsContractKey}/transactions-summary](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/list_vba_reinscontracttransactionsummary.md): Lists all ReinsContractTransactions in a Summary for the given reinsContractKey ### List ReinsContractTransClaim Info - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claim-info](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/list_vba_reinscontracttransclaim.md): List all Claims attached to this Reinsurance Transaction along with some associated claim information and amount summaries. ### List Calculated ReinsContractTransClaim - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimburse-info](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/list_vba_reinscontracttransreimburse.md): List all Reimbursements attached to this Reinsurance Transaction along with some associated funding information and amount summaries. ### Get ReinsContractTrans - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/getreinscontracttrans.md): Gets ReinsContractTrans ### Update ReinsContractTrans - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/updatereinscontracttrans.md): Updates a specific ReinsContractTrans. ### Delete ReinsContractTrans - [DELETE /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/deletereinscontracttrans.md): Deletes an ReinsContractTrans ### Create or Update Batch ReinsContractTrans - [PUT /reinsurance-contracts/{reinsContractKey}/transactions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/updatebatchreinscontracttrans.md): Create or Update multiple ReinsContractTrans at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Calculate ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/calculate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/calculatereinscontracttrans.md): Based on information existing in the ReinsTrans records and the attached ReinsTransClaim records, calculate the header information and return result. ### Reset ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reset](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/resetreinscontracttrans.md): For all claims attached to this Reinsurance Transaction, reset the various applied amounts (Reimbursed, Not Covered, etc.). ### Apply Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applydedreinscontracttrans.md): This option will reset all deductible applied amounts for claims on this transaction. Specific or Lasered Deductible amount is then applied to claims in service date order until deductible is met. ### Apply Agg. Spec. Deductible ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-spec-deductible](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyaggspecdedreinscontracttrans.md): Using this option will reset all aggregate deductible applied amounts for claims on this transaction. Aggregate Deductible amount is then applied to claims in service date order until Aggregate Specific Deductible is met. ### Apply Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyreimbursementreinscontracttrans.md): Using this option will reset all reimbursement applied amounts for claims on this transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ### Apply Attachment Point - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-attachment-point](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyaggattachmentpoint.md): Using this option will apply the unapplied Attachment Point values to claims on an Aggregate Transaction. ### Apply Aggregate Reimbursement ReinsContractTrans - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/apply-agg-reimbursement](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transactions/applyaggreimbursement.md): Using this option will reset all reimbursement applied amounts for claims on this Aggregate Transaction. Received Reimbursement amount is then applied to claims in service date order until reimbursement amount is used. ## Adv. VBAGateway ### Process a VBAGateway Request - [POST /vbagateway-process-request](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-vbagateway/vbagatewayprocessrequest.md): Confirm, Reject, or Hold a VBAGateway Request that will then change the Request Status and update Response information. ## Adv. Workflow ### Complete Workflow Items - [POST /workflow-complete](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-workflow/workflowprocessingcomplete.md): Set a list of WorkflowDetail records to Complete. ### Reject Workflow Items - [POST /workflow-reject](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-workflow/workflowprocessingreject.md): Set a list of WorkflowDetail records to Reject. ### Process Workflow Claims - [POST /workflow-process-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-workflow/workflowprocessingprocessclaims.md): Set a list of Claims in Batch to Process. ### Assign Workflow Items - [POST /workflow-assign](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/adv.-workflow/workflowprocessingassign.md): Set a list of WorkflowDetail records to Assign. ## Auth Action ### List AuthActions - [GET /auth-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-action/listauthaction.md): List all AuthActions ## Auth Code ### Create AuthCode - [POST /auth-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-code/createauthcode.md): Creates a new AuthCode. ### Get AuthCode - [GET /auth-codes/{authCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-code/getauthcode.md): Gets AuthCode ### Update AuthCode - [PUT /auth-codes/{authCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-code/updateauthcode.md): Updates a specific AuthCode. ### Delete AuthCode - [DELETE /auth-codes/{authCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-code/deleteauthcode.md): Deletes an AuthCode ### Update Batch AuthCode - [PUT /auth-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-code/updatebatchauthcode.md): Updates a multiple AuthCode. ## Auth Diagnostic Codes ### Create Auth Diagnostic Code - [POST /auths/{authNumber}/diagnostic-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/createauthdiagcode.md): Creates a new Diagnostic Code. ### List Diagnostic Codes for Auth - [GET /auths/{authNumber}/diagnostic-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/getauthdiagcodelist.md): List Diagnostic Codes for a specific Auth ### List Diagnostic Codes with Value - [GET /auths/{authNumber}/diagnostic-codes/{diagnosticCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/getdiagcodelist.md): List Diagnostic Codes with a specific Diagnostic Code value. ### Get Diagnostic Code - [GET /auths/{authNumber}/diagnostic-codes/{diagnosticCode}/diagnostic-code-types/{diagnosticCodeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/getdiagcode.md): Gets a specific Diagnostic Code ### Update Diagnostic Code - [PUT /auths/{authNumber}/diagnostic-codes/{diagnosticCode}/diagnostic-code-types/{diagnosticCodeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/updateauthdiagcode.md): Updates a specific Diagnostic Code. ### Delete Diagnostic Code - [DELETE /auths/{authNumber}/diagnostic-codes/{diagnosticCode}/diagnostic-code-types/{diagnosticCodeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/deleteauthdiagcode.md): Deletes a specific Diagnostic Code. ### Update Diagnostic Code Batch - [PUT /auths/{authNumber}/diagnostic-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-diagnostic-codes/updateauthdiagcodebatch.md): Updates multiple Diagnostic Code ## Auth Max Calc ### List Auth Max Calc - [GET /auth-max-calc](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-max-calc/listauthmaxcalc.md): Lists all Auth Max Calc ## Auth Procedure Codes ### Create Procedure Code - [POST /auths/{authNumber}/procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/createauthproccode.md): Creates a new Procedure Code. ### List Procedure Codes for Auth - [GET /auths/{authNumber}/procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/listauthproccodebyauth.md): Gets all Procedure Codes for a specific Auth ### Create Procedure Code Batch - [POST /auths/{authNumber}/procedure-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/createauthproccodebatch.md): Creates multiple Procedure Codes ### Delete Procedure Code Batch - [DELETE /auths/{authNumber}/procedure-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/deleteauthproccodebatch.md): Deletes multiple Procedure Codes ### Get Procedure Code - [GET /auths/{authNumber}/procedure-codes/{procedureCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/getauthproccode.md): Gets a specific Procedure Code ### Update Procedure Code - [PUT /auths/{authNumber}/procedure-codes/{procedureCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/updateauthproccode.md): Updates a specific Procedure Code. ### Delete Procedure Code - [DELETE /auths/{authNumber}/procedure-codes/{procedureCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-procedure-codes/deleteauthproccode.md): Deletes a specific Procedure Code. ## Auth Reference ### Create AuthReference - [POST /auths/{originalAuthNumber}/references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-reference/createauthreference.md): Creates a new AuthReference from an existing Auth ### List AuthReferences - [GET /auths/{originalAuthNumber}/references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-reference/listauthreferenceforauth.md): Lists all AuthReference for an existing Auth ### Get AuthReference - [GET /auths/{originalAuthNumber}/references/{referencedAuthNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-reference/getauthreference.md): Gets AuthReference ### Update AuthReference - [PUT /auths/{originalAuthNumber}/references/{referencedAuthNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-reference/updateauthreference.md): Updates a specific AuthReference. ### Delete AuthReference - [DELETE /auths/{originalAuthNumber}/references/{referencedAuthNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-reference/deleteauthreference.md): Deletes an AuthReference ### Update Batch AuthReference - [PUT /auths/{originalAuthNumber}/references-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-reference/updatebatchauthreference.md): Updates a multiple AuthReference. ## Auth Review ### Create AuthReview - [POST /auth-reviews](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review/createauthreview.md): Creates a new AuthReview. ### List AuthReviews - [GET /auth-reviews](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review/listauthreviews.md): Lists all AuthReviews ### Get AuthReview - [GET /auth-reviews/{authReviewKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review/getauthreview.md): Gets AuthReview ### Update AuthReview - [PUT /auth-reviews/{authReviewKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review/updateauthreview.md): Updates a specific AuthReview. ### Delete AuthReview - [DELETE /auth-reviews/{authReviewKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review/deleteauthreview.md): Deletes an AuthReview ### Update Batch AuthReview - [PUT /auth-reviews-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review/updatebatchauthreview.md): Updates a multiple AuthReview. ## Auth Review Level ### Create AuthReviewLevel - [POST /auth-review-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-level/createauthreviewlevel.md): Creates a new AuthReviewLevel. ### List AuthReviewLevel - [GET /auth-review-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-level/listauthreviewlevel.md): Lists all AuthReviewLevel ### Get AuthReviewLevel - [GET /auth-review-levels/{reviewLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-level/getauthreviewlevel.md): Gets AuthReviewLevel ### Update AuthReviewLevel - [PUT /auth-review-levels/{reviewLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-level/updateauthreviewlevel.md): Updates a specific AuthReviewLevel. ### Delete AuthReviewLevel - [DELETE /auth-review-levels/{reviewLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-level/deleteauthreviewlevel.md): Deletes an AuthReviewLevel ### Update Batch AuthReviewLevel - [PUT /auth-review-levels-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-level/updatebatchauthreviewlevel.md): Updates a multiple AuthReviewLevel. ## Auth Review Severity ### Create AuthReviewSeverity - [POST /auth-review-severities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-severity/createauthreviewseverity.md): Creates a new AuthReviewSeverity. ### List AuthReviewLevel - [GET /auth-review-severities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-severity/listauthreviewseverity.md): Lists all AuthReviewSeverity ### Get AuthReviewSeverity - [GET /auth-review-severities/{reviewSeverity}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-severity/getauthreviewseverity.md): Gets AuthReviewSeverity ### Update AuthReviewSeverity - [PUT /auth-review-severities/{reviewSeverity}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-severity/updateauthreviewseverity.md): Updates a specific AuthReviewSeverity. ### Delete AuthReviewSeverity - [DELETE /auth-review-severities/{reviewSeverity}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-severity/deleteauthreviewseverity.md): Deletes an AuthReviewSeverity ### Update Batch AuthReviewSeverity - [PUT /auth-review-severities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-severity/updatebatchauthreviewseverity.md): Updates a multiple AuthReviewSeverity. ## Auth Review Status ### Create AuthReviewStatus - [POST /auth-review-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-status/createauthreviewstatus.md): Creates a new AuthReviewStatus. ### List AuthReviewStatus - [GET /auth-review-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-status/listauthreviewstatus.md): Lists all AuthReviewStatus ### Get AuthReviewStatus - [GET /auth-review-statuses/{reviewStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-status/getauthreviewstatus.md): Gets AuthReviewStatus ### Update AuthReviewStatus - [PUT /auth-review-statuses/{reviewStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-status/updateauthreviewstatus.md): Updates a specific AuthReviewStatus. ### Delete AuthReviewStatus - [DELETE /auth-review-statuses/{reviewStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-status/deleteauthreviewstatus.md): Deletes an AuthReviewStatus ### Update Batch AuthReviewStatus - [PUT /auth-review-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-status/updatebatchauthreviewstatus.md): Updates a multiple AuthReviewStatus. ## Auth Review Type ### Create AuthReviewType - [POST /auth-review-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-type/createauthreviewtype.md): Creates a new AuthReviewType. ### List AuthReviewType - [GET /auth-review-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-type/listauthreviewtype.md): Lists all AuthReviewType ### Get AuthReviewType - [GET /auth-review-types/{reviewType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-type/getauthreviewtype.md): Gets AuthReviewType ### Update AuthReviewType - [PUT /auth-review-types/{reviewType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-type/updateauthreviewtype.md): Updates a specific AuthReviewType. ### Delete AuthReviewType - [DELETE /auth-review-types/{reviewType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-type/deleteauthreviewtype.md): Deletes an AuthReviewType ### Update Batch AuthReviewType - [PUT /auth-review-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-type/updatebatchauthreviewtype.md): Updates a multiple AuthReviewType. ## Auth Review Urgency Type ### Create AuthReviewUrgencyType - [POST /auth-review-urgency-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-urgency-type/createauthreviewurgencytype.md): Creates a new AuthReviewUrgencyType. ### List AuthReviewUrgencyType - [GET /auth-review-urgency-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-urgency-type/listauthreviewurgencytype.md): Lists all AuthReviewUrgencyType ### Get AuthReviewUrgencyType - [GET /auth-review-urgency-types/{reviewUrgencyType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-urgency-type/getauthreviewurgencytype.md): Gets AuthReviewUrgencyType ### Update AuthReviewUrgencyType - [PUT /auth-review-urgency-types/{reviewUrgencyType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-urgency-type/updateauthreviewurgencytype.md): Updates a specific AuthReviewUrgencyType. ### Delete AuthReviewUrgencyType - [DELETE /auth-review-urgency-types/{reviewUrgencyType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-urgency-type/deleteauthreviewurgencytype.md): Deletes an AuthReviewUrgencyType ### Update Batch AuthReviewUrgencyType - [PUT /auth-review-urgency-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-review-urgency-type/updatebatchauthreviewurgencytype.md): Updates a multiple AuthReviewUrgencyType. ## Auth Type Places ### Create AuthTypePlace - [POST /auth-types/{authType}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/createauthtypeplace.md): Creates a new AuthTypePlace ### List AuthTypePlace - [GET /auth-types/{authType}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/listauthtypeplace.md): Lists all AuthTypePlace for the given authType ### Get AuthTypePlace - [GET /auth-types/{authType}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/getauthtypeplace.md): Gets AuthTypePlace ### Update AuthTypePlace - [PUT /auth-types/{authType}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/updateauthtypeplace.md): Updates a specific AuthTypePlace. ### Delete AuthTypePlace - [DELETE /auth-types/{authType}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/deleteauthtypeplace.md): Deletes an AuthTypePlace ### Create or Update Batch AuthTypePlace - [PUT /auth-types/{authType}/places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/updatebatchauthtypeplace.md): Create or Update multiple AuthTypePlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Auth Types ### Create AuthType - [POST /auth-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-types/createauthtype.md): Creates a new AuthType ### List AuthType - [GET /auth-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-types/listauthtype.md): Lists all AuthType ### Get AuthType - [GET /auth-types/{authType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-types/getauthtype.md): Gets AuthType ### Update AuthType - [PUT /auth-types/{authType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-types/updateauthtype.md): Updates a specific AuthType. ### Delete AuthType - [DELETE /auth-types/{authType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-types/deleteauthtype.md): Deletes an AuthType ### Create or Update Batch AuthType - [PUT /auth-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-types/updatebatchauthtype.md): Create or Update multiple AuthType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefit Categories ### Create BenefitCategory - [POST /benefit-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-categories/createbenefitcategory.md): Creates a new BenefitCategory ### List BenefitCategory - [GET /benefit-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-categories/listbenefitcategory.md): Lists all BenefitCategory ### Get BenefitCategory - [GET /benefit-categories/{benefitCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-categories/getbenefitcategory.md): Gets BenefitCategory ### Update BenefitCategory - [PUT /benefit-categories/{benefitCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-categories/updatebenefitcategory.md): Updates a specific BenefitCategory. ### Delete BenefitCategory - [DELETE /benefit-categories/{benefitCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-categories/deletebenefitcategory.md): Deletes an BenefitCategory ### Create or Update Batch BenefitCategory - [PUT /benefit-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-categories/updatebatchbenefitcategory.md): Create or Update multiple BenefitCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefit Diagnostic Codes ### Create BenefitDiagCodes - [POST /benefits/{benefitCode}/diagnoses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-diagnostic-codes/createbenefitdiagcodes.md): Creates a new BenefitDiagCodes ### List BenefitDiagCodes - [GET /benefits/{benefitCode}/diagnoses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-diagnostic-codes/listbenefitdiagcodes.md): Lists all BenefitDiagCodes for the given benefitCode ### Get BenefitDiagCodes - [GET /benefits/{benefitCode}/diagnoses/{diagnosticCodeType}/{fromDiagCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-diagnostic-codes/getbenefitdiagcodes.md): Gets BenefitDiagCodes ### Update BenefitDiagCodes - [PUT /benefits/{benefitCode}/diagnoses/{diagnosticCodeType}/{fromDiagCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-diagnostic-codes/updatebenefitdiagcodes.md): Updates a specific BenefitDiagCodes. ### Delete BenefitDiagCodes - [DELETE /benefits/{benefitCode}/diagnoses/{diagnosticCodeType}/{fromDiagCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-diagnostic-codes/deletebenefitdiagcodes.md): Deletes an BenefitDiagCodes ### Create or Update Batch BenefitDiagCodes - [PUT /benefits/{benefitCode}/diagnoses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-diagnostic-codes/updatebatchbenefitdiagcodes.md): Create or Update multiple BenefitDiagCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefit Places ### Create BenefitPlace - [POST /benefits/{benefitCode}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-places/createbenefitplace.md): Creates a new BenefitPlace ### List BenefitPlace - [GET /benefits/{benefitCode}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-places/listbenefitplace.md): Lists all BenefitPlace benefitCode ### Get BenefitPlace - [GET /benefits/{benefitCode}/places/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-places/getbenefitplace.md): Gets BenefitPlace ### Update BenefitPlace - [PUT /benefits/{benefitCode}/places/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-places/updatebenefitplace.md): Updates a specific BenefitPlace. ### Delete BenefitPlace - [DELETE /benefits/{benefitCode}/places/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-places/deletebenefitplace.md): Deletes an BenefitPlace ### Create or Update Batch BenefitPlace - [PUT /benefits/{benefitCode}/places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-places/updatebatchbenefitplace.md): Create or Update multiple BenefitPlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefit Procedures ### Create BenefitProcedures - [POST /benefits/{benefitCode}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-procedures/createbenefitprocedures.md): Creates a new BenefitProcedures ### List BenefitProcedures - [GET /benefits/{benefitCode}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-procedures/listbenefitprocedures.md): Lists all BenefitProcedures benefitCode ### Get BenefitProcedures - [GET /benefits/{benefitCode}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-procedures/getbenefitprocedures.md): Gets BenefitProcedures ### Update BenefitProcedures - [PUT /benefits/{benefitCode}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-procedures/updatebenefitprocedures.md): Updates a specific BenefitProcedures. ### Delete BenefitProcedures - [DELETE /benefits/{benefitCode}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-procedures/deletebenefitprocedures.md): Deletes an BenefitProcedures ### Create or Update Batch BenefitProcedures - [PUT /benefits/{benefitCode}/procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-procedures/updatebatchbenefitprocedures.md): Create or Update multiple BenefitProcedures at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefit Provider Types ### Create BenefitProviderTypes - [POST /benefits/{benefitCode}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-provider-types/createbenefitprovidertypes.md): Creates a new BenefitProviderTypes ### List BenefitProviderTypes - [GET /benefits/{benefitCode}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-provider-types/listbenefitprovidertypes.md): Lists all BenefitProviderTypes benefitCode ### Get BenefitProviderTypes - [GET /benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-provider-types/getbenefitprovidertypes.md): Gets BenefitProviderTypes ### Update BenefitProviderTypes - [PUT /benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-provider-types/updatebenefitprovidertypes.md): Updates a specific BenefitProviderTypes. ### Delete BenefitProviderTypes - [DELETE /benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-provider-types/deletebenefitprovidertypes.md): Deletes an BenefitProviderTypes ### Create or Update Batch BenefitProviderTypes - [PUT /benefits/{benefitCode}/provider-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-provider-types/updatebatchbenefitprovidertypes.md): Create or Update multiple BenefitProviderTypes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefit Specialties ### Create BenefitSpecialty - [POST /benefits/{benefitCode}/specialty-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-specialties/createbenefitspecialty.md): Creates a new BenefitSpecialty ### List BenefitSpecialty - [GET /benefits/{benefitCode}/specialty-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-specialties/listbenefitspecialty.md): Lists all BenefitSpecialty benefitCode ### Get BenefitSpecialty - [GET /benefits/{benefitCode}/specialty-codes/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-specialties/getbenefitspecialty.md): Gets BenefitSpecialty ### Update BenefitSpecialty - [PUT /benefits/{benefitCode}/specialty-codes/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-specialties/updatebenefitspecialty.md): Updates a specific BenefitSpecialty. ### Delete BenefitSpecialty - [DELETE /benefits/{benefitCode}/specialty-codes/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-specialties/deletebenefitspecialty.md): Deletes an BenefitSpecialty ### Create or Update Batch BenefitSpecialty - [PUT /benefits/{benefitCode}/specialty-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefit-specialties/updatebatchbenefitspecialty.md): Create or Update multiple BenefitSpecialty at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Benefits ### Create Benefit - [POST /benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/createbenefit.md): Creates a new Benefit ### List Benefits - [GET /benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefits.md): Lists all Benefits with optional Benefit Category ### List Benefit Riders - [GET /plans/{planId}/benefits/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitplanriders.md): Lists all Benefits that are Riders on a specific Plan ### Get a Benefit - [GET /benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/getbenefit.md): Gets a specific Benefit by Benefit Code ### Update Benefit - [PUT /benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/updatebenefit.md): Updates a specific Benefit ### Delete a Benefit - [DELETE /benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/deletebenefitcodes.md): Deletes a specific Benefit by Benefit Code ### Create or Update Batch of Benefits - [PUT /benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/updatebatchbenefits.md): Create or Update multiple Benefits at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Benefit Levels - [GET /benefit-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitlevels.md): List of all Benefit Levels with Key, Display and Description ### List Benefit Plan Maximum Types - [GET /benefit-plan-maximum-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitplanmaximumtypes.md): List of all Benefit Plan Maximum Types ### List Benefit Plan Maximum Per Types - [GET /benefit-plan-maximum-per-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitplanmaximumpertypes.md): List of all Benefit Plan Maximum Per Types ### List Benefit Plan Dental Designation Types - [GET /benefit-plan-dental-designation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitplandentaldesignationtypes.md): List of all Benefit Plan Dental Designation Types ### List Benefit Plan Maximum Network Types - [GET /benefit-plan-maximum-network-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitplanmaximumnetworktypes.md): List of all Benefit Plan Maximum Network Types ### List Benefit Plan Maximum Scope Types - [GET /benefit-plan-maximum-coverage-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitplanmaximumcoveragetypes.md): List of all Benefit Plan Maximum Coverage Types ### List Benefit Rate Types - [GET /benefit-rate-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitratetypes.md): List all Benefit Rate Types ### List Benefit Rate Max Types - [GET /benefit-rate-max-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listbenefitratemaxtypes.md): List all Benefit Rate Max Types ### List Out of Pocket (OOP) Types - [GET /oop-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listoutofpockettypes.md): List all Out of Pocket (OOP) Type key/value pairings. ### List Out of Pocket (OOP) Calculations - [GET /oop-calculations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listoutofpocketcalculations.md): List all Out of Pocket (OOP) Calculation key/value pairings. ### List Plan Benefit Amount Types - [GET /plan-benefit-amount-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listplanbenefitamounttypes.md): List Plan Benefit Amount Types ### List Plan Benefit Co-Pay Per Types - [GET /plan-benefit-co-pay-per-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/benefits/listplanbenefitcopaypertypes.md): List Plan Benefit Co-Pay Per Types ## Disability Event Case Changes ### Create DisabilityEventCaseChanged - [POST /disability-event-case-changes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-case-changes/createdisabilityeventcasechanged.md): Creates a new DisabilityEventCaseChanged ### List DisabilityEventCaseChanged - [GET /disability-event-case-changes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-case-changes/listdisabilityeventcasechanged.md): Lists all DisabilityEventCaseChanged ### Get DisabilityEventCaseChanged - [GET /disability-event-case-changes/{DisabilityEventCaseChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-case-changes/getdisabilityeventcasechanged.md): Gets DisabilityEventCaseChanged ### Update DisabilityEventCaseChanged - [PUT /disability-event-case-changes/{DisabilityEventCaseChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-case-changes/updatedisabilityeventcasechanged.md): Updates a specific DisabilityEventCaseChanged. ### Delete DisabilityEventCaseChanged - [DELETE /disability-event-case-changes/{DisabilityEventCaseChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-case-changes/deletedisabilityeventcasechanged.md): Deletes an DisabilityEventCaseChanged ### Create or Update Batch DisabilityEventCaseChanged - [PUT /disability-event-case-changes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-case-changes/updatebatchdisabilityeventcasechanged.md): Create or Update multiple DisabilityEventCaseChanged at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disability Event Deduction Changes ### Create DisabilityEventDeductionChanged - [POST /disability-event-deduction-changes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-deduction-changes/createdisabilityeventdeductionchanged.md): Creates a new DisabilityEventDeductionChanged ### List DisabilityEventDeductionChanged - [GET /disability-event-deduction-changes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-deduction-changes/listdisabilityeventdeductionchanged.md): Lists all DisabilityEventDeductionChanged ### Get DisabilityEventDeductionChanged - [GET /disability-event-deduction-changes/{DisabilityEventDeductionChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-deduction-changes/getdisabilityeventdeductionchanged.md): Gets DisabilityEventDeductionChanged ### Update DisabilityEventDeductionChanged - [PUT /disability-event-deduction-changes/{DisabilityEventDeductionChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-deduction-changes/updatedisabilityeventdeductionchanged.md): Updates a specific DisabilityEventDeductionChanged. ### Delete DisabilityEventDeductionChanged - [DELETE /disability-event-deduction-changes/{DisabilityEventDeductionChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-deduction-changes/deletedisabilityeventdeductionchanged.md): Deletes an DisabilityEventDeductionChanged ### Create or Update Batch DisabilityEventDeductionChanged - [PUT /disability-event-deduction-changes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-deduction-changes/updatebatchdisabilityeventdeductionchanged.md): Create or Update multiple DisabilityEventDeductionChanged at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disability Event Field Changes ### Create DisabilityEventFieldChanged - [POST /disability-event-field-changes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-field-changes/createdisabilityeventfieldchanged.md): Creates a new DisabilityEventFieldChanged ### List DisabilityEventFieldChanged - [GET /disability-event-field-changes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-field-changes/listdisabilityeventfieldchanged.md): Lists all DisabilityEventFieldChanged ### Get DisabilityEventFieldChanged - [GET /disability-event-field-changes/{DisabilityEventFieldChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-field-changes/getdisabilityeventfieldchanged.md): Gets DisabilityEventFieldChanged ### Update DisabilityEventFieldChanged - [PUT /disability-event-field-changes/{DisabilityEventFieldChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-field-changes/updatedisabilityeventfieldchanged.md): Updates a specific DisabilityEventFieldChanged. ### Delete DisabilityEventFieldChanged - [DELETE /disability-event-field-changes/{DisabilityEventFieldChanged_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-field-changes/deletedisabilityeventfieldchanged.md): Deletes an DisabilityEventFieldChanged ### Create or Update Batch DisabilityEventFieldChanged - [PUT /disability-event-field-changes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-field-changes/updatebatchdisabilityeventfieldchanged.md): Create or Update multiple DisabilityEventFieldChanged at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disability Event Fields ### Create DisabilityEventField - [POST /disability-event-fields](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-fields/createdisabilityeventfield.md): Creates a new DisabilityEventField ### List DisabilityEventField - [GET /disability-event-fields](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-fields/listdisabilityeventfield.md): Lists all DisabilityEventField ### Get DisabilityEventField - [GET /disability-event-fields/{Field_Name}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-fields/getdisabilityeventfield.md): Gets DisabilityEventField ### Update DisabilityEventField - [PUT /disability-event-fields/{Field_Name}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-fields/updatedisabilityeventfield.md): Updates a specific DisabilityEventField. ### Delete DisabilityEventField - [DELETE /disability-event-fields/{Field_Name}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-fields/deletedisabilityeventfield.md): Deletes an DisabilityEventField ### Create or Update Batch DisabilityEventField - [PUT /disability-event-fields-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-fields/updatebatchdisabilityeventfield.md): Create or Update multiple DisabilityEventField at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disability Event Groups ### Create DisabilityEventGroup - [POST /disability-event-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-groups/createdisabilityeventgroup.md): Creates a new DisabilityEventGroup ### List DisabilityEventGroup - [GET /disability-event-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-groups/listdisabilityeventgroup.md): Lists all DisabilityEventGroup ### Get DisabilityEventGroup - [GET /disability-event-groups/{DisabilityEventGroup_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-groups/getdisabilityeventgroup.md): Gets DisabilityEventGroup ### Update DisabilityEventGroup - [PUT /disability-event-groups/{DisabilityEventGroup_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-groups/updatedisabilityeventgroup.md): Updates a specific DisabilityEventGroup. ### Delete DisabilityEventGroup - [DELETE /disability-event-groups/{DisabilityEventGroup_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-groups/deletedisabilityeventgroup.md): Deletes an DisabilityEventGroup ### Create or Update Batch DisabilityEventGroup - [PUT /disability-event-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-event-groups/updatebatchdisabilityeventgroup.md): Create or Update multiple DisabilityEventGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Issue Duration Value Detail ### Create IssueDurationValueDetail - [POST /issue-duration-value-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-value-detail/createissuedurationvaluedetail.md): Creates a new IssueDurationValueDetail ### List IssueDurationValueDetail - [GET /issue-duration-value-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-value-detail/listissuedurationvaluedetail.md): Lists all IssueDurationValueDetail ### Get IssueDurationValueDetail - [GET /issue-duration-value-details/{IssueDurationValueDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-value-detail/getissuedurationvaluedetail.md): Gets IssueDurationValueDetail ### Update IssueDurationValueDetail - [PUT /issue-duration-value-details/{IssueDurationValueDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-value-detail/updateissuedurationvaluedetail.md): Updates a specific IssueDurationValueDetail. ### Delete IssueDurationValueDetail - [DELETE /issue-duration-value-details/{IssueDurationValueDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-value-detail/deleteissuedurationvaluedetail.md): Deletes an IssueDurationValueDetail ### Create or Update Batch IssueDurationValueDetail - [PUT /issue-duration-value-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-value-detail/updatebatchissuedurationvaluedetail.md): Create or Update multiple IssueDurationValueDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Issue Duration Values ### Create IssueDurationValue - [POST /issue-duration-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-values/createissuedurationvalue.md): Creates a new IssueDurationValue ### List IssueDurationValue - [GET /issue-duration-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-values/listissuedurationvalue.md): Lists all IssueDurationValue ### Get IssueDurationValue - [GET /issue-duration-values/{issueDurationValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-values/getissuedurationvalue.md): Gets IssueDurationValue ### Update IssueDurationValue - [PUT /issue-duration-values/{issueDurationValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-values/updateissuedurationvalue.md): Updates a specific IssueDurationValue. ### Delete IssueDurationValue - [DELETE /issue-duration-values/{issueDurationValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-values/deleteissuedurationvalue.md): Deletes an IssueDurationValue ### Create or Update Batch IssueDurationValue - [PUT /issue-duration-values-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/issue-duration-values/updatebatchissuedurationvalue.md): Create or Update multiple IssueDurationValue at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Accumulator Benefits ### Create PlanAddedAccumBenefits - [POST /plans/{planID}/accumulators/{accumName}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulator-benefits/createplanaddedaccumbenefits.md): Creates a new PlanAddedAccumBenefits ### Get PlanAddedAccumBenefits - [GET /plans/{planID}/accumulators/{accumName}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulator-benefits/getplanaddedaccumbenefits.md): Gets PlanAddedAccumBenefits ### Delete PlanAddedAccumBenefits - [DELETE /plans/{planID}/accumulators/{accumName}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulator-benefits/deleteplanaddedaccumbenefits.md): Deletes an PlanAddedAccumBenefits ### List PlanAddedAccumBenefits - [GET /plans/{planID}/accumulators/{accumName}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulator-benefits/listplanaddedaccumbenefits.md): Lists all PlanAddedAccumBenefits planID,accumName ### Create Batch PlanAddedAccumBenefits - [PUT /plans/{planID}/accumulators/{accumName}/benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulator-benefits/updatebatchplanaddedaccumbenefits.md): Create multiple PlanAddedAccumBenefits at once. If the entity exists, an error message will be added to the response. If the entity does not exist, it will be created. ## Plan Accumulators ### Create Plan Accumulator - [POST /plans/{planID}/accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulators/createplanaddedaccum.md): Creates a new Plan Accumulator ### List Plan Accumulator - [GET /plans/{planID}/accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulators/listplanaddedaccum.md): Lists all Plan Accumulator given a specific Plan ID ### Get Plan Accumulator - [GET /plans/{planID}/accumulators/{accumName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulators/getplanaddedaccum.md): Gets Plan Accumulator ### Update Plan Accumulator - [PUT /plans/{planID}/accumulators/{accumName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulators/updateplanaddedaccum.md): Updates a specific Plan Accumulator. ### Delete Plan Accumulator - [DELETE /plans/{planID}/accumulators/{accumName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulators/deleteplanaddedaccum.md): Deletes an Plan Accumulator ### Create or Update Batch Plan Accumulator - [PUT /plans/{planID}/accumulators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-accumulators/updatebatchplanaddedaccum.md): Create or Update multiple Plan Accumulator at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Auth Penalties ### Create PlanAuthPenalty - [POST /plans/{planID}/auth-penalties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalties/createplanauthpenalty.md): Creates a new PlanAuthPenalty ### List PlanAuthPenalty - [GET /plans/{planID}/auth-penalties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalties/listplanauthpenalty.md): Lists all PlanAuthPenalty planID ### Get PlanAuthPenalty - [GET /plans/{planID}/auth-penalties/{planAuthPenaltyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalties/getplanauthpenalty.md): Gets PlanAuthPenalty ### Update PlanAuthPenalty - [PUT /plans/{planID}/auth-penalties/{planAuthPenaltyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalties/updateplanauthpenalty.md): Updates a specific PlanAuthPenalty. ### Delete PlanAuthPenalty - [DELETE /plans/{planID}/auth-penalties/{planAuthPenaltyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalties/deleteplanauthpenalty.md): Deletes an PlanAuthPenalty ### Create or Update Batch PlanAuthPenalty - [PUT /plans/{planID}/auth-penalties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalties/updatebatchplanauthpenalty.md): Create or Update multiple PlanAuthPenalty at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Auth Penalty Benefits ### Create PlanAuthPenaltyBenefit - [POST /plans/{planID}/auth-penalties/{planAuthPenaltyKey}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalty-benefits/createplanauthpenaltybenefit.md): Creates a new PlanAuthPenaltyBenefit ### List PlanAuthPenaltyBenefit - [GET /plans/{planID}/auth-penalties/{planAuthPenaltyKey}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalty-benefits/listplanauthpenaltybenefit.md): Lists all PlanAuthPenaltyBenefit for the given planAuthPenaltyKey ### Get PlanAuthPenaltyBenefit - [GET /plans/{planID}/auth-penalties/{planAuthPenaltyKey}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalty-benefits/getplanauthpenaltybenefit.md): Gets PlanAuthPenaltyBenefit ### Update PlanAuthPenaltyBenefit - [PUT /plans/{planID}/auth-penalties/{planAuthPenaltyKey}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalty-benefits/updateplanauthpenaltybenefit.md): Updates a specific PlanAuthPenaltyBenefit. ### Delete PlanAuthPenaltyBenefit - [DELETE /plans/{planID}/auth-penalties/{planAuthPenaltyKey}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalty-benefits/deleteplanauthpenaltybenefit.md): Deletes an PlanAuthPenaltyBenefit ### Create or Update Batch PlanAuthPenaltyBenefit - [PUT /plans/{planID}/auth-penalties/{planAuthPenaltyKey}/benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-auth-penalty-benefits/updatebatchplanauthpenaltybenefit.md): Create or Update multiple PlanAuthPenaltyBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Cascades ### Create PlanBenefitCascade - [POST /plans/{planID}/parent-benefits/{parentBenefitCode}/cascade-benefits/{cascadeBenefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-cascades/createplanbenefitcascade.md): Creates a new PlanBenefitCascade ### Get PlanBenefitCascade - [GET /plans/{planID}/parent-benefits/{parentBenefitCode}/cascade-benefits/{cascadeBenefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-cascades/getplanbenefitcascade.md): Gets PlanBenefitCascade ### Delete PlanBenefitCascade - [DELETE /plans/{planID}/parent-benefits/{parentBenefitCode}/cascade-benefits/{cascadeBenefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-cascades/deleteplanbenefitcascade.md): Deletes an PlanBenefitCascade ### List PlanBenefitCascade - [GET /plans/{planID}/cascade-benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-cascades/listplanbenefitcascade.md): Lists all PlanBenefitCascade for the given planID ### Create or Update Batch PlanBenefitCascade - [PUT /plans/{planID}/parent-benefits/{parentBenefitCode}/cascade-benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-cascades/updatebatchplanbenefitcascade.md): Create or Update multiple PlanBenefitCascade at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Clusters ### Create PlanBenefitCluster - [POST /plan-benefit-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-clusters/createplanbenefitcluster.md): Creates a new PlanBenefitCluster ### List PlanBenefitCluster - [GET /plan-benefit-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-clusters/listplanbenefitcluster.md): Lists all PlanBenefitCluster ### Get PlanBenefitCluster - [GET /plan-benefit-clusters/{planBenefitClusterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-clusters/getplanbenefitcluster.md): Gets PlanBenefitCluster ### Update PlanBenefitCluster - [PUT /plan-benefit-clusters/{planBenefitClusterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-clusters/updateplanbenefitcluster.md): Updates a specific PlanBenefitCluster. ### Delete PlanBenefitCluster - [DELETE /plan-benefit-clusters/{planBenefitClusterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-clusters/deleteplanbenefitcluster.md): Deletes an PlanBenefitCluster ### Create or Update Batch PlanBenefitCluster - [PUT /plan-benefit-clusters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-clusters/updatebatchplanbenefitcluster.md): Create or Update multiple PlanBenefitCluster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Diagnosis Ex Codes ### Create PlanBenefitsDiagnosis - [POST /plans/{planID}/benefits/{benefitCode}/diagnosis-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnosis-ex-codes/createplanbenefitsdiagnosis.md): Creates a new PlanBenefitsDiagnosis ### List PlanBenefitsDiagnosis - [GET /plans/{planID}/benefits/{benefitCode}/diagnosis-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnosis-ex-codes/listplanbenefitsdiagnosis.md): Lists all PlanBenefitsDiagnosis for the given planID and benefitCode ### Get PlanBenefitsDiagnosis - [GET /plans/{planID}/benefits/{benefitCode}/diagnosis-ex-codes/{diagnosticCodeType}/{diagnosticCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnosis-ex-codes/getplanbenefitsdiagnosis.md): Gets PlanBenefitsDiagnosis ### Update PlanBenefitsDiagnosis - [PUT /plans/{planID}/benefits/{benefitCode}/diagnosis-ex-codes/{diagnosticCodeType}/{diagnosticCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnosis-ex-codes/updateplanbenefitsdiagnosis.md): Updates a specific PlanBenefitsDiagnosis. ### Delete PlanBenefitsDiagnosis - [DELETE /plans/{planID}/benefits/{benefitCode}/diagnosis-ex-codes/{diagnosticCodeType}/{diagnosticCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnosis-ex-codes/deleteplanbenefitsdiagnosis.md): Deletes an PlanBenefitsDiagnosis ### Create or Update Batch PlanBenefitsDiagnosis - [PUT /plans/{planID}/benefits/{benefitCode}/diagnosis-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnosis-ex-codes/updatebatchplanbenefitsdiagnosis.md): Create or Update multiple PlanBenefitsDiagnosis at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Diagnostic Codes ### Create PlanBenCodeDiagCode - [POST /plans/{planID}/benefits/{benefitCode}/diagnoses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnostic-codes/createplanbencodediagcode.md): Creates a new PlanBenCodeDiagCode ### List PlanBenCodeDiagCode - [GET /plans/{planID}/benefits/{benefitCode}/diagnoses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnostic-codes/listplanbencodediagcode.md): Lists all PlanBenCodeDiagCode for the given planID and benefitCode ### Get PlanBenCodeDiagCode - [GET /plans/{planID}/benefits/{benefitCode}/diagnoses/{diagnosticCodeType}/{fromDiagCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnostic-codes/getplanbencodediagcode.md): Gets PlanBenCodeDiagCode ### Update PlanBenCodeDiagCode - [PUT /plans/{planID}/benefits/{benefitCode}/diagnoses/{diagnosticCodeType}/{fromDiagCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnostic-codes/updateplanbencodediagcode.md): Updates a specific PlanBenCodeDiagCode. ### Delete PlanBenCodeDiagCode - [DELETE /plans/{planID}/benefits/{benefitCode}/diagnoses/{diagnosticCodeType}/{fromDiagCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnostic-codes/deleteplanbencodediagcode.md): Deletes an PlanBenCodeDiagCode ### Create or Update Batch PlanBenCodeDiagCode - [PUT /plans/{planID}/benefits/{benefitCode}/diagnoses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-diagnostic-codes/updatebatchplanbencodediagcode.md): Create or Update multiple PlanBenCodeDiagCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Levels ### Create PlanBenefitLevel - [POST /plans/{planID}/benefits/{benefitCode}/levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-levels/createplanbenefitlevel.md): Creates a new PlanBenefitLevel ### List PlanBenefitLevel - [GET /plans/{planID}/benefits/{benefitCode}/levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-levels/listplanbenefitlevel.md): Lists all PlanBenefitLevel for the given planID and benefitCode ### Get PlanBenefitLevel - [GET /plans/{planID}/benefits/{benefitCode}/levels/{planBenefitLevelKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-levels/getplanbenefitlevel.md): Gets PlanBenefitLevel ### Update PlanBenefitLevel - [PUT /plans/{planID}/benefits/{benefitCode}/levels/{planBenefitLevelKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-levels/updateplanbenefitlevel.md): Updates a specific PlanBenefitLevel. ### Delete PlanBenefitLevel - [DELETE /plans/{planID}/benefits/{benefitCode}/levels/{planBenefitLevelKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-levels/deleteplanbenefitlevel.md): Deletes an PlanBenefitLevel ### Create or Update Batch PlanBenefitLevel - [PUT /plans/{planID}/benefits/{benefitCode}/levels-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-levels/updatebatchplanbenefitlevel.md): Create or Update multiple PlanBenefitLevel at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Maximums ### Create PlanMaximumBenefit - [POST /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/included-benefits/{includedBenefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-maximums/createplanmaximumbenefit.md): Creates a new PlanMaximumBenefit ### Get PlanMaximumBenefit - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/included-benefits/{includedBenefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-maximums/getplanmaximumbenefit.md): Gets PlanMaximumBenefit ### Delete PlanMaximumBenefit - [DELETE /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/included-benefits/{includedBenefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-maximums/deleteplanmaximumbenefit.md): Deletes an PlanMaximumBenefit ### List PlanMaximumBenefit - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/included-benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-maximums/listplanmaximumbenefit.md): Lists all PlanMaximumBenefit for the given planID and benefitCode and maxID ### Create or Update Batch PlanMaximumBenefit - [PUT /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/included-benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-maximums/updatebatchplanmaximumbenefit.md): Create or Update multiple PlanMaximumBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Modifier Ex Codes ### Create PlanBenefitsModifiers - [POST /plans/{planID}/benefits/{benefitCode}/modifier-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-modifier-ex-codes/createplanbenefitsmodifiers.md): Creates a new PlanBenefitsModifiers ### List PlanBenefitsModifiers - [GET /plans/{planID}/benefits/{benefitCode}/modifier-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-modifier-ex-codes/listplanbenefitsmodifiers.md): Lists all PlanBenefitsModifiers for the given planID and benefitCode ### Get PlanBenefitsModifiers - [GET /plans/{planID}/benefits/{benefitCode}/modifier-ex-codes/{modifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-modifier-ex-codes/getplanbenefitsmodifiers.md): Gets PlanBenefitsModifiers ### Update PlanBenefitsModifiers - [PUT /plans/{planID}/benefits/{benefitCode}/modifier-ex-codes/{modifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-modifier-ex-codes/updateplanbenefitsmodifiers.md): Updates a specific PlanBenefitsModifiers. ### Delete PlanBenefitsModifiers - [DELETE /plans/{planID}/benefits/{benefitCode}/modifier-ex-codes/{modifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-modifier-ex-codes/deleteplanbenefitsmodifiers.md): Deletes an PlanBenefitsModifiers ### Create or Update Batch PlanBenefitsModifiers - [PUT /plans/{planID}/benefits/{benefitCode}/modifier-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-modifier-ex-codes/updatebatchplanbenefitsmodifiers.md): Create or Update multiple PlanBenefitsModifiers at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit PBM Co-Pays ### Create PlanBenefitPBM - [POST /plans/{planID}/benefits/{benefitCode}/pbm-co-pays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-pbm-co-pays/createplanbenefitpbm.md): Creates a new PlanBenefitPBM ### List PlanBenefitPBM - [GET /plans/{planID}/benefits/{benefitCode}/pbm-co-pays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-pbm-co-pays/listplanbenefitpbm.md): Lists all PlanBenefitPBM for the given planID and benefitCode ### Get PlanBenefitPBM - [GET /plans/{planID}/benefits/{benefitCode}/pbm-co-pays/{pBMType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-pbm-co-pays/getplanbenefitpbm.md): Gets PlanBenefitPBM ### Update PlanBenefitPBM - [PUT /plans/{planID}/benefits/{benefitCode}/pbm-co-pays/{pBMType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-pbm-co-pays/updateplanbenefitpbm.md): Updates a specific PlanBenefitPBM. ### Delete PlanBenefitPBM - [DELETE /plans/{planID}/benefits/{benefitCode}/pbm-co-pays/{pBMType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-pbm-co-pays/deleteplanbenefitpbm.md): Deletes an PlanBenefitPBM ### Create or Update Batch PlanBenefitPBM - [PUT /plans/{planID}/benefits/{benefitCode}/pbm-co-pays-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-pbm-co-pays/updatebatchplanbenefitpbm.md): Create or Update multiple PlanBenefitPBM at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Place Authorizations ### Create PlanBenefitsPlaceAuth - [POST /plans/{planID}/benefits/{benefitCode}/place-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-authorizations/createplanbenefitsplaceauth.md): Creates a new PlanBenefitsPlaceAuth ### List PlanBenefitsPlaceAuth - [GET /plans/{planID}/benefits/{benefitCode}/place-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-authorizations/listplanbenefitsplaceauth.md): Lists all PlanBenefitsPlaceAuth for the given planID and benefitCode ### Get PlanBenefitsPlaceAuth - [GET /plans/{planID}/benefits/{benefitCode}/place-auths/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-authorizations/getplanbenefitsplaceauth.md): Gets PlanBenefitsPlaceAuth ### Update PlanBenefitsPlaceAuth - [PUT /plans/{planID}/benefits/{benefitCode}/place-auths/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-authorizations/updateplanbenefitsplaceauth.md): Updates a specific PlanBenefitsPlaceAuth. ### Delete PlanBenefitsPlaceAuth - [DELETE /plans/{planID}/benefits/{benefitCode}/place-auths/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-authorizations/deleteplanbenefitsplaceauth.md): Deletes an PlanBenefitsPlaceAuth ### Create or Update Batch PlanBenefitsPlaceAuth - [PUT /plans/{planID}/benefits/{benefitCode}/place-auths-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-authorizations/updatebatchplanbenefitsplaceauth.md): Create or Update multiple PlanBenefitsPlaceAuth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Place Co-Insurance ### Create PlanBenefitsPlaceCoIns - [POST /plans/{planID}/benefits/{benefitCode}/place-co-insurance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-insurance/createplanbenefitsplacecoins.md): Creates a new PlanBenefitsPlaceCoIns ### List PlanBenefitsPlaceCoIns - [GET /plans/{planID}/benefits/{benefitCode}/place-co-insurance](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-insurance/listplanbenefitsplacecoins.md): Lists all PlanBenefitsPlaceCoIns for the given planID and benefitCode ### Get PlanBenefitsPlaceCoIns - [GET /plans/{planID}/benefits/{benefitCode}/place-co-insurance/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-insurance/getplanbenefitsplacecoins.md): Gets PlanBenefitsPlaceCoIns ### Update PlanBenefitsPlaceCoIns - [PUT /plans/{planID}/benefits/{benefitCode}/place-co-insurance/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-insurance/updateplanbenefitsplacecoins.md): Updates a specific PlanBenefitsPlaceCoIns. ### Delete PlanBenefitsPlaceCoIns - [DELETE /plans/{planID}/benefits/{benefitCode}/place-co-insurance/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-insurance/deleteplanbenefitsplacecoins.md): Deletes an PlanBenefitsPlaceCoIns ### Create or Update Batch PlanBenefitsPlaceCoIns - [PUT /plans/{planID}/benefits/{benefitCode}/place-co-insurance-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-insurance/updatebatchplanbenefitsplacecoins.md): Create or Update multiple PlanBenefitsPlaceCoIns at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Place Co-Pays ### Create PlanBenefitsPlaceCoPay - [POST /plans/{planID}/benefits/{benefitCode}/place-co-pays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-pays/createplanbenefitsplacecopay.md): Creates a new PlanBenefitsPlaceCoPay ### List PlanBenefitsPlaceCoPay - [GET /plans/{planID}/benefits/{benefitCode}/place-co-pays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-pays/listplanbenefitsplacecopay.md): Lists all PlanBenefitsPlaceCoPay for the given planID and benefitCode ### Get PlanBenefitsPlaceCoPay - [GET /plans/{planID}/benefits/{benefitCode}/place-co-pays/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-pays/getplanbenefitsplacecopay.md): Gets PlanBenefitsPlaceCoPay ### Update PlanBenefitsPlaceCoPay - [PUT /plans/{planID}/benefits/{benefitCode}/place-co-pays/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-pays/updateplanbenefitsplacecopay.md): Updates a specific PlanBenefitsPlaceCoPay. ### Delete PlanBenefitsPlaceCoPay - [DELETE /plans/{planID}/benefits/{benefitCode}/place-co-pays/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-pays/deleteplanbenefitsplacecopay.md): Deletes an PlanBenefitsPlaceCoPay ### Create or Update Batch PlanBenefitsPlaceCoPay - [PUT /plans/{planID}/benefits/{benefitCode}/place-co-pays-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-co-pays/updatebatchplanbenefitsplacecopay.md): Create or Update multiple PlanBenefitsPlaceCoPay at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Place Ex Codes ### Create PlanBenefitsPlace - [POST /plans/{planID}/benefits/{benefitCode}/place-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-ex-codes/createplanbenefitsplace.md): Creates a new PlanBenefitsPlace ### List PlanBenefitsPlace - [GET /plans/{planID}/benefits/{benefitCode}/place-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-ex-codes/listplanbenefitsplace.md): Lists all PlanBenefitsPlace for the given planID and benefitCode ### Get PlanBenefitsPlace - [GET /plans/{planID}/benefits/{benefitCode}/place-ex-codes/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-ex-codes/getplanbenefitsplace.md): Gets PlanBenefitsPlace ### Update PlanBenefitsPlace - [PUT /plans/{planID}/benefits/{benefitCode}/place-ex-codes/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-ex-codes/updateplanbenefitsplace.md): Updates a specific PlanBenefitsPlace. ### Delete PlanBenefitsPlace - [DELETE /plans/{planID}/benefits/{benefitCode}/place-ex-codes/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-ex-codes/deleteplanbenefitsplace.md): Deletes an PlanBenefitsPlace ### Create or Update Batch PlanBenefitsPlace - [PUT /plans/{planID}/benefits/{benefitCode}/place-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-place-ex-codes/updatebatchplanbenefitsplace.md): Create or Update multiple PlanBenefitsPlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Places ### Create PlanBenCodePlace - [POST /plans/{planID}/benefits/{benefitCode}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-places/createplanbencodeplace.md): Creates a new PlanBenCodePlace ### List PlanBenCodePlace - [GET /plans/{planID}/benefits/{benefitCode}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-places/listplanbencodeplace.md): Lists all PlanBenCodePlace for the given planID and benefitCode ### Get PlanBenCodePlace - [GET /plans/{planID}/benefits/{benefitCode}/places/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-places/getplanbencodeplace.md): Gets PlanBenCodePlace ### Update PlanBenCodePlace - [PUT /plans/{planID}/benefits/{benefitCode}/places/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-places/updateplanbencodeplace.md): Updates a specific PlanBenCodePlace. ### Delete PlanBenCodePlace - [DELETE /plans/{planID}/benefits/{benefitCode}/places/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-places/deleteplanbencodeplace.md): Deletes an PlanBenCodePlace ### Create or Update Batch PlanBenCodePlace - [PUT /plans/{planID}/benefits/{benefitCode}/places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-places/updatebatchplanbencodeplace.md): Create or Update multiple PlanBenCodePlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Procedure Ex Codes ### Create PlanBenefitsProcedures - [POST /plans/{planID}/benefits/{benefitCode}/procedure-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-ex-codes/createplanbenefitsprocedures.md): Creates a new PlanBenefitsProcedures ### List PlanBenefitsProcedures - [GET /plans/{planID}/benefits/{benefitCode}/procedure-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-ex-codes/listplanbenefitsprocedures.md): Lists all PlanBenefitsProcedures for the given planID and benefitCode ### Get PlanBenefitsProcedures - [GET /plans/{planID}/benefits/{benefitCode}/procedure-ex-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-ex-codes/getplanbenefitsprocedures.md): Gets PlanBenefitsProcedures ### Update PlanBenefitsProcedures - [PUT /plans/{planID}/benefits/{benefitCode}/procedure-ex-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-ex-codes/updateplanbenefitsprocedures.md): Updates a specific PlanBenefitsProcedures. ### Delete PlanBenefitsProcedures - [DELETE /plans/{planID}/benefits/{benefitCode}/procedure-ex-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-ex-codes/deleteplanbenefitsprocedures.md): Deletes an PlanBenefitsProcedures ### Create or Update Batch PlanBenefitsProcedures - [PUT /plans/{planID}/benefits/{benefitCode}/procedure-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-ex-codes/updatebatchplanbenefitsprocedures.md): Create or Update multiple PlanBenefitsProcedures at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Procedure Maximums ### Create PlanMaximumProcedure - [POST /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-maximums/createplanmaximumprocedure.md): Creates a new PlanMaximumProcedure ### List PlanMaximumProcedure - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-maximums/listplanmaximumprocedure.md): Lists all PlanMaximumProcedure for the given planID and benefitCode and fromProcedure ### Get PlanMaximumProcedure - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-maximums/getplanmaximumprocedure.md): Gets PlanMaximumProcedure ### Update PlanMaximumProcedure - [PUT /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-maximums/updateplanmaximumprocedure.md): Updates a specific PlanMaximumProcedure. ### Delete PlanMaximumProcedure - [DELETE /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-maximums/deleteplanmaximumprocedure.md): Deletes an PlanMaximumProcedure ### Create or Update Batch PlanMaximumProcedure - [PUT /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedure-maximums/updatebatchplanmaximumprocedure.md): Create or Update multiple PlanMaximumProcedure at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Procedures ### Create PlanBenCodeProcCode - [POST /plans/{planID}/benefits/{benefitCode}/procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedures/createplanbencodeproccode.md): Creates a new PlanBenCodeProcCode ### List PlanBenCodeProcCode - [GET /plans/{planID}/benefits/{benefitCode}/procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedures/listplanbencodeproccode.md): Lists all PlanBenCodeProcCode for the given planID and benefitCode ### Create or Update Batch PlanBenCodeProcCode - [PUT /plans/{planID}/benefits/{benefitCode}/procedure-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedures/updatebatchplanbencodeproccode.md): Create or Update multiple PlanBenCodeProcCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get PlanBenCodeProcCode - [GET /plans/{planID}/benefits/{benefitCode}/procedure-codes/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedures/getplanbencodeproccode.md): Gets PlanBenCodeProcCode ### Update PlanBenCodeProcCode - [PUT /plans/{planID}/benefits/{benefitCode}/procedure-codes/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedures/updateplanbencodeproccode.md): Updates a specific PlanBenCodeProcCode. ### Delete PlanBenCodeProcCode - [DELETE /plans/{planID}/benefits/{benefitCode}/procedure-codes/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-procedures/deleteplanbencodeproccode.md): Deletes an PlanBenCodeProcCode ## Plan Benefit Provider Types ### Create PlanBenCodeProviderType - [POST /plans/{planID}/benefits/{benefitCode}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/createplanbencodeprovidertype.md): Creates a new PlanBenCodeProviderType ### List PlanBenCodeProviderType - [GET /plans/{planID}/benefits/{benefitCode}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/listplanbencodeprovidertype.md): Lists all PlanBenCodeProviderType for the given planID and benefitCode ### Get PlanBenCodeProviderType - [GET /plans/{planID}/benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/getplanbencodeprovidertype.md): Gets PlanBenCodeProviderType ### Update PlanBenCodeProviderType - [PUT /plans/{planID}/benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/updateplanbencodeprovidertype.md): Updates a specific PlanBenCodeProviderType. ### Delete PlanBenCodeProviderType - [DELETE /plans/{planID}/benefits/{benefitCode}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/deleteplanbencodeprovidertype.md): Deletes an PlanBenCodeProviderType ### Create or Update Batch PlanBenCodeProviderType - [PUT /plans/{planID}/benefits/{benefitCode}/provider-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-provider-types/updatebatchplanbencodeprovidertype.md): Create or Update multiple PlanBenCodeProviderType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Rates ### Create PlanBenefitRate - [POST /plans/{planID}/benefits/{benefitCode}/rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-rates/createplanbenefitrate.md): Creates a new PlanBenefitRate ### List PlanBenefitRate - [GET /plans/{planID}/benefits/{benefitCode}/rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-rates/listplanbenefitrate.md): Lists all PlanBenefitRate for the given planID and benefitCode ### Get PlanBenefitRate - [GET /plans/{planID}/benefits/{benefitCode}/rates/{planBenefitRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-rates/getplanbenefitrate.md): Gets PlanBenefitRate ### Update PlanBenefitRate - [PUT /plans/{planID}/benefits/{benefitCode}/rates/{planBenefitRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-rates/updateplanbenefitrate.md): Updates a specific PlanBenefitRate. ### Delete PlanBenefitRate - [DELETE /plans/{planID}/benefits/{benefitCode}/rates/{planBenefitRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-rates/deleteplanbenefitrate.md): Deletes an PlanBenefitRate ### Create or Update Batch PlanBenefitRate - [PUT /plans/{planID}/benefits/{benefitCode}/rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-rates/updatebatchplanbenefitrate.md): Create or Update multiple PlanBenefitRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Specialties ### Create PlanBenCodeSpecialty - [POST /plans/{planID}/benefits/{benefitCode}/specialties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-specialties/createplanbencodespecialty.md): Creates a new PlanBenCodeSpecialty ### List PlanBenCodeSpecialty - [GET /plans/{planID}/benefits/{benefitCode}/specialties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-specialties/listplanbencodespecialty.md): Lists all PlanBenCodeSpecialty for the given planID and benefitCode ### Get PlanBenCodeSpecialty - [GET /plans/{planID}/benefits/{benefitCode}/specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-specialties/getplanbencodespecialty.md): Gets PlanBenCodeSpecialty ### Update PlanBenCodeSpecialty - [PUT /plans/{planID}/benefits/{benefitCode}/specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-specialties/updateplanbencodespecialty.md): Updates a specific PlanBenCodeSpecialty. ### Delete PlanBenCodeSpecialty - [DELETE /plans/{planID}/benefits/{benefitCode}/specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-specialties/deleteplanbencodespecialty.md): Deletes an PlanBenCodeSpecialty ### Create or Update Batch PlanBenCodeSpecialty - [PUT /plans/{planID}/benefits/{benefitCode}/specialties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-specialties/updatebatchplanbencodespecialty.md): Create or Update multiple PlanBenCodeSpecialty at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Benefit Tooth Maximums ### Create PlanMaximumTooth - [POST /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/createplanmaximumtooth.md): Creates a new PlanMaximumTooth ### List PlanMaximumTooth - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/listplanmaximumtooth.md): Lists all PlanMaximumTooth for the given planID and benefitCode and maxID ### Get PlanMaximumTooth - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/getplanmaximumtooth.md): Gets PlanMaximumTooth ### Delete PlanMaximumTooth - [DELETE /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/deleteplanmaximumtooth.md): Deletes an PlanMaximumTooth ### Create or Update Batch PlanMaximumTooth - [PUT /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/teeth-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-benefit-tooth-maximums/updatebatchplanmaximumtooth.md): Create or Update multiple PlanMaximumTooth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Coordination ### Create PlanCoordination - [POST /plan-coordinations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-coordination/createplancoordination.md): Creates a new PlanCoordination ### List PlanCoordination - [GET /plan-coordinations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-coordination/listplancoordination.md): Lists all PlanCoordination ### Get PlanCoordination - [GET /plan-coordinations/{PlanCoordination_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-coordination/getplancoordination.md): Gets PlanCoordination ### Update PlanCoordination - [PUT /plan-coordinations/{PlanCoordination_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-coordination/updateplancoordination.md): Updates a specific PlanCoordination. ### Delete PlanCoordination - [DELETE /plan-coordinations/{PlanCoordination_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-coordination/deleteplancoordination.md): Deletes an PlanCoordination ### Create or Update Batch PlanCoordination - [PUT /plan-coordinations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-coordination/updatebatchplancoordination.md): Create or Update multiple PlanCoordination at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Dependency ### Create PlanDependency - [POST /plan-dependencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/createplandependency.md): Creates a new PlanDependency ### List PlanDependency - [GET /plan/{Plan_ID}/dependencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/listplandependency.md): Lists all PlanDependency for the given Plan_ID ### Get PlanDependency - [GET /plan/{Plan_ID}/dependencies/{Dependency_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/getplandependency.md): Gets PlanDependency ### Update PlanDependency - [PUT /plan/{Plan_ID}/dependencies/{Dependency_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/updateplandependency.md): Updates a specific PlanDependency. ### Delete PlanDependency - [DELETE /plan/{Plan_ID}/dependencies/{Dependency_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/deleteplandependency.md): Deletes an PlanDependency ### Create or Update Batch PlanDependency - [PUT /plan-dependencies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/updatebatchplandependency.md): Create or Update multiple PlanDependency at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Dependency Benefit ### Create PlanDependencyBenefit - [POST /plan-dependencies-benefit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency-benefit/createplandependencybenefit.md): Creates a new PlanDependencyBenefit ### List PlanDependencyBenefit - [GET /plan/{Plan_ID}/dependencies/{Dependency_Seq}/benefit](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency-benefit/listplandependencybenefit.md): Lists all PlanDependencyBenefit for the given Plan_ID and Dependency_Seq ### Get PlanDependencyBenefit - [GET /plan/{Plan_ID}/dependencies/{Dependency_Seq}/benefit/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency-benefit/getplandependencybenefit.md): Gets PlanDependencyBenefit ### Update PlanDependencyBenefit - [PUT /plan/{Plan_ID}/dependencies/{Dependency_Seq}/benefit/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency-benefit/updateplandependencybenefit.md): Updates a specific PlanDependencyBenefit. ### Delete PlanDependencyBenefit - [DELETE /plan/{Plan_ID}/dependencies/{Dependency_Seq}/benefit/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency-benefit/deleteplandependencybenefit.md): Deletes an PlanDependencyBenefit ### Create or Update Batch PlanDependencyBenefit - [PUT /plan-dependencies-benefit-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency-benefit/updatebatchplandependencybenefit.md): Create or Update multiple PlanDependencyBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Diagnosis Age Restrictions ### Create PlanDiagnosisAge - [POST /plans/{planID}/diagnosis-age-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-diagnosis-age-restrictions/createplandiagnosisage.md): Creates a new PlanDiagnosisAge ### List PlanDiagnosisAge - [GET /plans/{planID}/diagnosis-age-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-diagnosis-age-restrictions/listplandiagnosisage.md): Lists all PlanDiagnosisAge for the given planID ### Get PlanDiagnosisAge - [GET /plans/{planID}/diagnosis-age-restrictions/{planDiagnosisAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-diagnosis-age-restrictions/getplandiagnosisage.md): Gets PlanDiagnosisAge ### Update PlanDiagnosisAge - [PUT /plans/{planID}/diagnosis-age-restrictions/{planDiagnosisAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-diagnosis-age-restrictions/updateplandiagnosisage.md): Updates a specific PlanDiagnosisAge. ### Delete PlanDiagnosisAge - [DELETE /plans/{planID}/diagnosis-age-restrictions/{planDiagnosisAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-diagnosis-age-restrictions/deleteplandiagnosisage.md): Deletes an PlanDiagnosisAge ### Create or Update Batch PlanDiagnosisAge - [PUT /plans/{planID}/diagnosis-age-restrictions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-diagnosis-age-restrictions/updatebatchplandiagnosisage.md): Create or Update multiple PlanDiagnosisAge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Disability Limits ### Create DisabilityPlanLimit - [POST /plans/{planID}/disability-limits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-disability-limits/createdisabilityplanlimit.md): Creates a new DisabilityPlanLimit ### List DisabilityPlanLimit - [GET /plans/{planID}/disability-limits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-disability-limits/listdisabilityplanlimit.md): Lists all DisabilityPlanLimit for the given planID ### Get DisabilityPlanLimit - [GET /plans/{planID}/disability-limits/{disabilityPlanLimitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-disability-limits/getdisabilityplanlimit.md): Gets DisabilityPlanLimit ### Update DisabilityPlanLimit - [PUT /plans/{planID}/disability-limits/{disabilityPlanLimitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-disability-limits/updatedisabilityplanlimit.md): Updates a specific DisabilityPlanLimit. ### Delete DisabilityPlanLimit - [DELETE /plans/{planID}/disability-limits/{disabilityPlanLimitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-disability-limits/deletedisabilityplanlimit.md): Deletes an DisabilityPlanLimit ### Create or Update Batch DisabilityPlanLimit - [PUT /plans/{planID}/disability-limits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-disability-limits/updatebatchdisabilityplanlimit.md): Create or Update multiple DisabilityPlanLimit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Display Types ### Create PlanDisplayType - [POST /plan-display-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-display-types/createplandisplaytype.md): Creates a new PlanDisplayType ### List PlanDisplayType - [GET /plan-display-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-display-types/listplandisplaytype.md): Lists all PlanDisplayType ### Get PlanDisplayType - [GET /plan-display-types/{displayType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-display-types/getplandisplaytype.md): Gets PlanDisplayType ### Update PlanDisplayType - [PUT /plan-display-types/{displayType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-display-types/updateplandisplaytype.md): Updates a specific PlanDisplayType. ### Delete PlanDisplayType - [DELETE /plan-display-types/{displayType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-display-types/deleteplandisplaytype.md): Deletes an PlanDisplayType ### Create or Update Batch PlanDisplayType - [PUT /plan-display-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-display-types/updatebatchplandisplaytype.md): Create or Update multiple PlanDisplayType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Displays ### Create PlanDisplay - [POST /plans/{planID}/displays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-displays/createplandisplay.md): Creates a new PlanDisplay ### List PlanDisplay - [GET /plans/{planID}/displays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-displays/listplandisplay.md): Lists all PlanDisplay ### Get PlanDisplay - [GET /plans/{planID}/displays/{planDisplayKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-displays/getplandisplay.md): Gets PlanDisplay ### Update PlanDisplay - [PUT /plans/{planID}/displays/{planDisplayKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-displays/updateplandisplay.md): Updates a specific PlanDisplay. ### Delete PlanDisplay - [DELETE /plans/{planID}/displays/{planDisplayKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-displays/deleteplandisplay.md): Deletes an PlanDisplay ### Create or Update Batch PlanDisplay - [PUT /plans/{planID}/displays-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-displays/updatebatchplandisplay.md): Create or Update multiple PlanDisplay at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Lineage Details ### Create PlanLineageDetail - [POST /plans/{planID}/lineages/{planLineageID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineage-details/createplanlineagedetail.md): Creates a new PlanLineageDetail ### List PlanLineageDetail - [GET /plans/{planID}/lineages/{planLineageID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineage-details/listplanlineagedetail.md): Lists all PlanLineageDetail for the given planID and planLineageID ### Get PlanLineageDetail - [GET /plans/{planID}/lineages/{planLineageID}/details/{planLineageDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineage-details/getplanlineagedetail.md): Gets PlanLineageDetail ### Update PlanLineageDetail - [PUT /plans/{planID}/lineages/{planLineageID}/details/{planLineageDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineage-details/updateplanlineagedetail.md): Updates a specific PlanLineageDetail. ### Delete PlanLineageDetail - [DELETE /plans/{planID}/lineages/{planLineageID}/details/{planLineageDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineage-details/deleteplanlineagedetail.md): Deletes an PlanLineageDetail ### Create or Update Batch PlanLineageDetail - [PUT /plans/{planID}/lineages/{planLineageID}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineage-details/updatebatchplanlineagedetail.md): Create or Update multiple PlanLineageDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Lineages ### Create PlanLineage - [POST /plans/{planID}/lineages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineages/createplanlineage.md): Creates a new PlanLineage ### List PlanLineage - [GET /plans/{planID}/lineages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineages/listplanlineage.md): Lists all PlanLineage ### Create or Update Batch PlanLineage - [PUT /plans/{planID}/lineages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineages/updatebatchplanlineage.md): Create or Update multiple PlanLineage at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get PlanLineage - [GET /plans/{planID}/lineages/{planLineageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineages/getplanlineage.md): Gets PlanLineage ### Update PlanLineage - [PUT /plans/{planID}/lineages/{planLineageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineages/updateplanlineage.md): Updates a specific PlanLineage. ### Delete PlanLineage - [DELETE /plans/{planID}/lineages/{planLineageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-lineages/deleteplanlineage.md): Deletes an PlanLineage ## Plan Maximums ### Create PlanMaximum - [POST /plans/{planID}/benefits/{benefitCode}/maximums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-maximums/createplanmaximum.md): Creates a new PlanMaximum ### List PlanMaximum - [GET /plans/{planID}/benefits/{benefitCode}/maximums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-maximums/listplanmaximum.md): Lists all PlanMaximum for the given planID and benefitCode ### Get PlanMaximum - [GET /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-maximums/getplanmaximum.md): Gets PlanMaximum ### Update PlanMaximum - [PUT /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-maximums/updateplanmaximum.md): Updates a specific PlanMaximum. ### Delete PlanMaximum - [DELETE /plans/{planID}/benefits/{benefitCode}/maximums/{maxID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-maximums/deleteplanmaximum.md): Deletes an PlanMaximum ### Create or Update Batch PlanMaximum - [PUT /plans/{planID}/benefits/{benefitCode}/maximums-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-maximums/updatebatchplanmaximum.md): Create or Update multiple PlanMaximum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Modifiers ### Create PlanModifier - [POST /plans/{planID}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-modifiers/createplanmodifier.md): Creates a new PlanModifier ### List PlanModifier - [GET /plans/{planID}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-modifiers/listplanmodifier.md): Lists all PlanModifier for the given planID ### Get PlanModifier - [GET /plans/{planID}/modifiers/{modifier}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-modifiers/getplanmodifier.md): Gets PlanModifier ### Update PlanModifier - [PUT /plans/{planID}/modifiers/{modifier}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-modifiers/updateplanmodifier.md): Updates a specific PlanModifier. ### Delete PlanModifier - [DELETE /plans/{planID}/modifiers/{modifier}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-modifiers/deleteplanmodifier.md): Deletes an PlanModifier ### Create or Update Batch PlanModifier - [PUT /plans/{planID}/modifiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-modifiers/updatebatchplanmodifier.md): Create or Update multiple PlanModifier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Place Auth ### Create PlanPlaceAuth - [POST /plans/{Plan_ID}/place-auths/{Place_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth/createplanplaceauth.md): Creates a new PlanPlaceAuth ### Get PlanPlaceAuth - [GET /plans/{Plan_ID}/place-auths/{Place_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth/getplanplaceauth.md): Gets PlanPlaceAuth ### Update PlanPlaceAuth - [PUT /plans/{Plan_ID}/place-auths/{Place_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth/updateplanplaceauth.md): Updates a specific PlanPlaceAuth. ### Delete PlanPlaceAuth - [DELETE /plans/{Plan_ID}/place-auths/{Place_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth/deleteplanplaceauth.md): Deletes an PlanPlaceAuth ### List PlanPlaceAuth - [GET /plans/{Plan_ID}/place-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth/listplanplaceauth.md): Lists all PlanPlaceAuth for the given Plan_ID ### Create or Update Batch PlanPlaceAuth - [PUT /plan-place-auths-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth/updatebatchplanplaceauth.md): Create or Update multiple PlanPlaceAuth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Place Auth Benefit ### Create PlanPlaceAuthBenefit - [POST /plans/{Plan_ID}/places/{Place_Code}/auth-benefits/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth-benefit/createplanplaceauthbenefit.md): Creates a new PlanPlaceAuthBenefit ### Get PlanPlaceAuthBenefit - [GET /plans/{Plan_ID}/places/{Place_Code}/auth-benefits/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth-benefit/getplanplaceauthbenefit.md): Gets PlanPlaceAuthBenefit ### Update PlanPlaceAuthBenefit - [PUT /plans/{Plan_ID}/places/{Place_Code}/auth-benefits/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth-benefit/updateplanplaceauthbenefit.md): Updates a specific PlanPlaceAuthBenefit. ### Delete PlanPlaceAuthBenefit - [DELETE /plans/{Plan_ID}/places/{Place_Code}/auth-benefits/{Benefit_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth-benefit/deleteplanplaceauthbenefit.md): Deletes an PlanPlaceAuthBenefit ### List PlanPlaceAuthBenefit - [GET /plans/{Plan_ID}/places/{Place_Code}/auth-benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth-benefit/listplanplaceauthbenefit.md): Lists all PlanPlaceAuthBenefit for the given Plan_ID and Place_Code ### Create or Update Batch PlanPlaceAuthBenefit - [PUT /plan-place-auth-benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-place-auth-benefit/updatebatchplanplaceauthbenefit.md): Create or Update multiple PlanPlaceAuthBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Pre-existing Coverages ### Create PlanPreEx - [POST /plans/{planID}/pre-existing-coverages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-pre-existing-coverages/createplanpreex.md): Creates a new PlanPreEx ### List PlanPreEx - [GET /plans/{planID}/pre-existing-coverages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-pre-existing-coverages/listplanpreex.md): Lists all PlanPreEx for the given planID ### Get PlanPreEx - [GET /plans/{planID}/pre-existing-coverages/{coverageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-pre-existing-coverages/getplanpreex.md): Gets PlanPreEx ### Update PlanPreEx - [PUT /plans/{planID}/pre-existing-coverages/{coverageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-pre-existing-coverages/updateplanpreex.md): Updates a specific PlanPreEx. ### Delete PlanPreEx - [DELETE /plans/{planID}/pre-existing-coverages/{coverageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-pre-existing-coverages/deleteplanpreex.md): Deletes an PlanPreEx ### Create or Update Batch PlanPreEx - [PUT /plans/{planID}/pre-existing-coverages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-pre-existing-coverages/updatebatchplanpreex.md): Create or Update multiple PlanPreEx at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Procedure Age Restriction Modifiers ### Create PlanProcedureAgeModifier - [POST /plans/{planID}/procedure-restrictions/{procedureAgeKey}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restriction-modifiers/createplanprocedureagemodifier.md): Creates a new PlanProcedureAgeModifier ### List PlanProcedureAgeModifier - [GET /plans/{planID}/procedure-restrictions/{procedureAgeKey}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restriction-modifiers/listplanprocedureagemodifier.md): Lists all PlanProcedureAgeModifier for the given procedureAgeKey ### Get PlanProcedureAgeModifier - [GET /plans/{planID}/procedure-restrictions/{procedureAgeKey}/modifiers/{planProcedureAgeModifierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restriction-modifiers/getplanprocedureagemodifier.md): Gets PlanProcedureAgeModifier ### Update PlanProcedureAgeModifier - [PUT /plans/{planID}/procedure-restrictions/{procedureAgeKey}/modifiers/{planProcedureAgeModifierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restriction-modifiers/updateplanprocedureagemodifier.md): Updates a specific PlanProcedureAgeModifier. ### Delete PlanProcedureAgeModifier - [DELETE /plans/{planID}/procedure-restrictions/{procedureAgeKey}/modifiers/{planProcedureAgeModifierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restriction-modifiers/deleteplanprocedureagemodifier.md): Deletes an PlanProcedureAgeModifier ### Create or Update Batch PlanProcedureAgeModifier - [PUT /plans/{planID}/procedure-restrictions/{procedureAgeKey}/modifiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restriction-modifiers/updatebatchplanprocedureagemodifier.md): Create or Update multiple PlanProcedureAgeModifier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Procedure Age Restrictions ### Create PlanProcedureAge - [POST /plans/{planID}/procedure-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restrictions/createplanprocedureage.md): Creates a new PlanProcedureAge ### List PlanProcedureAge - [GET /plans/{planID}/procedure-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restrictions/listplanprocedureage.md): Lists all PlanProcedureAge for the given planID ### Get PlanProcedureAge - [GET /plans/{planID}/procedure-restrictions/{procedureAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restrictions/getplanprocedureage.md): Gets PlanProcedureAge ### Update PlanProcedureAge - [PUT /plans/{planID}/procedure-restrictions/{procedureAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restrictions/updateplanprocedureage.md): Updates a specific PlanProcedureAge. ### Delete PlanProcedureAge - [DELETE /plans/{planID}/procedure-restrictions/{procedureAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restrictions/deleteplanprocedureage.md): Deletes an PlanProcedureAge ### Create or Update Batch PlanProcedureAge - [PUT /plans/{planID}/procedure-restrictions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-procedure-age-restrictions/updatebatchplanprocedureage.md): Create or Update multiple PlanProcedureAge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Relationship Age Restrictions ### Create PlanRelationshipAge - [POST /plan-relationship-age-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-relationship-age-restrictions/createplanrelationshipage.md): Creates a new PlanRelationshipAge ### List PlanRelationshipAge - [GET /plan-relationship-age-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-relationship-age-restrictions/listplanrelationshipage.md): Lists all PlanRelationshipAge for the given planID ### Get PlanRelationshipAge - [GET /plan-relationship-age-restrictions/{planRelationshipAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-relationship-age-restrictions/getplanrelationshipage.md): Gets PlanRelationshipAge ### Update PlanRelationshipAge - [PUT /plan-relationship-age-restrictions/{planRelationshipAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-relationship-age-restrictions/updateplanrelationshipage.md): Updates a specific PlanRelationshipAge. ### Delete PlanRelationshipAge - [DELETE /plan-relationship-age-restrictions/{planRelationshipAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-relationship-age-restrictions/deleteplanrelationshipage.md): Deletes an PlanRelationshipAge ### Create or Update Batch PlanRelationshipAge - [PUT /plan-relationship-age-restrictions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-relationship-age-restrictions/updatebatchplanrelationshipage.md): Create or Update multiple PlanRelationshipAge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Plan Types ### Create PlanType - [POST /plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-types/createplantype.md): Creates a new PlanType ### List PlanType - [GET /plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-types/listplantype.md): Lists all PlanType ### Get PlanType - [GET /plan-types/{planType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-types/getplantype.md): Gets PlanType ### Update PlanType - [PUT /plan-types/{planType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-types/updateplantype.md): Updates a specific PlanType. ### Delete PlanType - [DELETE /plan-types/{planType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-types/deleteplantype.md): Deletes an PlanType ### Create or Update Batch PlanType - [PUT /plan-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-types/updatebatchplantype.md): Create or Update multiple PlanType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Billing Basis ### Create BillingBasis - [POST /billing-basis](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-basis/createbillingbasis.md): Creates a new BillingBasis ### List BillingBasis - [GET /billing-basis](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-basis/listbillingbasis.md): Lists all BillingBasis ### Get BillingBasis - [GET /billing-basis/{billingBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-basis/getbillingbasis.md): Gets BillingBasis ### Update BillingBasis - [PUT /billing-basis/{billingBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-basis/updatebillingbasis.md): Updates a specific BillingBasis. ### Delete BillingBasis - [DELETE /billing-basis/{billingBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-basis/deletebillingbasis.md): Deletes an BillingBasis ### Create or Update Batch BillingBasis - [PUT /billing-basis-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-basis/updatebatchbillingbasis.md): Create or Update multiple BillingBasis at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Bill Cycle Payment Methods ### Create GroupBillCyclePaymentMethod - [POST /group-bill-cycle-payment-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-bill-cycle-payment-methods/creategroupbillcyclepaymentmethod.md): Creates a new GroupBillCyclePaymentMethod ### List GroupBillCyclePaymentMethod - [GET /group-bill-cycle-payment-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-bill-cycle-payment-methods/listgroupbillcyclepaymentmethod.md): Lists all GroupBillCyclePaymentMethod ### Get GroupBillCyclePaymentMethod - [GET /group-bill-cycle-payment-methods/{GroupBillCyclePaymentMethod_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-bill-cycle-payment-methods/getgroupbillcyclepaymentmethod.md): Gets GroupBillCyclePaymentMethod ### Update GroupBillCyclePaymentMethod - [PUT /group-bill-cycle-payment-methods/{GroupBillCyclePaymentMethod_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-bill-cycle-payment-methods/updategroupbillcyclepaymentmethod.md): Updates a specific GroupBillCyclePaymentMethod. ### Delete GroupBillCyclePaymentMethod - [DELETE /group-bill-cycle-payment-methods/{GroupBillCyclePaymentMethod_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-bill-cycle-payment-methods/deletegroupbillcyclepaymentmethod.md): Deletes an GroupBillCyclePaymentMethod ### Create or Update Batch GroupBillCyclePaymentMethod - [PUT /group-bill-cycle-payment-methods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-bill-cycle-payment-methods/updatebatchgroupbillcyclepaymentmethod.md): Create or Update multiple GroupBillCyclePaymentMethod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Invoice Reasons ### Create InvoiceReason - [POST /invoice-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-reasons/createinvoicereason.md): Creates a new InvoiceReason ### List InvoiceReason - [GET /invoice-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-reasons/listinvoicereason.md): Lists all InvoiceReason ### Get InvoiceReason - [GET /invoice-reasons/{reasonKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-reasons/getinvoicereason.md): Gets InvoiceReason ### Update InvoiceReason - [PUT /invoice-reasons/{reasonKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-reasons/updateinvoicereason.md): Updates a specific InvoiceReason. ### Delete InvoiceReason - [DELETE /invoice-reasons/{reasonKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-reasons/deleteinvoicereason.md): Deletes an InvoiceReason ### Create or Update Batch InvoiceReason - [PUT /invoice-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-reasons/updatebatchinvoicereason.md): Create or Update multiple InvoiceReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payment Methods ### Create PaymentMethod - [POST /payment-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/createpaymentmethod.md): Creates a new PaymentMethod ### List PaymentMethod - [GET /payment-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/listpaymentmethod.md): Lists all PaymentMethod ### Get PaymentMethod - [GET /payment-methods/{Payment_Method}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/getpaymentmethod.md): Gets PaymentMethod ### Update PaymentMethod - [PUT /payment-methods/{Payment_Method}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/updatepaymentmethod.md): Updates a specific PaymentMethod. ### Delete PaymentMethod - [DELETE /payment-methods/{Payment_Method}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/deletepaymentmethod.md): Deletes an PaymentMethod ### Create or Update Batch PaymentMethod - [PUT /payment-methods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/updatebatchpaymentmethod.md): Create or Update multiple PaymentMethod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Payment Methods by Subscriber - [GET /payment-methods-by-subscriber/{subscriberId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-methods/listpaymentmethodbysubscriber.md): Based on the submitted Subscriber ID, list Payment Methods for that Subscribers latest enrollment and Billing Cycle. ## Prem Rate Types ### Create PremRateType - [POST /prem-rate-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/prem-rate-types/createpremratetype.md): Creates a new PremRateType ### List PremRateType - [GET /prem-rate-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/prem-rate-types/listpremratetype.md): Lists all PremRateType ### Get PremRateType - [GET /prem-rate-types/{rateType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/prem-rate-types/getpremratetype.md): Gets PremRateType ### Update PremRateType - [PUT /prem-rate-types/{rateType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/prem-rate-types/updatepremratetype.md): Updates a specific PremRateType. ### Delete PremRateType - [DELETE /prem-rate-types/{rateType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/prem-rate-types/deletepremratetype.md): Deletes an PremRateType ### Create or Update Batch PremRateType - [PUT /prem-rate-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/prem-rate-types/updatebatchpremratetype.md): Create or Update multiple PremRateType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## PremInvoice ### Update PremInvoiceSelfAdmin with Gateway Actuals - [PUT /update-prem-invoice-self-admin-with-gateway-actuals/{invoiceKey}/{requestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/preminvoice/updatepreminvoicegatewayactuals.md): Updates the PremInvoiceSelfAdmin table with live data retrieved from VBAGateway ## Premium Invoice Adjustments ### Create PremInvoiceAdjustment - [POST /premium-invoice-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments/createpreminvoiceadjustment.md): Creates a new PremInvoiceAdjustment ### List PremInvoiceAdjustment - [GET /premium-invoice-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments/listpreminvoiceadjustment.md): Lists all PremInvoiceAdjustment. Provide invoiceKey query parameter to filter by invoice. Omit the invoiceKey query parameter to filter by unassigned. ### Get PremInvoiceAdjustment - [GET /premium-invoice-adjustments/{invoiceAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments/getpreminvoiceadjustment.md): Gets PremInvoiceAdjustment ### Update PremInvoiceAdjustment - [PUT /premium-invoice-adjustments/{invoiceAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments/updatepreminvoiceadjustment.md): Updates a specific PremInvoiceAdjustment. ### Delete PremInvoiceAdjustment - [DELETE /premium-invoice-adjustments/{invoiceAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments/deletepreminvoiceadjustment.md): Deletes an PremInvoiceAdjustment ### Create or Update Batch PremInvoiceAdjustment - [PUT /premium-invoice-adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments/updatebatchpreminvoiceadjustment.md): Create or Update multiple PremInvoiceAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoice Adjustments Received ### Create PremInvoiceAdjReceived - [POST /premium-invoice-adjustments-received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments-received/createpreminvoiceadjreceived.md): Creates a new PremInvoiceAdjReceived ### List PremInvoiceAdjReceived - [GET /premium-invoice-adjustments-received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments-received/listpreminvoiceadjreceived.md): Lists all PremInvoiceAdjReceived ### Get PremInvoiceAdjReceived - [GET /premium-invoice-adjustments-received/{premInvoiceAdjReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments-received/getpreminvoiceadjreceived.md): Gets PremInvoiceAdjReceived ### Update PremInvoiceAdjReceived - [PUT /premium-invoice-adjustments-received/{premInvoiceAdjReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments-received/updatepreminvoiceadjreceived.md): Updates a specific PremInvoiceAdjReceived. ### Delete PremInvoiceAdjReceived - [DELETE /premium-invoice-adjustments-received/{premInvoiceAdjReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments-received/deletepreminvoiceadjreceived.md): Deletes an PremInvoiceAdjReceived ### Create or Update Batch PremInvoiceAdjReceived - [PUT /premium-invoice-adjustments-received-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-adjustments-received/updatebatchpreminvoiceadjreceived.md): Create or Update multiple PremInvoiceAdjReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoice Payments ### Create PremInvoicePayment - [POST /premium-invoice-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/createpreminvoicepayment.md): Creates a new PremInvoicePayment ### List PremInvoicePayment - [GET /premium-invoice-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/listpreminvoicepayment.md): Lists all PremInvoicePayment ### Get PremInvoicePayment - [GET /premium-invoice-payments/{invoiceKey}/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/getpreminvoicepayment.md): Gets PremInvoicePayment ### Update PremInvoicePayment - [PUT /premium-invoice-payments/{invoiceKey}/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/updatepreminvoicepayment.md): Updates a specific PremInvoicePayment. ### Delete PremInvoicePayment - [DELETE /premium-invoice-payments/{invoiceKey}/{premPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/deletepreminvoicepayment.md): Deletes an PremInvoicePayment ### List PremInvoicePayment Extended - [GET /premium-invoice-payments-ext/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/listpreminvoicepaymentext.md): Lists PremInvoicePayment Extended objects which include invoice posted payments and payment applied fields. ### Create or Update Batch PremInvoicePayment - [PUT /premium-invoice-payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-payments/updatebatchpreminvoicepayment.md): Create or Update multiple PremInvoicePayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoice Subscriber Details ### Create PremInvoiceSubscriberDetail - [POST /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscriber-details/createpreminvoicesubscriberdetail.md): Creates a new PremInvoiceSubscriberDetail ### List PremInvoiceSubscriberDetail - [GET /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscriber-details/listpreminvoicesubscriberdetail.md): Lists all PremInvoiceSubscriberDetail for the given invoiceKey and groupID and divisionID and subscriberID ### Get PremInvoiceSubscriberDetail - [GET /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}/details/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscriber-details/getpreminvoicesubscriberdetail.md): Gets PremInvoiceSubscriberDetail ### Update PremInvoiceSubscriberDetail - [PUT /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}/details/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscriber-details/updatepreminvoicesubscriberdetail.md): Updates a specific PremInvoiceSubscriberDetail. ### Delete PremInvoiceSubscriberDetail - [DELETE /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}/details/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscriber-details/deletepreminvoicesubscriberdetail.md): Deletes an PremInvoiceSubscriberDetail ### Create or Update Batch PremInvoiceSubscriberDetail - [PUT /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscriber-details/updatebatchpreminvoicesubscriberdetail.md): Create or Update multiple PremInvoiceSubscriberDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoice Subscribers ### Create PremInvoiceSubscriber - [POST /premium-invoices/{invoiceKey}/subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/createpreminvoicesubscriber.md): Creates a new PremInvoiceSubscriber ### List PremInvoiceSubscriber - [GET /premium-invoices/{invoiceKey}/subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/listpreminvoicesubscriber.md): Lists all PremInvoiceSubscriber for the given invoiceKey ### Get PremInvoiceSubscriber - [GET /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/getpreminvoicesubscriber.md): Gets PremInvoiceSubscriber ### Update PremInvoiceSubscriber - [PUT /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/updatepreminvoicesubscriber.md): Updates a specific PremInvoiceSubscriber. ### Delete PremInvoiceSubscriber - [DELETE /premium-invoices/{invoiceKey}/subscribers/{groupID}/{divisionID}/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/deletepreminvoicesubscriber.md): Deletes an PremInvoiceSubscriber ### Create or Update Batch PremInvoiceSubscriber - [PUT /premium-invoices/{invoiceKey}/subscribers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/updatebatchpreminvoicesubscriber.md): Create or Update multiple PremInvoiceSubscriber at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List PremInvoiceSubscriberHistory - [GET /premium-invoices/{invoiceKey}/subscribers/{subscriberID}/history](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/listpreminvoicesubscriberhistory.md): Lists all PremInvoiceSubscriber History for the given invoiceKey and Subscriber ID ### List of Premium Invoice Calculations by Subscriber - [GET /premium-invoices/{invoiceKey}/subscriber-calculations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/listpreminvoicesubscribercalculations.md): Retrieves detailed calculations and metrics for subscribers associated with a specific invoice key, including financial summaries, premium adjustments, and waiver statuses. ### List of Premium Invoice Details for Subscribers - [GET /premium-invoices/{invoiceKey}/subscriber-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/listpreminvoicesubscriberdetails.md): Retrieves detailed calculations and metrics for subscribers associated with a specific invoice key, including financial summaries, premium adjustments, and waiver statuses. ### List of Premium Invoice Adjustment Details for Subscribers - [GET /premium-invoices/{invoiceKey}/subscriber-detail-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoice-subscribers/listpreminvoicesubscriberdetailadjustments.md): Retrieves detailed invoice adjustments for subscribers associated with a specific invoice key, including financial summaries, & premium adjustments. ## Premium Invoices Received ### Create PremInvoiceReceived - [POST /premium-invoices-received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-received/createpreminvoicereceived.md): Creates a new PremInvoiceReceived ### List PremInvoiceReceived - [GET /premium-invoices-received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-received/listpreminvoicereceived.md): Lists all PremInvoiceReceived for the given invoiceKey and groupID and divisionID and subscriberID and premRateKey ### Get PremInvoiceReceived - [GET /premium-invoices-received/{premInvoiceReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-received/getpreminvoicereceived.md): Gets PremInvoiceReceived ### Update PremInvoiceReceived - [PUT /premium-invoices-received/{premInvoiceReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-received/updatepreminvoicereceived.md): Updates a specific PremInvoiceReceived. ### Delete PremInvoiceReceived - [DELETE /premium-invoices-received/{premInvoiceReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-received/deletepreminvoicereceived.md): Deletes an PremInvoiceReceived ### Create or Update Batch PremInvoiceReceived - [PUT /premium-invoices-received-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-received/updatebatchpreminvoicereceived.md): Create or Update multiple PremInvoiceReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoices Self-Admin ### Create PremInvoiceSelfAdmin - [POST /premium-invoices/{invoiceKey}/self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin/createpreminvoiceselfadmin.md): Creates a new PremInvoiceSelfAdmin ### List PremInvoiceSelfAdmin - [GET /premium-invoices/{invoiceKey}/self-admin](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin/listpreminvoiceselfadmin.md): Lists all PremInvoiceSelfAdmin for the given invoiceKey ### Get PremInvoiceSelfAdmin - [GET /premium-invoices/{invoiceKey}/self-admin/{premInvoiceSelfAdminKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin/getpreminvoiceselfadmin.md): Gets PremInvoiceSelfAdmin ### Update PremInvoiceSelfAdmin - [PUT /premium-invoices/{invoiceKey}/self-admin/{premInvoiceSelfAdminKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin/updatepreminvoiceselfadmin.md): Updates a specific PremInvoiceSelfAdmin. ### Delete PremInvoiceSelfAdmin - [DELETE /premium-invoices/{invoiceKey}/self-admin/{premInvoiceSelfAdminKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin/deletepreminvoiceselfadmin.md): Deletes an PremInvoiceSelfAdmin ### Create or Update Batch PremInvoiceSelfAdmin - [PUT /premium-invoices/{invoiceKey}/self-admin-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin/updatebatchpreminvoiceselfadmin.md): Create or Update multiple PremInvoiceSelfAdmin at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Invoices Self-Admin Received ### Create PremInvoiceSelfAdminReceived - [POST /premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin-received/createpreminvoiceselfadminreceived.md): Creates a new PremInvoiceSelfAdminReceived ### List PremInvoiceSelfAdminReceived - [GET /premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin-received/listpreminvoiceselfadminreceived.md): Lists all PremInvoiceSelfAdminReceived for the given premInvoiceSelfAdminKey ### Get PremInvoiceSelfAdminReceived - [GET /premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received/{premInvoiceSelfAdminReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin-received/getpreminvoiceselfadminreceived.md): Gets PremInvoiceSelfAdminReceived ### Update PremInvoiceSelfAdminReceived - [PUT /premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received/{premInvoiceSelfAdminReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin-received/updatepreminvoiceselfadminreceived.md): Updates a specific PremInvoiceSelfAdminReceived. ### Delete PremInvoiceSelfAdminReceived - [DELETE /premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received/{premInvoiceSelfAdminReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin-received/deletepreminvoiceselfadminreceived.md): Deletes an PremInvoiceSelfAdminReceived ### Create or Update Batch PremInvoiceSelfAdminReceived - [PUT /premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-invoices-self-admin-received/updatebatchpreminvoiceselfadminreceived.md): Create or Update multiple PremInvoiceSelfAdminReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Past Due Group Triggers ### Create PremPastDueTriggerGroup - [POST /premium-past-due-group-triggers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-group-triggers/createprempastduetriggergroup.md): Creates a new PremPastDueTriggerGroup ### List PremPastDueTriggerGroup - [GET /premium-past-due-group-triggers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-group-triggers/listprempastduetriggergroup.md): Lists all PremPastDueTriggerGroup ### Get PremPastDueTriggerGroup - [GET /premium-past-due-group-triggers/{premPastDueTriggerGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-group-triggers/getprempastduetriggergroup.md): Gets PremPastDueTriggerGroup ### Update PremPastDueTriggerGroup - [PUT /premium-past-due-group-triggers/{premPastDueTriggerGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-group-triggers/updateprempastduetriggergroup.md): Updates a specific PremPastDueTriggerGroup. ### Delete PremPastDueTriggerGroup - [DELETE /premium-past-due-group-triggers/{premPastDueTriggerGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-group-triggers/deleteprempastduetriggergroup.md): Deletes an PremPastDueTriggerGroup ### Create or Update Batch PremPastDueTriggerGroup - [PUT /premium-past-due-group-triggers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-group-triggers/updatebatchprempastduetriggergroup.md): Create or Update multiple PremPastDueTriggerGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Past Due Subscriber Triggers ### Create PremPastDueTriggerSubscriber - [POST /premium-past-due-subscriber-triggers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-subscriber-triggers/createprempastduetriggersubscriber.md): Creates a new PremPastDueTriggerSubscriber ### List PremPastDueTriggerSubscriber - [GET /premium-past-due-subscriber-triggers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-subscriber-triggers/listprempastduetriggersubscriber.md): Lists all PremPastDueTriggerSubscriber ### Get PremPastDueTriggerSubscriber - [GET /premium-past-due-subscriber-triggers/{premPastDueTriggerSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-subscriber-triggers/getprempastduetriggersubscriber.md): Gets PremPastDueTriggerSubscriber ### Update PremPastDueTriggerSubscriber - [PUT /premium-past-due-subscriber-triggers/{premPastDueTriggerSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-subscriber-triggers/updateprempastduetriggersubscriber.md): Updates a specific PremPastDueTriggerSubscriber. ### Delete PremPastDueTriggerSubscriber - [DELETE /premium-past-due-subscriber-triggers/{premPastDueTriggerSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-subscriber-triggers/deleteprempastduetriggersubscriber.md): Deletes an PremPastDueTriggerSubscriber ### Create or Update Batch PremPastDueTriggerSubscriber - [PUT /premium-past-due-subscriber-triggers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-subscriber-triggers/updatebatchprempastduetriggersubscriber.md): Create or Update multiple PremPastDueTriggerSubscriber at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Past Due Triggers ### Create PremPastDueTrigger - [POST /premium-past-due-triggers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-triggers/createprempastduetrigger.md): Creates a new PremPastDueTrigger ### List PremPastDueTrigger - [GET /premium-past-due-triggers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-triggers/listprempastduetrigger.md): Lists all PremPastDueTrigger ### Get PremPastDueTrigger - [GET /premium-past-due-triggers/{premPastDueTriggerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-triggers/getprempastduetrigger.md): Gets PremPastDueTrigger ### Update PremPastDueTrigger - [PUT /premium-past-due-triggers/{premPastDueTriggerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-triggers/updateprempastduetrigger.md): Updates a specific PremPastDueTrigger. ### Delete PremPastDueTrigger - [DELETE /premium-past-due-triggers/{premPastDueTriggerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-triggers/deleteprempastduetrigger.md): Deletes an PremPastDueTrigger ### Create or Update Batch PremPastDueTrigger - [PUT /premium-past-due-triggers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-past-due-triggers/updatebatchprempastduetrigger.md): Create or Update multiple PremPastDueTrigger at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Payment File Formats ### Create PremPaymentFileFormat - [POST /premium-payment-file-formats](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-file-formats/createprempaymentfileformat.md): Creates a new PremPaymentFileFormat ### List PremPaymentFileFormat - [GET /premium-payment-file-formats](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-file-formats/listprempaymentfileformat.md): Lists all PremPaymentFileFormat ### Get PremPaymentFileFormat - [GET /premium-payment-file-formats/{paymentFileFormatKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-file-formats/getprempaymentfileformat.md): Gets PremPaymentFileFormat ### Update PremPaymentFileFormat - [PUT /premium-payment-file-formats/{paymentFileFormatKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-file-formats/updateprempaymentfileformat.md): Updates a specific PremPaymentFileFormat. ### Delete PremPaymentFileFormat - [DELETE /premium-payment-file-formats/{paymentFileFormatKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-file-formats/deleteprempaymentfileformat.md): Deletes an PremPaymentFileFormat ### Create or Update Batch PremPaymentFileFormat - [PUT /premium-payment-file-formats-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-file-formats/updatebatchprempaymentfileformat.md): Create or Update multiple PremPaymentFileFormat at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Payment Types ### Create PremPaymentType - [POST /premium-payment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-types/createprempaymenttype.md): Creates a new PremPaymentType ### List PremPaymentType - [GET /premium-payment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-types/listprempaymenttype.md): Lists all PremPaymentType ### Get PremPaymentType - [GET /premium-payment-types/{paymentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-types/getprempaymenttype.md): Gets PremPaymentType ### Update PremPaymentType - [PUT /premium-payment-types/{paymentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-types/updateprempaymenttype.md): Updates a specific PremPaymentType. ### Delete PremPaymentType - [DELETE /premium-payment-types/{paymentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-types/deleteprempaymenttype.md): Deletes an PremPaymentType ### Create or Update Batch PremPaymentType - [PUT /premium-payment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payment-types/updatebatchprempaymenttype.md): Create or Update multiple PremPaymentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Payments On Accounts ### Create PremPaymentOnAccount - [POST /premium-payments/{premPaymentKey}/account-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-accounts/createprempaymentonaccount.md): Creates a new PremPaymentOnAccount ### List PremPaymentOnAccount - [GET /premium-payments/{premPaymentKey}/account-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-accounts/listprempaymentonaccount.md): Lists all PremPaymentOnAccount for the given premPaymentKey ### Get PremPaymentOnAccount - [GET /premium-payments/{premPaymentKey}/account-payments/{premPaymentOnAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-accounts/getprempaymentonaccount.md): Gets PremPaymentOnAccount ### Update PremPaymentOnAccount - [PUT /premium-payments/{premPaymentKey}/account-payments/{premPaymentOnAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-accounts/updateprempaymentonaccount.md): Updates a specific PremPaymentOnAccount. ### Delete PremPaymentOnAccount - [DELETE /premium-payments/{premPaymentKey}/account-payments/{premPaymentOnAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-accounts/deleteprempaymentonaccount.md): Deletes an PremPaymentOnAccount ### Create or Update Batch PremPaymentOnAccount - [PUT /premium-payments/{premPaymentKey}/account-payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-accounts/updatebatchprempaymentonaccount.md): Create or Update multiple PremPaymentOnAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Payments on Subscribers ### Create PremPaymentSubscriber - [POST /premium-payments/{premPaymentKey}/subscriber-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-subscribers/createprempaymentsubscriber.md): Creates a new PremPaymentSubscriber ### List PremPaymentSubscriber - [GET /premium-payments/{premPaymentKey}/subscriber-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-subscribers/listprempaymentsubscriber.md): Lists all PremPaymentSubscriber for the given premPaymentKey ### Get PremPaymentSubscriber - [GET /premium-payments/{premPaymentKey}/subscriber-payments/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-subscribers/getprempaymentsubscriber.md): Gets PremPaymentSubscriber ### Update PremPaymentSubscriber - [PUT /premium-payments/{premPaymentKey}/subscriber-payments/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-subscribers/updateprempaymentsubscriber.md): Updates a specific PremPaymentSubscriber. ### Delete PremPaymentSubscriber - [DELETE /premium-payments/{premPaymentKey}/subscriber-payments/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-subscribers/deleteprempaymentsubscriber.md): Deletes an PremPaymentSubscriber ### Create or Update Batch PremPaymentSubscriber - [PUT /premium-payments/{premPaymentKey}/subscriber-payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-payments-on-subscribers/updatebatchprempaymentsubscriber.md): Create or Update multiple PremPaymentSubscriber at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Add-Ons ### Create PremRateAddOn - [POST /premium-rates/{PremRate_Key}/add-ons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-add-ons/createpremrateaddon.md): Creates a new PremRateAddOn ### List PremRateAddOn - [GET /premium-rates/{PremRate_Key}/add-ons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-add-ons/listpremrateaddon.md): Lists all PremRateAddOn for the given PremRate_Key ### Get PremRateAddOn - [GET /premium-rates/{PremRate_Key}/add-ons/{PremRateAddOn_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-add-ons/getpremrateaddon.md): Gets PremRateAddOn ### Update PremRateAddOn - [PUT /premium-rates/{PremRate_Key}/add-ons/{PremRateAddOn_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-add-ons/updatepremrateaddon.md): Updates a specific PremRateAddOn. ### Delete PremRateAddOn - [DELETE /premium-rates/{PremRate_Key}/add-ons/{PremRateAddOn_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-add-ons/deletepremrateaddon.md): Deletes an PremRateAddOn ### Create or Update Batch PremRateAddOn - [PUT /premium-rates/{PremRate_Key}/add-ons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-add-ons/updatebatchpremrateaddon.md): Create or Update multiple PremRateAddOn at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Age Types ### Create PremRateAgeType - [POST /premium-rate-age-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-age-types/createpremrateagetype.md): Creates a new PremRateAgeType ### List PremRateAgeType - [GET /premium-rate-age-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-age-types/listpremrateagetype.md): Lists all PremRateAgeType ### Get PremRateAgeType - [GET /premium-rate-age-types/{ageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-age-types/getpremrateagetype.md): Gets PremRateAgeType ### Update PremRateAgeType - [PUT /premium-rate-age-types/{ageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-age-types/updatepremrateagetype.md): Updates a specific PremRateAgeType. ### Delete PremRateAgeType - [DELETE /premium-rate-age-types/{ageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-age-types/deletepremrateagetype.md): Deletes an PremRateAgeType ### Create or Update Batch PremRateAgeType - [PUT /premium-rate-age-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-age-types/updatebatchpremrateagetype.md): Create or Update multiple PremRateAgeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Basis ### Create PremRateBasis - [POST /premium-rate-bases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-basis/createpremratebasis.md): Creates a new PremRateBasis ### List PremRateBasis - [GET /premium-rate-bases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-basis/listpremratebasis.md): Lists all PremRateBasis ### Get PremRateBasis - [GET /premium-rate-bases/{premRateBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-basis/getpremratebasis.md): Gets PremRateBasis ### Update PremRateBasis - [PUT /premium-rate-bases/{premRateBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-basis/updatepremratebasis.md): Updates a specific PremRateBasis. ### Delete PremRateBasis - [DELETE /premium-rate-bases/{premRateBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-basis/deletepremratebasis.md): Deletes an PremRateBasis ### Create or Update Batch PremRateBasis - [PUT /premium-rate-bases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-basis/updatebatchpremratebasis.md): Create or Update multiple PremRateBasis at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Categories ### Create PremRateCategory - [POST /premium-rate-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-categories/createpremratecategory.md): Creates a new PremRateCategory ### List PremRateCategory - [GET /premium-rate-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-categories/listpremratecategory.md): Lists all PremRateCategory ### Get PremRateCategory - [GET /premium-rate-categories/{premRateCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-categories/getpremratecategory.md): Gets PremRateCategory ### Update PremRateCategory - [PUT /premium-rate-categories/{premRateCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-categories/updatepremratecategory.md): Updates a specific PremRateCategory. ### Delete PremRateCategory - [DELETE /premium-rate-categories/{premRateCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-categories/deletepremratecategory.md): Deletes an PremRateCategory ### Create or Update Batch PremRateCategory - [PUT /premium-rate-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-categories/updatebatchpremratecategory.md): Create or Update multiple PremRateCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Distribution Types ### List Premium Rate Distribution Types - [GET /premium-rate-distribution-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-distribution-types/listpremiumratedistributiontypes.md): List Premium Rate Distribution Types ## Premium Rate Excludes ### Create PremRateExclude - [POST /premium-rates/{premRateKey}/excludes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-excludes/createpremrateexclude.md): Creates a new PremRateExclude ### List PremRateExclude - [GET /premium-rates/{premRateKey}/excludes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-excludes/listpremrateexclude.md): Lists all PremRateExclude for the given premRateKey ### Get PremRateExclude - [GET /premium-rates/{premRateKey}/excludes/{premRateExcludeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-excludes/getpremrateexclude.md): Gets PremRateExclude ### Update PremRateExclude - [PUT /premium-rates/{premRateKey}/excludes/{premRateExcludeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-excludes/updatepremrateexclude.md): Updates a specific PremRateExclude. ### Delete PremRateExclude - [DELETE /premium-rates/{premRateKey}/excludes/{premRateExcludeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-excludes/deletepremrateexclude.md): Deletes an PremRateExclude ### Create or Update Batch PremRateExclude - [PUT /premium-rates/{premRateKey}/excludes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-excludes/updatebatchpremrateexclude.md): Create or Update multiple PremRateExclude at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Members ### Create PremRateMember - [POST /premium-rates/{premRateKey}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-members/createpremratemember.md): Creates a new PremRateMember ### List PremRateMember - [GET /premium-rates/{premRateKey}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-members/listpremratemember.md): Lists all PremRateMember for the given premRateKey ### Get PremRateMember - [GET /premium-rates/{premRateKey}/members/{subscriberID}/{memberSeq}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-members/getpremratemember.md): Gets PremRateMember ### Update PremRateMember - [PUT /premium-rates/{premRateKey}/members/{subscriberID}/{memberSeq}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-members/updatepremratemember.md): Updates a specific PremRateMember. ### Delete PremRateMember - [DELETE /premium-rates/{premRateKey}/members/{subscriberID}/{memberSeq}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-members/deletepremratemember.md): Deletes an PremRateMember ### Create or Update Batch PremRateMember - [PUT /premium-rates/{premRateKey}/members-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-members/updatebatchpremratemember.md): Create or Update multiple PremRateMember at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Min/Max ### Create PremRateMinMax - [POST /premium-rate-min-max](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax/createpremrateminmax.md): Creates a new PremRateMinMax ### List PremRateMinMax - [GET /premium-rate-min-max](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax/listpremrateminmax.md): Lists all PremRateMinMax ### Get PremRateMinMax - [GET /premium-rate-min-max/{premRateMinMaxKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax/getpremrateminmax.md): Gets PremRateMinMax ### Update PremRateMinMax - [PUT /premium-rate-min-max/{premRateMinMaxKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax/updatepremrateminmax.md): Updates a specific PremRateMinMax. ### Delete PremRateMinMax - [DELETE /premium-rate-min-max/{premRateMinMaxKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax/deletepremrateminmax.md): Deletes an PremRateMinMax ### Create or Update Batch PremRateMinMax - [PUT /premium-rate-min-max-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax/updatebatchpremrateminmax.md): Create or Update multiple PremRateMinMax at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Min/Max Details ### Create PremRateMinMaxDetail - [POST /premium-rates/{premRateMinMaxKey}/premium-rate-min-max-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax-details/createpremrateminmaxdetail.md): Creates a new PremRateMinMaxDetail ### List PremRateMinMaxDetail - [GET /premium-rates/{premRateMinMaxKey}/premium-rate-min-max-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax-details/listpremrateminmaxdetail.md): Lists all PremRateMinMaxDetail for the given premRateMinMaxKey ### Get PremRateMinMaxDetail - [GET /premium-rates/{premRateMinMaxKey}/premium-rate-min-max-details/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax-details/getpremrateminmaxdetail.md): Gets PremRateMinMaxDetail ### Update PremRateMinMaxDetail - [PUT /premium-rates/{premRateMinMaxKey}/premium-rate-min-max-details/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax-details/updatepremrateminmaxdetail.md): Updates a specific PremRateMinMaxDetail. ### Delete PremRateMinMaxDetail - [DELETE /premium-rates/{premRateMinMaxKey}/premium-rate-min-max-details/{premRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax-details/deletepremrateminmaxdetail.md): Deletes an PremRateMinMaxDetail ### Create or Update Batch PremRateMinMaxDetail - [PUT /premium-rates/{premRateMinMaxKey}/premium-rate-min-max-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-minmax-details/updatebatchpremrateminmaxdetail.md): Create or Update multiple PremRateMinMaxDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Pace Types ### Create PremRatePaceType - [POST /premium-rate-pace-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-pace-types/createpremratepacetype.md): Creates a new PremRatePaceType ### List PremRatePaceType - [GET /premium-rate-pace-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-pace-types/listpremratepacetype.md): Lists all PremRatePaceType ### Get PremRatePaceType - [GET /premium-rate-pace-types/{ratePaceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-pace-types/getpremratepacetype.md): Gets PremRatePaceType ### Update PremRatePaceType - [PUT /premium-rate-pace-types/{ratePaceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-pace-types/updatepremratepacetype.md): Updates a specific PremRatePaceType. ### Delete PremRatePaceType - [DELETE /premium-rate-pace-types/{ratePaceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-pace-types/deletepremratepacetype.md): Deletes an PremRatePaceType ### Create or Update Batch PremRatePaceType - [PUT /premium-rate-pace-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-pace-types/updatebatchpremratepacetype.md): Create or Update multiple PremRatePaceType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Paces ### Create PremRatePace - [POST /premium-rate-paces](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-paces/createpremratepace.md): Creates a new PremRatePace ### List PremRatePace - [GET /premium-rate-paces](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-paces/listpremratepace.md): Lists all PremRatePace ### Get PremRatePace - [GET /premium-rate-paces/{ratePace}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-paces/getpremratepace.md): Gets PremRatePace ### Update PremRatePace - [PUT /premium-rate-paces/{ratePace}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-paces/updatepremratepace.md): Updates a specific PremRatePace. ### Delete PremRatePace - [DELETE /premium-rate-paces/{ratePace}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-paces/deletepremratepace.md): Deletes an PremRatePace ### Create or Update Batch PremRatePace - [PUT /premium-rate-paces-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-paces/updatebatchpremratepace.md): Create or Update multiple PremRatePace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Payees ### Create PremRatePayee - [POST /premium-rates/{premRateKey}/payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-payees/createpremratepayee.md): Creates a new PremRatePayee ### List PremRatePayee - [GET /premium-rates/{premRateKey}/payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-payees/listpremratepayee.md): Lists all PremRatePayee for the given premRateKey ### Get PremRatePayee - [GET /premium-rates/{premRateKey}/payees/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-payees/getpremratepayee.md): Gets PremRatePayee ### Update PremRatePayee - [PUT /premium-rates/{premRateKey}/payees/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-payees/updatepremratepayee.md): Updates a specific PremRatePayee. ### Delete PremRatePayee - [DELETE /premium-rates/{premRateKey}/payees/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-payees/deletepremratepayee.md): Deletes an PremRatePayee ### Create or Update Batch PremRatePayee - [PUT /premium-rates/{premRateKey}/payees-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-payees/updatebatchpremratepayee.md): Create or Update multiple PremRatePayee at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Premium Rate Zipcodes ### Create PremRateZip - [POST /premium-rates/{premRateKey}/zipcodes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/createpremratezip.md): Creates a new PremRateZip ### List PremRateZip - [GET /premium-rates/{premRateKey}/zipcodes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/listpremratezip.md): Lists all PremRateZip for the given premRateKey ### Get PremRateZip - [GET /premium-rates/{premRateKey}/zipcodes/{premRateZipKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/getpremratezip.md): Gets PremRateZip ### Update PremRateZip - [PUT /premium-rates/{premRateKey}/zipcodes/{premRateZipKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/updatepremratezip.md): Updates a specific PremRateZip. ### Delete PremRateZip - [DELETE /premium-rates/{premRateKey}/zipcodes/{premRateZipKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/deletepremratezip.md): Deletes an PremRateZip ### Create or Update Batch PremRateZip - [PUT /premium-rates/{premRateKey}/zipcodes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/updatebatchpremratezip.md): Create or Update multiple PremRateZip at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Call Destinations ### Create CallTrackingCallDestination - [POST /call-destinations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-destinations/createcalltrackingcalldestination.md): Creates a new CallTrackingCallDestination ### List CallTrackingCallDestination - [GET /call-destinations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-destinations/listcalltrackingcalldestination.md): Lists all CallTrackingCallDestination ### Get CallTrackingCallDestination - [GET /call-destinations/{callDestination}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-destinations/getcalltrackingcalldestination.md): Gets CallTrackingCallDestination ### Update CallTrackingCallDestination - [PUT /call-destinations/{callDestination}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-destinations/updatecalltrackingcalldestination.md): Updates a specific CallTrackingCallDestination. ### Delete CallTrackingCallDestination - [DELETE /call-destinations/{callDestination}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-destinations/deletecalltrackingcalldestination.md): Deletes an CallTrackingCallDestination ### Create or Update Batch CallTrackingCallDestination - [PUT /call-destinations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-destinations/updatebatchcalltrackingcalldestination.md): Create or Update multiple CallTrackingCallDestination at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Call Statuses ### Create CallTrackingCallStatus - [POST /call-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-statuses/createcalltrackingcallstatus.md): Creates a new CallTrackingCallStatus ### List CallTrackingCallStatus - [GET /call-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-statuses/listcalltrackingcallstatus.md): Lists all CallTrackingCallStatus ### Get CallTrackingCallStatus - [GET /call-statuses/{callStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-statuses/getcalltrackingcallstatus.md): Gets CallTrackingCallStatus ### Update CallTrackingCallStatus - [PUT /call-statuses/{callStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-statuses/updatecalltrackingcallstatus.md): Updates a specific CallTrackingCallStatus. ### Delete CallTrackingCallStatus - [DELETE /call-statuses/{callStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-statuses/deletecalltrackingcallstatus.md): Deletes an CallTrackingCallStatus ### Create or Update Batch CallTrackingCallStatus - [PUT /call-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-statuses/updatebatchcalltrackingcallstatus.md): Create or Update multiple CallTrackingCallStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Call Tracking Subscribers ### Create CallTrackingSubscriber - [POST /call-trackings/{callKey}/subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-tracking-subscribers/createcalltrackingsubscriber.md): Creates a new CallTrackingSubscriber ### Get CallTrackingSubscriber - [GET /call-trackings/{callKey}/subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-tracking-subscribers/getcalltrackingsubscriber.md): Gets CallTrackingSubscriber ### Delete CallTrackingSubscriber - [DELETE /call-trackings/{callKey}/subscribers/{subscriberID}/members/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-tracking-subscribers/deletecalltrackingsubscriber.md): Deletes an CallTrackingSubscriber ### List CallTrackingSubscriber - [GET /call-trackings/{callKey}/subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-tracking-subscribers/listcalltrackingsubscriber.md): Lists all CallTrackingSubscriber for the given callKey ### Create or Update Batch CallTrackingSubscriber - [PUT /call-trackings/{callKey}/subscribers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-tracking-subscribers/updatebatchcalltrackingsubscriber.md): Create multiple CallTrackingSubscriber at once. If the entity does not exist, it will be created. If the entity does exist, an error code will be returned. Updates are not allowed for this entity. ## Call Trackings ### Create CallTracking - [POST /call-trackings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-trackings/createcalltracking.md): Creates a new CallTracking ### List CallTracking - [GET /call-trackings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-trackings/listcalltracking.md): Lists all CallTracking ### Get CallTracking - [GET /call-trackings/{callKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-trackings/getcalltracking.md): Gets CallTracking ### Update CallTracking - [PUT /call-trackings/{callKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-trackings/updatecalltracking.md): Updates a specific CallTracking. ### Delete CallTracking - [DELETE /call-trackings/{callKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-trackings/deletecalltracking.md): Deletes an CallTracking ### Create or Update Batch CallTracking - [PUT /call-trackings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-trackings/updatebatchcalltracking.md): Create or Update multiple CallTracking at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Call Types ### Create CallTrackingCallType - [POST /call-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-types/createcalltrackingcalltype.md): Creates a new CallTrackingCallType ### List CallTrackingCallType - [GET /call-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-types/listcalltrackingcalltype.md): Lists all CallTrackingCallType ### Get CallTrackingCallType - [GET /call-types/{callType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-types/getcalltrackingcalltype.md): Gets CallTrackingCallType ### Update CallTrackingCallType - [PUT /call-types/{callType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-types/updatecalltrackingcalltype.md): Updates a specific CallTrackingCallType. ### Delete CallTrackingCallType - [DELETE /call-types/{callType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-types/deletecalltrackingcalltype.md): Deletes an CallTrackingCallType ### Create or Update Batch CallTrackingCallType - [PUT /call-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/call-types/updatebatchcalltrackingcalltype.md): Create or Update multiple CallTrackingCallType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Caller Types ### Create CallTrackingCallerType - [POST /caller-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/caller-types/createcalltrackingcallertype.md): Creates a new CallTrackingCallerType ### List CallTrackingCallerType - [GET /caller-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/caller-types/listcalltrackingcallertype.md): Lists all CallTrackingCallerType ### Get CallTrackingCallerType - [GET /caller-types/{callerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/caller-types/getcalltrackingcallertype.md): Gets CallTrackingCallerType ### Update CallTrackingCallerType - [PUT /caller-types/{callerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/caller-types/updatecalltrackingcallertype.md): Updates a specific CallTrackingCallerType. ### Delete CallTrackingCallerType - [DELETE /caller-types/{callerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/caller-types/deletecalltrackingcallertype.md): Deletes an CallTrackingCallerType ### Create or Update Batch CallTrackingCallerType - [PUT /caller-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/caller-types/updatebatchcalltrackingcallertype.md): Create or Update multiple CallTrackingCallerType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## CallTrackingDiagCodes ### Create CallTrackingDiagCodes - [POST /call-tracking-diag-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingdiagcodes/createcalltrackingdiagcodes.md): Creates a new CallTrackingDiagCodes ### List CallTrackingDiagCodes - [GET /call-tracking-diag-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingdiagcodes/listcalltrackingdiagcodes.md): Lists all CallTrackingDiagCodes ### Get CallTrackingDiagCodes - [GET /call-tracking-diag-codes/{CallTrackingDiagCodes_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingdiagcodes/getcalltrackingdiagcodes.md): Gets CallTrackingDiagCodes ### Update CallTrackingDiagCodes - [PUT /call-tracking-diag-codes/{CallTrackingDiagCodes_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingdiagcodes/updatecalltrackingdiagcodes.md): Updates a specific CallTrackingDiagCodes. ### Delete CallTrackingDiagCodes - [DELETE /call-tracking-diag-codes/{CallTrackingDiagCodes_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingdiagcodes/deletecalltrackingdiagcodes.md): Deletes an CallTrackingDiagCodes ### Create or Update Batch CallTrackingDiagCodes - [PUT /call-tracking-diag-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingdiagcodes/updatebatchcalltrackingdiagcodes.md): Create or Update multiple CallTrackingDiagCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## CallTrackingProcCodes ### Create CallTrackingProcCodes - [POST /call-tracking-proc-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingproccodes/createcalltrackingproccodes.md): Creates a new CallTrackingProcCodes ### List CallTrackingProcCodes - [GET /call-tracking-proc-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingproccodes/listcalltrackingproccodes.md): Lists all CallTrackingProcCodes ### Get CallTrackingProcCodes - [GET /call-tracking-proc-codes/{CallTrackingProcCodes_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingproccodes/getcalltrackingproccodes.md): Gets CallTrackingProcCodes ### Update CallTrackingProcCodes - [PUT /call-tracking-proc-codes/{CallTrackingProcCodes_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingproccodes/updatecalltrackingproccodes.md): Updates a specific CallTrackingProcCodes. ### Delete CallTrackingProcCodes - [DELETE /call-tracking-proc-codes/{CallTrackingProcCodes_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingproccodes/deletecalltrackingproccodes.md): Deletes an CallTrackingProcCodes ### Create or Update Batch CallTrackingProcCodes - [PUT /call-tracking-proc-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/calltrackingproccodes/updatebatchcalltrackingproccodes.md): Create or Update multiple CallTrackingProcCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Adjustment Reasons ### Create CapitationAdjustmentReason - [POST /capitation-adjustment-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-reasons/createcapitationadjustmentreason.md): Creates a new CapitationAdjustmentReason ### List CapitationAdjustmentReason - [GET /capitation-adjustment-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-reasons/listcapitationadjustmentreason.md): Lists all CapitationAdjustmentReason ### Get CapitationAdjustmentReason - [GET /capitation-adjustment-reasons/{capitationAdjustmentReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-reasons/getcapitationadjustmentreason.md): Gets CapitationAdjustmentReason ### Update CapitationAdjustmentReason - [PUT /capitation-adjustment-reasons/{capitationAdjustmentReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-reasons/updatecapitationadjustmentreason.md): Updates a specific CapitationAdjustmentReason. ### Delete CapitationAdjustmentReason - [DELETE /capitation-adjustment-reasons/{capitationAdjustmentReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-reasons/deletecapitationadjustmentreason.md): Deletes an CapitationAdjustmentReason ### Create or Update Batch CapitationAdjustmentReason - [PUT /capitation-adjustment-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-reasons/updatebatchcapitationadjustmentreason.md): Create or Update multiple CapitationAdjustmentReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Adjustment Types ### Create CapitationAdjustmentType - [POST /capitation-adjustment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/createcapitationadjustmenttype.md): Creates a new CapitationAdjustmentType ### List CapitationAdjustmentType - [GET /capitation-adjustment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/listcapitationadjustmenttype.md): Lists all CapitationAdjustmentType ### Get CapitationAdjustmentType - [GET /capitation-adjustment-types/{capitationAdjustmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/getcapitationadjustmenttype.md): Gets CapitationAdjustmentType ### Update CapitationAdjustmentType - [PUT /capitation-adjustment-types/{capitationAdjustmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/updatecapitationadjustmenttype.md): Updates a specific CapitationAdjustmentType. ### Delete CapitationAdjustmentType - [DELETE /capitation-adjustment-types/{capitationAdjustmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/deletecapitationadjustmenttype.md): Deletes an CapitationAdjustmentType ### Create or Update Batch CapitationAdjustmentType - [PUT /capitation-adjustment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustment-types/updatebatchcapitationadjustmenttype.md): Create or Update multiple CapitationAdjustmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Adjustments ### Create CapitationAdjustment - [POST /capitation-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustments/createcapitationadjustment.md): Creates a new CapitationAdjustment ### List CapitationAdjustment - [GET /capitation-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustments/listcapitationadjustment.md): Lists all CapitationAdjustment for the given capitationTransactionKey. If capitationTransactionKey is not provided, a list of Unassigned Capitation Adjustments will be returned. ### Get CapitationAdjustment - [GET /capitation-adjustments/{capitationAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustments/getcapitationadjustment.md): Gets CapitationAdjustment ### Update CapitationAdjustment - [PUT /capitation-adjustments/{capitationAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustments/updatecapitationadjustment.md): Updates a specific CapitationAdjustment. ### Delete CapitationAdjustment - [DELETE /capitation-adjustments/{capitationAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustments/deletecapitationadjustment.md): Deletes an CapitationAdjustment ### Create or Update Batch CapitationAdjustment - [PUT /capitation-adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-adjustments/updatebatchcapitationadjustment.md): Create or Update multiple CapitationAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Categories ### Create CapitationCategory - [POST /capitation-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-categories/createcapitationcategory.md): Creates a new CapitationCategory ### List CapitationCategory - [GET /capitation-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-categories/listcapitationcategory.md): Lists all CapitationCategory ### Get CapitationCategory - [GET /capitation-categories/{capitationCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-categories/getcapitationcategory.md): Gets CapitationCategory ### Update CapitationCategory - [PUT /capitation-categories/{capitationCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-categories/updatecapitationcategory.md): Updates a specific CapitationCategory. ### Delete CapitationCategory - [DELETE /capitation-categories/{capitationCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-categories/deletecapitationcategory.md): Deletes an CapitationCategory ### Create or Update Batch CapitationCategory - [PUT /capitation-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-categories/updatebatchcapitationcategory.md): Create or Update multiple CapitationCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Category Types ### Create CapitationCategoryType - [POST /capitation-categories/{capitationCategory}/capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-category-types/createcapitationcategorytype.md): Creates a new CapitationCategoryType ### Get CapitationCategoryType - [GET /capitation-categories/{capitationCategory}/capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-category-types/getcapitationcategorytype.md): Gets CapitationCategoryType ### Delete CapitationCategoryType - [DELETE /capitation-categories/{capitationCategory}/capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-category-types/deletecapitationcategorytype.md): Deletes an CapitationCategoryType ### List CapitationCategoryType - [GET /capitation-categories/{capitationCategory}/capitation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-category-types/listcapitationcategorytype.md): Lists all CapitationCategoryType for the given capitationCategory ## Capitation Plan Rates ### Create CapitationPlanRate - [POST /capitation-plan-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-plan-rates/createcapitationplanrate.md): Creates a new CapitationPlanRate ### List CapitationPlanRate - [GET /capitation-plan-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-plan-rates/listcapitationplanrate.md): Lists all CapitationPlanRate. Supply optinal query parameter planID to filter by a specific plan. ### Get CapitationPlanRate - [GET /capitation-plan-rates/{capitationPlanRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-plan-rates/getcapitationplanrate.md): Gets CapitationPlanRate ### Update CapitationPlanRate - [PUT /capitation-plan-rates/{capitationPlanRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-plan-rates/updatecapitationplanrate.md): Updates a specific CapitationPlanRate. ### Delete CapitationPlanRate - [DELETE /capitation-plan-rates/{capitationPlanRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-plan-rates/deletecapitationplanrate.md): Deletes an CapitationPlanRate ### Create or Update Batch CapitationPlanRate - [PUT /capitation-plan-rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-plan-rates/updatebatchcapitationplanrate.md): Create or Update multiple CapitationPlanRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Service Plans ### Create CapitationServicePlan - [POST /capitation-services/{capitationServiceKey}/capitation-service-plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-plans/createcapitationserviceplan.md): Creates a new CapitationServicePlan ### Get CapitationServicePlan - [GET /capitation-services/{capitationServiceKey}/capitation-service-plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-plans/getcapitationserviceplan.md): Gets CapitationServicePlan ### Update CapitationServicePlan - [PUT /capitation-services/{capitationServiceKey}/capitation-service-plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-plans/updatecapitationserviceplan.md): Updates a specific CapitationServicePlan. ### Delete CapitationServicePlan - [DELETE /capitation-services/{capitationServiceKey}/capitation-service-plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-plans/deletecapitationserviceplan.md): Deletes an CapitationServicePlan ### List CapitationServicePlan - [GET /capitation-services/{capitationServiceKey}/capitation-service-plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-plans/listcapitationserviceplan.md): Lists all CapitationServicePlan for the given capitationServiceKey ### Create or Update Batch CapitationServicePlan - [PUT /capitation-services/{capitationServiceKey}/capitation-service-plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-plans/updatebatchcapitationserviceplan.md): Create or Update multiple CapitationServicePlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Service Tax IDs ### Create CapitationServiceTIN - [POST /capitation-services/{capitationServiceKey}/capitation-service-tax-ids/{federalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-tax-ids/createcapitationservicetin.md): Creates a new CapitationServiceTIN ### Get CapitationServiceTIN - [GET /capitation-services/{capitationServiceKey}/capitation-service-tax-ids/{federalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-tax-ids/getcapitationservicetin.md): Gets CapitationServiceTIN ### Update CapitationServiceTIN - [PUT /capitation-services/{capitationServiceKey}/capitation-service-tax-ids/{federalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-tax-ids/updatecapitationservicetin.md): Updates a specific CapitationServiceTIN. ### Delete CapitationServiceTIN - [DELETE /capitation-services/{capitationServiceKey}/capitation-service-tax-ids/{federalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-tax-ids/deletecapitationservicetin.md): Deletes an CapitationServiceTIN ### List CapitationServiceTIN - [GET /capitation-services/{capitationServiceKey}/capitation-service-tax-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-tax-ids/listcapitationservicetin.md): Lists all CapitationServiceTIN for the given capitationServiceKey ### Create or Update Batch CapitationServiceTIN - [PUT /capitation-services/{capitationServiceKey}/capitation-service-tax-ids-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-service-tax-ids/updatebatchcapitationservicetin.md): Create or Update multiple CapitationServiceTIN at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Services ### Create CapitationService - [POST /capitation-services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-services/createcapitationservice.md): Creates a new CapitationService ### List CapitationService - [GET /capitation-services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-services/listcapitationservice.md): Lists all CapitationService ### Get CapitationService - [GET /capitation-services/{capitationServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-services/getcapitationservice.md): Gets CapitationService ### Update CapitationService - [PUT /capitation-services/{capitationServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-services/updatecapitationservice.md): Updates a specific CapitationService. ### Delete CapitationService - [DELETE /capitation-services/{capitationServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-services/deletecapitationservice.md): Deletes an CapitationService ### Create or Update Batch CapitationService - [PUT /capitation-services-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-services/updatebatchcapitationservice.md): Create or Update multiple CapitationService at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Transactions ### Create CapitationTransaction - [POST /capitation-transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-transactions/createcapitationtransaction.md): Creates a new CapitationTransaction ### List CapitationTransaction - [GET /capitation-transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-transactions/listcapitationtransaction.md): Lists all CapitationTransaction ### Get CapitationTransaction - [GET /capitation-transactions/{capitationTransactionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-transactions/getcapitationtransaction.md): Gets CapitationTransaction ### Update CapitationTransaction - [PUT /capitation-transactions/{capitationTransactionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-transactions/updatecapitationtransaction.md): Updates a specific CapitationTransaction. ### Delete CapitationTransaction - [DELETE /capitation-transactions/{capitationTransactionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-transactions/deletecapitationtransaction.md): Deletes an CapitationTransaction ### Create or Update Batch CapitationTransaction - [PUT /capitation-transactions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-transactions/updatebatchcapitationtransaction.md): Create or Update multiple CapitationTransaction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Capitation Types ### Create CapitationType - [POST /capitation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/createcapitationtype.md): Creates a new CapitationType ### List CapitationType - [GET /capitation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/listcapitationtype.md): Lists all CapitationType ### Get CapitationType - [GET /capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/getcapitationtype.md): Gets CapitationType ### Update CapitationType - [PUT /capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/updatecapitationtype.md): Updates a specific CapitationType. ### Delete CapitationType - [DELETE /capitation-types/{capitationType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/deletecapitationtype.md): Deletes an CapitationType ### Create or Update Batch CapitationType - [PUT /capitation-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/capitation-types/updatebatchcapitationtype.md): Create or Update multiple CapitationType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Actions ### Create CareCaseAction - [POST /cases/{caseKey}/actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-actions/createcarecaseaction.md): Creates a new CareCaseAction ### List CareCaseAction - [GET /cases/{caseKey}/actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-actions/listcarecaseaction.md): Lists all CareCaseAction for the given caseKey ### Get CareCaseAction - [GET /cases/{caseKey}/actions/{careCaseActionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-actions/getcarecaseaction.md): Gets CareCaseAction ### Update CareCaseAction - [PUT /cases/{caseKey}/actions/{careCaseActionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-actions/updatecarecaseaction.md): Updates a specific CareCaseAction. ### Delete CareCaseAction - [DELETE /cases/{caseKey}/actions/{careCaseActionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-actions/deletecarecaseaction.md): Deletes an CareCaseAction ### Create or Update Batch CareCaseAction - [PUT /cases/{caseKey}/actions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-actions/updatebatchcarecaseaction.md): Create or Update multiple CareCaseAction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Add ### Create CareCaseAdd - [POST /cases/{Case_Key}/case-add](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-add/createcarecaseadd.md): Creates a new CareCaseAdd ### List CareCaseAdd - [GET /cases/{Case_Key}/case-add](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-add/listcarecaseadd.md): Lists all CareCaseAdd for the given Case_Key ### Get CareCaseAdd - [GET /cases/{Case_Key}/case-add/{CareCaseAdd_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-add/getcarecaseadd.md): Gets CareCaseAdd ### Update CareCaseAdd - [PUT /cases/{Case_Key}/case-add/{CareCaseAdd_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-add/updatecarecaseadd.md): Updates a specific CareCaseAdd. ### Delete CareCaseAdd - [DELETE /cases/{Case_Key}/case-add/{CareCaseAdd_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-add/deletecarecaseadd.md): Deletes an CareCaseAdd ### Create or Update Batch CareCaseAdd - [PUT /case-add-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-add/updatebatchcarecaseadd.md): Create or Update multiple CareCaseAdd at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Authorizations ### Create CareCaseAuth - [POST /cases/{caseKey}/authorizations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-authorizations/createcarecaseauth.md): Creates a new CareCaseAuth ### List CareCaseAuth - [GET /cases/{caseKey}/authorizations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-authorizations/listcarecaseauth.md): Lists all CareCaseAuth for the given caseKey ### Get CareCaseAuth - [GET /cases/{caseKey}/authorizations/{careCaseAuthKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-authorizations/getcarecaseauth.md): Gets CareCaseAuth ### Update CareCaseAuth - [PUT /cases/{caseKey}/authorizations/{careCaseAuthKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-authorizations/updatecarecaseauth.md): Updates a specific CareCaseAuth. ### Delete CareCaseAuth - [DELETE /cases/{caseKey}/authorizations/{careCaseAuthKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-authorizations/deletecarecaseauth.md): Deletes an CareCaseAuth ### Create or Update Batch CareCaseAuth - [PUT /cases/{caseKey}/authorizations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-authorizations/updatebatchcarecaseauth.md): Create or Update multiple CareCaseAuth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Fact Categories ### Create CareCaseClinicalFactCategory - [POST /care-case-clinical-fact-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-categories/createcarecaseclinicalfactcategory.md): Creates a new CareCaseClinicalFactCategory ### List CareCaseClinicalFactCategory - [GET /care-case-clinical-fact-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-categories/listcarecaseclinicalfactcategory.md): Lists all CareCaseClinicalFactCategory ### Get CareCaseClinicalFactCategory - [GET /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-categories/getcarecaseclinicalfactcategory.md): Gets CareCaseClinicalFactCategory ### Update CareCaseClinicalFactCategory - [PUT /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-categories/updatecarecaseclinicalfactcategory.md): Updates a specific CareCaseClinicalFactCategory. ### Delete CareCaseClinicalFactCategory - [DELETE /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-categories/deletecarecaseclinicalfactcategory.md): Deletes an CareCaseClinicalFactCategory ### Create or Update Batch CareCaseClinicalFactCategory - [PUT /care-case-clinical-fact-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-categories/updatebatchcarecaseclinicalfactcategory.md): Create or Update multiple CareCaseClinicalFactCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Fact Category Types ### Create CareCaseClinicalFactCategoryType - [POST /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-category-types/createcarecaseclinicalfactcategorytype.md): Creates a new CareCaseClinicalFactCategoryType ### List CareCaseClinicalFactCategoryType - [GET /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-category-types/listcarecaseclinicalfactcategorytype.md): Lists all CareCaseClinicalFactCategoryType for the given careCaseClinicalFactCategory ### Get CareCaseClinicalFactCategoryType - [GET /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-category-types/getcarecaseclinicalfactcategorytype.md): Gets CareCaseClinicalFactCategoryType ### Update CareCaseClinicalFactCategoryType - [PUT /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-category-types/updatecarecaseclinicalfactcategorytype.md): Updates a specific CareCaseClinicalFactCategoryType. ### Delete CareCaseClinicalFactCategoryType - [DELETE /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-category-types/deletecarecaseclinicalfactcategorytype.md): Deletes an CareCaseClinicalFactCategoryType ### Create or Update Batch CareCaseClinicalFactCategoryType - [PUT /care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-fact-category-types/updatebatchcarecaseclinicalfactcategorytype.md): Create or Update multiple CareCaseClinicalFactCategoryType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Facts ### Create CareCaseClinicalFact - [POST /care-case-clinical-facts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-facts/createcarecaseclinicalfact.md): Creates a new CareCaseClinicalFact ### List CareCaseClinicalFact - [GET /care-case-clinical-facts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-facts/listcarecaseclinicalfact.md): Lists all CareCaseClinicalFact ### Get CareCaseClinicalFact - [GET /care-case-clinical-facts/{CareCaseClinicalFact_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-facts/getcarecaseclinicalfact.md): Gets CareCaseClinicalFact ### Update CareCaseClinicalFact - [PUT /care-case-clinical-facts/{CareCaseClinicalFact_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-facts/updatecarecaseclinicalfact.md): Updates a specific CareCaseClinicalFact. ### Delete CareCaseClinicalFact - [DELETE /care-case-clinical-facts/{CareCaseClinicalFact_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-facts/deletecarecaseclinicalfact.md): Deletes an CareCaseClinicalFact ### Create or Update Batch CareCaseClinicalFact - [PUT /care-case-clinical-facts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-facts/updatebatchcarecaseclinicalfact.md): Create or Update multiple CareCaseClinicalFact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Trial Arms ### Create CareCaseClinicalTrialArm - [POST /care-case-clinical-trial-arms](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-arms/createcarecaseclinicaltrialarm.md): Creates a new CareCaseClinicalTrialArm ### List CareCaseClinicalTrialArm - [GET /care-case-clinical-trial-arms](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-arms/listcarecaseclinicaltrialarm.md): Lists all CareCaseClinicalTrialArm ### Get CareCaseClinicalTrialArm - [GET /care-case-clinical-trial-arms/{careCaseClinicalTrialArmID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-arms/getcarecaseclinicaltrialarm.md): Gets CareCaseClinicalTrialArm ### Update CareCaseClinicalTrialArm - [PUT /care-case-clinical-trial-arms/{careCaseClinicalTrialArmID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-arms/updatecarecaseclinicaltrialarm.md): Updates a specific CareCaseClinicalTrialArm. ### Delete CareCaseClinicalTrialArm - [DELETE /care-case-clinical-trial-arms/{careCaseClinicalTrialArmID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-arms/deletecarecaseclinicaltrialarm.md): Deletes an CareCaseClinicalTrialArm ### Create or Update Batch CareCaseClinicalTrialArm - [PUT /care-case-clinical-trial-arms-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-arms/updatebatchcarecaseclinicaltrialarm.md): Create or Update multiple CareCaseClinicalTrialArm at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Trial Reasons ### Create CareCaseClinicalTrialReason - [POST /care-case-clinical-trial-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-reasons/createcarecaseclinicaltrialreason.md): Creates a new CareCaseClinicalTrialReason ### List CareCaseClinicalTrialReason - [GET /care-case-clinical-trial-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-reasons/listcarecaseclinicaltrialreason.md): Lists all CareCaseClinicalTrialReason ### Get CareCaseClinicalTrialReason - [GET /care-case-clinical-trial-reasons/{careCaseClinicalTrialReasonID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-reasons/getcarecaseclinicaltrialreason.md): Gets CareCaseClinicalTrialReason ### Update CareCaseClinicalTrialReason - [PUT /care-case-clinical-trial-reasons/{careCaseClinicalTrialReasonID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-reasons/updatecarecaseclinicaltrialreason.md): Updates a specific CareCaseClinicalTrialReason. ### Delete CareCaseClinicalTrialReason - [DELETE /care-case-clinical-trial-reasons/{careCaseClinicalTrialReasonID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-reasons/deletecarecaseclinicaltrialreason.md): Deletes an CareCaseClinicalTrialReason ### Create or Update Batch CareCaseClinicalTrialReason - [PUT /care-case-clinical-trial-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-reasons/updatebatchcarecaseclinicaltrialreason.md): Create or Update multiple CareCaseClinicalTrialReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Trial Study Phases ### Create CareCaseClinicalTrialStudyPhase - [POST /care-case-clinical-trial-study-phases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-study-phases/createcarecaseclinicaltrialstudyphase.md): Creates a new CareCaseClinicalTrialStudyPhase ### List CareCaseClinicalTrialStudyPhase - [GET /care-case-clinical-trial-study-phases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-study-phases/listcarecaseclinicaltrialstudyphase.md): Lists all CareCaseClinicalTrialStudyPhase ### Get CareCaseClinicalTrialStudyPhase - [GET /care-case-clinical-trial-study-phases/{careCaseClinicalTrialStudyPhaseID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-study-phases/getcarecaseclinicaltrialstudyphase.md): Gets CareCaseClinicalTrialStudyPhase ### Update CareCaseClinicalTrialStudyPhase - [PUT /care-case-clinical-trial-study-phases/{careCaseClinicalTrialStudyPhaseID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-study-phases/updatecarecaseclinicaltrialstudyphase.md): Updates a specific CareCaseClinicalTrialStudyPhase. ### Delete CareCaseClinicalTrialStudyPhase - [DELETE /care-case-clinical-trial-study-phases/{careCaseClinicalTrialStudyPhaseID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-study-phases/deletecarecaseclinicaltrialstudyphase.md): Deletes an CareCaseClinicalTrialStudyPhase ### Create or Update Batch CareCaseClinicalTrialStudyPhase - [PUT /care-case-clinical-trial-study-phases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trial-study-phases/updatebatchcarecaseclinicaltrialstudyphase.md): Create or Update multiple CareCaseClinicalTrialStudyPhase at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Clinical Trials ### Create CareCaseClinicalTrial - [POST /care-case-clinical-trials](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trials/createcarecaseclinicaltrial.md): Creates a new CareCaseClinicalTrial ### List CareCaseClinicalTrial - [GET /care-case-clinical-trials](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trials/listcarecaseclinicaltrial.md): Lists all CareCaseClinicalTrial ### Get CareCaseClinicalTrial - [GET /care-case-clinical-trials/{CareCaseClinicalTrial_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trials/getcarecaseclinicaltrial.md): Gets CareCaseClinicalTrial ### Update CareCaseClinicalTrial - [PUT /care-case-clinical-trials/{CareCaseClinicalTrial_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trials/updatecarecaseclinicaltrial.md): Updates a specific CareCaseClinicalTrial. ### Delete CareCaseClinicalTrial - [DELETE /care-case-clinical-trials/{CareCaseClinicalTrial_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trials/deletecarecaseclinicaltrial.md): Deletes an CareCaseClinicalTrial ### Create or Update Batch CareCaseClinicalTrial - [PUT /care-case-clinical-trials-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-clinical-trials/updatebatchcarecaseclinicaltrial.md): Create or Update multiple CareCaseClinicalTrial at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Compliances ### Create CareCaseCompliance - [POST /cases/{caseKey}/compliances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-compliances/createcarecasecompliance.md): Creates a new CareCaseCompliance ### List CareCaseCompliance - [GET /cases/{caseKey}/compliances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-compliances/listcarecasecompliance.md): Lists all CareCaseCompliance for the given caseKey ### Get CareCaseCompliance - [GET /cases/{caseKey}/compliances/{careCaseComplianceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-compliances/getcarecasecompliance.md): Gets CareCaseCompliance ### Update CareCaseCompliance - [PUT /cases/{caseKey}/compliances/{careCaseComplianceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-compliances/updatecarecasecompliance.md): Updates a specific CareCaseCompliance. ### Delete CareCaseCompliance - [DELETE /cases/{caseKey}/compliances/{careCaseComplianceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-compliances/deletecarecasecompliance.md): Deletes an CareCaseCompliance ### Create or Update Batch CareCaseCompliance - [PUT /cases/{caseKey}/compliances-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-compliances/updatebatchcarecasecompliance.md): Create or Update multiple CareCaseCompliance at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Concordances ### Create CareCaseConcordance - [POST /concordances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-concordances/createcarecaseconcordance.md): Creates a new CareCaseConcordance ### List CareCaseConcordance - [GET /concordances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-concordances/listcarecaseconcordance.md): Lists all CareCaseConcordance ### Get CareCaseConcordance - [GET /concordances/{careCaseConcordanceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-concordances/getcarecaseconcordance.md): Gets CareCaseConcordance ### Update CareCaseConcordance - [PUT /concordances/{careCaseConcordanceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-concordances/updatecarecaseconcordance.md): Updates a specific CareCaseConcordance. ### Delete CareCaseConcordance - [DELETE /concordances/{careCaseConcordanceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-concordances/deletecarecaseconcordance.md): Deletes an CareCaseConcordance ### Create or Update Batch CareCaseConcordance - [PUT /concordances-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-concordances/updatebatchcarecaseconcordance.md): Create or Update multiple CareCaseConcordance at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Details ### Create CareCaseDetail - [POST /case-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-details/createcarecasedetail.md): Creates a new CareCaseDetail ### List CareCaseDetail - [GET /case/{Case_Key}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-details/listcarecasedetail.md): Lists all CareCaseDetail for the given Case_Key ### Get CareCaseDetail - [GET /case-details/{CareCaseDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-details/getcarecasedetail.md): Gets CareCaseDetail ### Update CareCaseDetail - [PUT /case-details/{CareCaseDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-details/updatecarecasedetail.md): Updates a specific CareCaseDetail. ### Delete CareCaseDetail - [DELETE /case-details/{CareCaseDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-details/deletecarecasedetail.md): Deletes an CareCaseDetail ### Create or Update Batch CareCaseDetail - [PUT /case-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-details/updatebatchcarecasedetail.md): Create or Update multiple CareCaseDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Diagnoses ### Create CareCaseDiagnosis - [POST /cases/{caseKey}/diagnoses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-diagnoses/createcarecasediagnosis.md): Creates a new CareCaseDiagnosis ### List CareCaseDiagnosis - [GET /cases/{caseKey}/diagnoses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-diagnoses/listcarecasediagnosis.md): Lists all CareCaseDiagnosis for the given caseKey ### Get CareCaseDiagnosis - [GET /cases/{caseKey}/diagnoses/{careCaseDiagnosisKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-diagnoses/getcarecasediagnosis.md): Gets CareCaseDiagnosis ### Update CareCaseDiagnosis - [PUT /cases/{caseKey}/diagnoses/{careCaseDiagnosisKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-diagnoses/updatecarecasediagnosis.md): Updates a specific CareCaseDiagnosis. ### Delete CareCaseDiagnosis - [DELETE /cases/{caseKey}/diagnoses/{careCaseDiagnosisKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-diagnoses/deletecarecasediagnosis.md): Deletes an CareCaseDiagnosis ### Create or Update Batch CareCaseDiagnosis - [PUT /cases/{caseKey}/diagnoses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-diagnoses/updatebatchcarecasediagnosis.md): Create or Update multiple CareCaseDiagnosis at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Eligibility Statuses ### Create CareCaseEligibilityStatus - [POST /care-case-eligibility-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-eligibility-statuses/createcarecaseeligibilitystatus.md): Creates a new CareCaseEligibilityStatus ### List CareCaseEligibilityStatus - [GET /care-case-eligibility-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-eligibility-statuses/listcarecaseeligibilitystatus.md): Lists all CareCaseEligibilityStatus ### Get CareCaseEligibilityStatus - [GET /care-case-eligibility-statuses/{careCaseEligibilityStatusID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-eligibility-statuses/getcarecaseeligibilitystatus.md): Gets CareCaseEligibilityStatus ### Update CareCaseEligibilityStatus - [PUT /care-case-eligibility-statuses/{careCaseEligibilityStatusID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-eligibility-statuses/updatecarecaseeligibilitystatus.md): Updates a specific CareCaseEligibilityStatus. ### Delete CareCaseEligibilityStatus - [DELETE /care-case-eligibility-statuses/{careCaseEligibilityStatusID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-eligibility-statuses/deletecarecaseeligibilitystatus.md): Deletes an CareCaseEligibilityStatus ### Create or Update Batch CareCaseEligibilityStatus - [PUT /care-case-eligibility-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-eligibility-statuses/updatebatchcarecaseeligibilitystatus.md): Create or Update multiple CareCaseEligibilityStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Emetic Risks ### Create CareCaseEmeticRisk - [POST /emetic-risks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-emetic-risks/createcarecaseemeticrisk.md): Creates a new CareCaseEmeticRisk ### List CareCaseEmeticRisk - [GET /emetic-risks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-emetic-risks/listcarecaseemeticrisk.md): Lists all CareCaseEmeticRisk ### Get CareCaseEmeticRisk - [GET /emetic-risks/{careCaseEmeticRiskKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-emetic-risks/getcarecaseemeticrisk.md): Gets CareCaseEmeticRisk ### Update CareCaseEmeticRisk - [PUT /emetic-risks/{careCaseEmeticRiskKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-emetic-risks/updatecarecaseemeticrisk.md): Updates a specific CareCaseEmeticRisk. ### Delete CareCaseEmeticRisk - [DELETE /emetic-risks/{careCaseEmeticRiskKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-emetic-risks/deletecarecaseemeticrisk.md): Deletes an CareCaseEmeticRisk ### Create or Update Batch CareCaseEmeticRisk - [PUT /emetic-risks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-emetic-risks/updatebatchcarecaseemeticrisk.md): Create or Update multiple CareCaseEmeticRisk at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Intake Secondary Types ### Create CareCaseIntakeSecondaryType - [POST /intake-types/{careCaseIntakeTypeID}/secondary-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-secondary-types/createcarecaseintakesecondarytype.md): Creates a new CareCaseIntakeSecondaryType ### List CareCaseIntakeSecondaryType - [GET /intake-types/{careCaseIntakeTypeID}/secondary-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-secondary-types/listcarecaseintakesecondarytype.md): Lists all CareCaseIntakeSecondaryType for the given careCaseIntakeTypeID ### Get CareCaseIntakeSecondaryType - [GET /intake-types/{careCaseIntakeTypeID}/secondary-types/{careCaseIntakeSecondaryTypeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-secondary-types/getcarecaseintakesecondarytype.md): Gets CareCaseIntakeSecondaryType ### Update CareCaseIntakeSecondaryType - [PUT /intake-types/{careCaseIntakeTypeID}/secondary-types/{careCaseIntakeSecondaryTypeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-secondary-types/updatecarecaseintakesecondarytype.md): Updates a specific CareCaseIntakeSecondaryType. ### Delete CareCaseIntakeSecondaryType - [DELETE /intake-types/{careCaseIntakeTypeID}/secondary-types/{careCaseIntakeSecondaryTypeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-secondary-types/deletecarecaseintakesecondarytype.md): Deletes an CareCaseIntakeSecondaryType ### Create or Update Batch CareCaseIntakeSecondaryType - [PUT /intake-types/{careCaseIntakeTypeID}/secondary-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-secondary-types/updatebatchcarecaseintakesecondarytype.md): Create or Update multiple CareCaseIntakeSecondaryType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Intake Types ### Create CareCaseIntakeType - [POST /intake-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-types/createcarecaseintaketype.md): Creates a new CareCaseIntakeType ### List CareCaseIntakeType - [GET /intake-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-types/listcarecaseintaketype.md): Lists all CareCaseIntakeType ### Get CareCaseIntakeType - [GET /intake-types/{careCaseIntakeTypeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-types/getcarecaseintaketype.md): Gets CareCaseIntakeType ### Update CareCaseIntakeType - [PUT /intake-types/{careCaseIntakeTypeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-types/updatecarecaseintaketype.md): Updates a specific CareCaseIntakeType. ### Delete CareCaseIntakeType - [DELETE /intake-types/{careCaseIntakeTypeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-types/deletecarecaseintaketype.md): Deletes an CareCaseIntakeType ### Create or Update Batch CareCaseIntakeType - [PUT /intake-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intake-types/updatebatchcarecaseintaketype.md): Create or Update multiple CareCaseIntakeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Intakes ### Create CareCaseIntake - [POST /cases/{caseKey}/intakes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intakes/createcarecaseintake.md): Creates a new CareCaseIntake ### List CareCaseIntake - [GET /cases/{caseKey}/intakes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intakes/listcarecaseintake.md): Lists all CareCaseIntake for the given caseKey ### Get CareCaseIntake - [GET /cases/{caseKey}/intakes/{careCaseIntakeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intakes/getcarecaseintake.md): Gets CareCaseIntake ### Update CareCaseIntake - [PUT /cases/{caseKey}/intakes/{careCaseIntakeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intakes/updatecarecaseintake.md): Updates a specific CareCaseIntake. ### Delete CareCaseIntake - [DELETE /cases/{caseKey}/intakes/{careCaseIntakeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intakes/deletecarecaseintake.md): Deletes an CareCaseIntake ### Create or Update Batch CareCaseIntake - [PUT /cases/{caseKey}/intakes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intakes/updatebatchcarecaseintake.md): Create or Update multiple CareCaseIntake at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Intents ### Create CareCaseIntent - [POST /care-case-intents](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intents/createcarecaseintent.md): Creates a new CareCaseIntent ### List CareCaseIntent - [GET /care-case-intents](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intents/listcarecaseintent.md): Lists all CareCaseIntent ### Get CareCaseIntent - [GET /care-case-intents/{careCaseIntentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intents/getcarecaseintent.md): Gets CareCaseIntent ### Update CareCaseIntent - [PUT /care-case-intents/{careCaseIntentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intents/updatecarecaseintent.md): Updates a specific CareCaseIntent. ### Delete CareCaseIntent - [DELETE /care-case-intents/{careCaseIntentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intents/deletecarecaseintent.md): Deletes an CareCaseIntent ### Create or Update Batch CareCaseIntent - [PUT /care-case-intents-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-intents/updatebatchcarecaseintent.md): Create or Update multiple CareCaseIntent at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Log Entry Types ### Create CareCaseLogEntryType - [POST /care-case-log-entry-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-log-entry-types/createcarecaselogentrytype.md): Creates a new CareCaseLogEntryType ### List CareCaseLogEntryType - [GET /care-case-log-entry-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-log-entry-types/listcarecaselogentrytype.md): Lists all CareCaseLogEntryType ### Get CareCaseLogEntryType - [GET /care-case-log-entry-types/{careCaseLogEntryTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-log-entry-types/getcarecaselogentrytype.md): Gets CareCaseLogEntryType ### Update CareCaseLogEntryType - [PUT /care-case-log-entry-types/{careCaseLogEntryTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-log-entry-types/updatecarecaselogentrytype.md): Updates a specific CareCaseLogEntryType. ### Delete CareCaseLogEntryType - [DELETE /care-case-log-entry-types/{careCaseLogEntryTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-log-entry-types/deletecarecaselogentrytype.md): Deletes an CareCaseLogEntryType ### Create or Update Batch CareCaseLogEntryType - [PUT /care-case-log-entry-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-log-entry-types/updatebatchcarecaselogentrytype.md): Create or Update multiple CareCaseLogEntryType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Lots ### Create CareCaseLot - [POST /care-case-lots](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-lots/createcarecaselot.md): Creates a new CareCaseLot ### List CareCaseLot - [GET /care-case-lots](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-lots/listcarecaselot.md): Lists all CareCaseLot ### Get CareCaseLot - [GET /care-case-lots/{careCaseLotKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-lots/getcarecaselot.md): Gets CareCaseLot ### Update CareCaseLot - [PUT /care-case-lots/{careCaseLotKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-lots/updatecarecaselot.md): Updates a specific CareCaseLot. ### Delete CareCaseLot - [DELETE /care-case-lots/{careCaseLotKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-lots/deletecarecaselot.md): Deletes an CareCaseLot ### Create or Update Batch CareCaseLot - [PUT /care-case-lots-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-lots/updatebatchcarecaselot.md): Create or Update multiple CareCaseLot at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Medications ### Create CareCaseMedication - [POST /cases/{caseKey}/medications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-medications/createcarecasemedication.md): Creates a new CareCaseMedication ### List CareCaseMedication - [GET /cases/{caseKey}/medications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-medications/listcarecasemedication.md): Lists all CareCaseMedication for the given caseKey ### Get CareCaseMedication - [GET /cases/{caseKey}/medications/{careCaseMedicationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-medications/getcarecasemedication.md): Gets CareCaseMedication ### Update CareCaseMedication - [PUT /cases/{caseKey}/medications/{careCaseMedicationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-medications/updatecarecasemedication.md): Updates a specific CareCaseMedication. ### Delete CareCaseMedication - [DELETE /cases/{caseKey}/medications/{careCaseMedicationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-medications/deletecarecasemedication.md): Deletes an CareCaseMedication ### Create or Update Batch CareCaseMedication - [PUT /cases/{caseKey}/medications-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-medications/updatebatchcarecasemedication.md): Create or Update multiple CareCaseMedication at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Members ### Create CareCaseMember - [POST /cases/{caseKey}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-members/createcarecasemember.md): Creates a new CareCaseMember ### List CareCaseMember - [GET /cases/{caseKey}/members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-members/listcarecasemember.md): Lists all CareCaseMember for the given caseKey ### Get CareCaseMember - [GET /cases/{caseKey}/members/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-members/getcarecasemember.md): Gets CareCaseMember ### Update CareCaseMember - [PUT /cases/{caseKey}/members/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-members/updatecarecasemember.md): Updates a specific CareCaseMember. ### Delete CareCaseMember - [DELETE /cases/{caseKey}/members/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-members/deletecarecasemember.md): Deletes an CareCaseMember ### Create or Update Batch CareCaseMember - [PUT /cases/{caseKey}/members-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-members/updatebatchcarecasemember.md): Create or Update multiple CareCaseMember at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Neutropenic Risks ### Create CareCaseNeutropenicRisk - [POST /care-case-neutropenic-risks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-neutropenic-risks/createcarecaseneutropenicrisk.md): Creates a new CareCaseNeutropenicRisk ### List CareCaseNeutropenicRisk - [GET /care-case-neutropenic-risks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-neutropenic-risks/listcarecaseneutropenicrisk.md): Lists all CareCaseNeutropenicRisk ### Get CareCaseNeutropenicRisk - [GET /care-case-neutropenic-risks/{careCaseNeutropenicRiskKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-neutropenic-risks/getcarecaseneutropenicrisk.md): Gets CareCaseNeutropenicRisk ### Update CareCaseNeutropenicRisk - [PUT /care-case-neutropenic-risks/{careCaseNeutropenicRiskKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-neutropenic-risks/updatecarecaseneutropenicrisk.md): Updates a specific CareCaseNeutropenicRisk. ### Delete CareCaseNeutropenicRisk - [DELETE /care-case-neutropenic-risks/{careCaseNeutropenicRiskKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-neutropenic-risks/deletecarecaseneutropenicrisk.md): Deletes an CareCaseNeutropenicRisk ### Create or Update Batch CareCaseNeutropenicRisk - [PUT /care-case-neutropenic-risks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-neutropenic-risks/updatebatchcarecaseneutropenicrisk.md): Create or Update multiple CareCaseNeutropenicRisk at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Providers ### Create CareCaseProvider - [POST /cases/{caseKey}/providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-providers/createcarecaseprovider.md): Creates a new CareCaseProvider ### List CareCaseProvider - [GET /cases/{caseKey}/providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-providers/listcarecaseprovider.md): Lists all CareCaseProvider for the given caseKey ### Get CareCaseProvider - [GET /cases/{caseKey}/providers/{careCaseProviderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-providers/getcarecaseprovider.md): Gets CareCaseProvider ### Update CareCaseProvider - [PUT /cases/{caseKey}/providers/{careCaseProviderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-providers/updatecarecaseprovider.md): Updates a specific CareCaseProvider. ### Delete CareCaseProvider - [DELETE /cases/{caseKey}/providers/{careCaseProviderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-providers/deletecarecaseprovider.md): Deletes an CareCaseProvider ### Create or Update Batch CareCaseProvider - [PUT /cases/{caseKey}/providers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-providers/updatebatchcarecaseprovider.md): Create or Update multiple CareCaseProvider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Savings ### Create CareCaseSavings - [POST /cases/{caseKey}/savings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings/createcarecasesavings.md): Creates a new CareCaseSavings ### List CareCaseSavings - [GET /cases/{caseKey}/savings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings/listcarecasesavings.md): Lists all CareCaseSavings for the given caseKey ### Get CareCaseSavings - [GET /cases/{caseKey}/savings/{careCaseSavingsKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings/getcarecasesavings.md): Gets CareCaseSavings ### Update CareCaseSavings - [PUT /cases/{caseKey}/savings/{careCaseSavingsKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings/updatecarecasesavings.md): Updates a specific CareCaseSavings. ### Delete CareCaseSavings - [DELETE /cases/{caseKey}/savings/{careCaseSavingsKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings/deletecarecasesavings.md): Deletes an CareCaseSavings ### Create or Update Batch CareCaseSavings - [PUT /cases/{caseKey}/savings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings/updatebatchcarecasesavings.md): Create or Update multiple CareCaseSavings at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Savings Secondary Types ### Create CareCaseSavingsSecondaryType - [POST /care-case-savings-types/{savingsType}/secondary-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-secondary-types/createcarecasesavingssecondarytype.md): Creates a new CareCaseSavingsSecondaryType ### List CareCaseSavingsSecondaryType - [GET /care-case-savings-types/{savingsType}/secondary-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-secondary-types/listcarecasesavingssecondarytype.md): Lists all CareCaseSavingsSecondaryType for the given savingsType ### Get CareCaseSavingsSecondaryType - [GET /care-case-savings-types/{savingsType}/secondary-types/{careCaseSavingsSecondaryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-secondary-types/getcarecasesavingssecondarytype.md): Gets CareCaseSavingsSecondaryType ### Update CareCaseSavingsSecondaryType - [PUT /care-case-savings-types/{savingsType}/secondary-types/{careCaseSavingsSecondaryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-secondary-types/updatecarecasesavingssecondarytype.md): Updates a specific CareCaseSavingsSecondaryType. ### Delete CareCaseSavingsSecondaryType - [DELETE /care-case-savings-types/{savingsType}/secondary-types/{careCaseSavingsSecondaryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-secondary-types/deletecarecasesavingssecondarytype.md): Deletes an CareCaseSavingsSecondaryType ### Create or Update Batch CareCaseSavingsSecondaryType - [PUT /care-case-savings-types/{savingsType}/secondary-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-secondary-types/updatebatchcarecasesavingssecondarytype.md): Create or Update multiple CareCaseSavingsSecondaryType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Savings Types ### Create CareCaseSavingsType - [POST /care-case-savings-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-types/createcarecasesavingstype.md): Creates a new CareCaseSavingsType ### List CareCaseSavingsType - [GET /care-case-savings-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-types/listcarecasesavingstype.md): Lists all CareCaseSavingsType ### Get CareCaseSavingsType - [GET /care-case-savings-types/{savingsType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-types/getcarecasesavingstype.md): Gets CareCaseSavingsType ### Update CareCaseSavingsType - [PUT /care-case-savings-types/{savingsType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-types/updatecarecasesavingstype.md): Updates a specific CareCaseSavingsType. ### Delete CareCaseSavingsType - [DELETE /care-case-savings-types/{savingsType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-types/deletecarecasesavingstype.md): Deletes an CareCaseSavingsType ### Create or Update Batch CareCaseSavingsType - [PUT /care-case-savings-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-savings-types/updatebatchcarecasesavingstype.md): Create or Update multiple CareCaseSavingsType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Stages ### Create CareCaseStage - [POST /care-case-stages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-stages/createcarecasestage.md): Creates a new CareCaseStage ### List CareCaseStage - [GET /care-case-stages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-stages/listcarecasestage.md): Lists all CareCaseStage ### Get CareCaseStage - [GET /care-case-stages/{careCaseStageKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-stages/getcarecasestage.md): Gets CareCaseStage ### Update CareCaseStage - [PUT /care-case-stages/{careCaseStageKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-stages/updatecarecasestage.md): Updates a specific CareCaseStage. ### Delete CareCaseStage - [DELETE /care-case-stages/{careCaseStageKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-stages/deletecarecasestage.md): Deletes an CareCaseStage ### Create or Update Batch CareCaseStage - [PUT /care-case-stages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-stages/updatebatchcarecasestage.md): Create or Update multiple CareCaseStage at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Treatment Types ### Create CareCaseTreatmentType - [POST /care-case-treatment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatment-types/createcarecasetreatmenttype.md): Creates a new CareCaseTreatmentType ### List CareCaseTreatmentType - [GET /care-case-treatment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatment-types/listcarecasetreatmenttype.md): Lists all CareCaseTreatmentType ### Get CareCaseTreatmentType - [GET /care-case-treatment-types/{treatmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatment-types/getcarecasetreatmenttype.md): Gets CareCaseTreatmentType ### Update CareCaseTreatmentType - [PUT /care-case-treatment-types/{treatmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatment-types/updatecarecasetreatmenttype.md): Updates a specific CareCaseTreatmentType. ### Delete CareCaseTreatmentType - [DELETE /care-case-treatment-types/{treatmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatment-types/deletecarecasetreatmenttype.md): Deletes an CareCaseTreatmentType ### Create or Update Batch CareCaseTreatmentType - [PUT /care-case-treatment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatment-types/updatebatchcarecasetreatmenttype.md): Create or Update multiple CareCaseTreatmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Treatments ### Create CareCaseTreatment - [POST /cases/{caseKey}/treatments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatments/createcarecasetreatment.md): Creates a new CareCaseTreatment ### List CareCaseTreatment - [GET /cases/{caseKey}/treatments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatments/listcarecasetreatment.md): Lists all CareCaseTreatment for the given caseKey ### Get CareCaseTreatment - [GET /cases/{caseKey}/treatments/{careCaseTreatmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatments/getcarecasetreatment.md): Gets CareCaseTreatment ### Update CareCaseTreatment - [PUT /cases/{caseKey}/treatments/{careCaseTreatmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatments/updatecarecasetreatment.md): Updates a specific CareCaseTreatment. ### Delete CareCaseTreatment - [DELETE /cases/{caseKey}/treatments/{careCaseTreatmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatments/deletecarecasetreatment.md): Deletes an CareCaseTreatment ### Create or Update Batch CareCaseTreatment - [PUT /cases/{caseKey}/treatments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-treatments/updatebatchcarecasetreatment.md): Create or Update multiple CareCaseTreatment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Work Log Savings Types ### Create CareCaseWorkLogSavingsType - [POST /care-case-work-log-types/{workLogType}/savings-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-savings-types/createcarecaseworklogsavingstype.md): Creates a new CareCaseWorkLogSavingsType ### List CareCaseWorkLogSavingsType - [GET /care-case-work-log-types/{workLogType}/savings-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-savings-types/listcarecaseworklogsavingstype.md): Lists all CareCaseWorkLogSavingsType for the given workLogType ### Get CareCaseWorkLogSavingsType - [GET /care-case-work-log-types/{workLogType}/savings-types/{savingsType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-savings-types/getcarecaseworklogsavingstype.md): Gets CareCaseWorkLogSavingsType ### Update CareCaseWorkLogSavingsType - [PUT /care-case-work-log-types/{workLogType}/savings-types/{savingsType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-savings-types/updatecarecaseworklogsavingstype.md): Updates a specific CareCaseWorkLogSavingsType. ### Delete CareCaseWorkLogSavingsType - [DELETE /care-case-work-log-types/{workLogType}/savings-types/{savingsType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-savings-types/deletecarecaseworklogsavingstype.md): Deletes an CareCaseWorkLogSavingsType ### Create or Update Batch CareCaseWorkLogSavingsType - [PUT /care-case-work-log-types/{workLogType}/savings-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-savings-types/updatebatchcarecaseworklogsavingstype.md): Create or Update multiple CareCaseWorkLogSavingsType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Work Log Secondary Log Types ### Create CareCaseWorkSecondaryLogType - [POST /care-case-work-log-types/{workLogType}/secondary-log-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-secondary-log-types/createcarecaseworksecondarylogtype.md): Creates a new CareCaseWorkSecondaryLogType ### List CareCaseWorkSecondaryLogType - [GET /care-case-work-log-types/{workLogType}/secondary-log-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-secondary-log-types/listcarecaseworksecondarylogtype.md): Lists all CareCaseWorkSecondaryLogType for the given workLogType ### Get CareCaseWorkSecondaryLogType - [GET /care-case-work-log-types/{workLogType}/secondary-log-types/{workLogSecondaryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-secondary-log-types/getcarecaseworksecondarylogtype.md): Gets CareCaseWorkSecondaryLogType ### Update CareCaseWorkSecondaryLogType - [PUT /care-case-work-log-types/{workLogType}/secondary-log-types/{workLogSecondaryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-secondary-log-types/updatecarecaseworksecondarylogtype.md): Updates a specific CareCaseWorkSecondaryLogType. ### Delete CareCaseWorkSecondaryLogType - [DELETE /care-case-work-log-types/{workLogType}/secondary-log-types/{workLogSecondaryType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-secondary-log-types/deletecarecaseworksecondarylogtype.md): Deletes an CareCaseWorkSecondaryLogType ### Create or Update Batch CareCaseWorkSecondaryLogType - [PUT /care-case-work-log-types/{workLogType}/secondary-log-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-secondary-log-types/updatebatchcarecaseworksecondarylogtype.md): Create or Update multiple CareCaseWorkSecondaryLogType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Work Log Types ### Create CareCaseWorkLogType - [POST /care-case-work-log-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-types/createcarecaseworklogtype.md): Creates a new CareCaseWorkLogType ### List CareCaseWorkLogType - [GET /care-case-work-log-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-types/listcarecaseworklogtype.md): Lists all CareCaseWorkLogType ### Get CareCaseWorkLogType - [GET /care-case-work-log-types/{workLogType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-types/getcarecaseworklogtype.md): Gets CareCaseWorkLogType ### Update CareCaseWorkLogType - [PUT /care-case-work-log-types/{workLogType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-types/updatecarecaseworklogtype.md): Updates a specific CareCaseWorkLogType. ### Delete CareCaseWorkLogType - [DELETE /care-case-work-log-types/{workLogType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-types/deletecarecaseworklogtype.md): Deletes an CareCaseWorkLogType ### Create or Update Batch CareCaseWorkLogType - [PUT /care-case-work-log-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-log-types/updatebatchcarecaseworklogtype.md): Create or Update multiple CareCaseWorkLogType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Case Work Logs ### Create CareCaseWorkLog - [POST /cases/{caseKey}/work-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-logs/createcarecaseworklog.md): Creates a new CareCaseWorkLog ### List CareCaseWorkLog - [GET /cases/{caseKey}/work-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-logs/listcarecaseworklog.md): Lists all CareCaseWorkLog for the given caseKey ### Get CareCaseWorkLog - [GET /cases/{caseKey}/work-logs/{careCaseWorkLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-logs/getcarecaseworklog.md): Gets CareCaseWorkLog ### Update CareCaseWorkLog - [PUT /cases/{caseKey}/work-logs/{careCaseWorkLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-logs/updatecarecaseworklog.md): Updates a specific CareCaseWorkLog. ### Delete CareCaseWorkLog - [DELETE /cases/{caseKey}/work-logs/{careCaseWorkLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-logs/deletecarecaseworklog.md): Deletes an CareCaseWorkLog ### Create or Update Batch CareCaseWorkLog - [PUT /cases/{caseKey}/work-logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-case-work-logs/updatebatchcarecaseworklog.md): Create or Update multiple CareCaseWorkLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Cases ### Create CareCase - [POST /care-plans/{carePlanKey}/cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/createcarecase.md): Creates a new CareCase ### List CareCase - [GET /care-plans/{carePlanKey}/cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/listcarecase.md): Lists all CareCase for the given carePlanKey ### Get CareCase - [GET /care-plans/{carePlanKey}/cases/{caseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/getcarecase.md): Gets CareCase ### Update CareCase - [PUT /care-plans/{carePlanKey}/cases/{caseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatecarecase.md): Updates a specific CareCase. ### Delete CareCase - [DELETE /care-plans/{carePlanKey}/cases/{caseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/deletecarecase.md): Deletes an CareCase ### Create or Update Batch CareCase - [PUT /care-plans/{carePlanKey}/cases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatebatchcarecase.md): Create or Update multiple CareCase at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Create CareCase (Simplified Path) - [POST /care-cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/createcarecasesimplified.md): Creates a new CareCase using a simplified path structure without requiring a CarePlan ID. ### List CareCases (Simplified Path) - [GET /care-cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/listcarecasesimplified.md): Retrieves a List of CareCase using a simplified path structure without requiring a CarePlan ID. ### Get CareCase (Simplified Path) - [GET /care-cases/{Case_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/getcarecasesimplified.md): Retrieves a specific CareCase using a simplified path structure without requiring a CarePlan ID. ### Update CareCase (Simplified Path) - [PUT /care-cases/{Case_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatecarecasesimplified.md): Updates a specific CareCase using a simplified path structure without requiring a CarePlan ID. ### Delete CareCase (Simplified Path) - [DELETE /care-cases/{Case_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/deletecarecasesimplified.md): Deletes a specific CareCase using a simplified path structure without requiring a CarePlan ID. ### Create or Update Batch CareCases (Simplified Path) - [PUT /care-cases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatebatchcarecasessimplified.md): Creates or updates multiple CareCases at once using a simplified path structure without requiring a CarePlan ID. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Manager Care Plans ### Create CareManagerCarePlan - [POST /care-managers/{careManagerKey}/care-plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-plans/createcaremanagercareplan.md): Creates a new CareManagerCarePlan ### List CareManagerCarePlan - [GET /care-managers/{careManagerKey}/care-plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-plans/listcaremanagercareplan.md): Lists all CareManagerCarePlan for the given careManagerKey ### Get CareManagerCarePlan - [GET /care-managers/{careManagerKey}/care-plans/{carePlanKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-plans/getcaremanagercareplan.md): Gets CareManagerCarePlan ### Delete CareManagerCarePlan - [DELETE /care-managers/{careManagerKey}/care-plans/{carePlanKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-plans/deletecaremanagercareplan.md): Deletes an CareManagerCarePlan ### Create or Update Batch CareManagerCarePlan - [PUT /care-managers/{careManagerKey}/care-plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-plans/updatebatchcaremanagercareplan.md): Create or Update multiple CareManagerCarePlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Manager Care Types ### Create CareManagerCareType - [POST /care-managers/{careManagerKey}/care-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-types/createcaremanagercaretype.md): Creates a new CareManagerCareType ### List CareManagerCareType - [GET /care-managers/{careManagerKey}/care-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-types/listcaremanagercaretype.md): Lists all CareManagerCareType for the given careManagerKey ### Get CareManagerCareType - [GET /care-managers/{careManagerKey}/care-types/{careType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-types/getcaremanagercaretype.md): Gets CareManagerCareType ### Delete CareManagerCareType - [DELETE /care-managers/{careManagerKey}/care-types/{careType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-types/deletecaremanagercaretype.md): Deletes an CareManagerCareType ### Create or Update Batch CareManagerCareType - [PUT /care-managers/{careManagerKey}/care-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-care-types/updatebatchcaremanagercaretype.md): Create or Update multiple CareManagerCareType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Manager Cases ### Create CareManagerCase - [POST /care-managers/{careManagerKey}/cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-cases/createcaremanagercase.md): Creates a new CareManagerCase ### List CareManagerCase - [GET /care-managers/{careManagerKey}/cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-cases/listcaremanagercase.md): Lists all CareManagerCase for the given careManagerKey ### Get CareManagerCase - [GET /care-managers/{careManagerKey}/cases/{careManagerCaseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-cases/getcaremanagercase.md): Gets CareManagerCase ### Update CareManagerCase - [PUT /care-managers/{careManagerKey}/cases/{careManagerCaseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-cases/updatecaremanagercase.md): Updates a specific CareManagerCase. ### Delete CareManagerCase - [DELETE /care-managers/{careManagerKey}/cases/{careManagerCaseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-cases/deletecaremanagercase.md): Deletes an CareManagerCase ### Create or Update Batch CareManagerCase - [PUT /care-managers/{careManagerKey}/cases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-cases/updatebatchcaremanagercase.md): Create or Update multiple CareManagerCase at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Manager Mappings ### Create CareManagerMapping - [POST /care-manager-mappings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-mappings/createcaremanagermapping.md): Creates a new CareManagerMapping ### List CareManagerMapping - [GET /care-manager-mappings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-mappings/listcaremanagermapping.md): Lists all CareManagerMapping ### Get CareManagerMapping - [GET /care-manager-mappings/{parentCareManagerKey}/{childCareManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-mappings/getcaremanagermapping.md): Gets CareManagerMapping ### Delete CareManagerMapping - [DELETE /care-manager-mappings/{parentCareManagerKey}/{childCareManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-mappings/deletecaremanagermapping.md): Deletes an CareManagerMapping ### Create or Update Batch CareManagerMapping - [PUT /care-manager-mappings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-mappings/createbatchcaremanagermapping.md): Create multiple CareManagerMapping at once. If the entity exists, an error message will be returned for this record. If the entity does not exist, it will be created. ## Care Manager Types ### Create CareManagerType - [POST /care-manager-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-types/createcaremanagertype.md): Creates a new CareManagerType ### List CareManagerType - [GET /care-manager-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-types/listcaremanagertype.md): Lists all CareManagerType ### Get CareManagerType - [GET /care-manager-types/{careManagerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-types/getcaremanagertype.md): Gets CareManagerType ### Update CareManagerType - [PUT /care-manager-types/{careManagerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-types/updatecaremanagertype.md): Updates a specific CareManagerType. ### Delete CareManagerType - [DELETE /care-manager-types/{careManagerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-types/deletecaremanagertype.md): Deletes an CareManagerType ### Create or Update Batch CareManagerType - [PUT /care-manager-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-manager-types/updatebatchcaremanagertype.md): Create or Update multiple CareManagerType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Managers ### Create CareManager - [POST /care-managers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-managers/createcaremanager.md): Creates a new CareManager ### List CareManager - [GET /care-managers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-managers/listcaremanager.md): Lists all CareManager ### Get CareManager - [GET /care-managers/{careManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-managers/getcaremanager.md): Gets CareManager ### Update CareManager - [PUT /care-managers/{careManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-managers/updatecaremanager.md): Updates a specific CareManager. ### Delete CareManager - [DELETE /care-managers/{careManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-managers/deletecaremanager.md): Deletes an CareManager ### Create or Update Batch CareManager - [PUT /care-managers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-managers/updatebatchcaremanager.md): Create or Update multiple CareManager at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Categories ### Create CarePlanCategory - [POST /care-plan-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-categories/createcareplancategory.md): Creates a new CarePlanCategory ### List CarePlanCategory - [GET /care-plan-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-categories/listcareplancategory.md): Lists all CarePlanCategory ### Get CarePlanCategory - [GET /care-plan-categories/{carePlanCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-categories/getcareplancategory.md): Gets CarePlanCategory ### Update CarePlanCategory - [PUT /care-plan-categories/{carePlanCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-categories/updatecareplancategory.md): Updates a specific CarePlanCategory. ### Delete CarePlanCategory - [DELETE /care-plan-categories/{carePlanCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-categories/deletecareplancategory.md): Deletes an CarePlanCategory ### Create or Update Batch CarePlanCategory - [PUT /care-plan-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-categories/updatebatchcareplancategory.md): Create or Update multiple CarePlanCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Custom Values ### Create CarePlanCustomValue - [POST /care-plans/{carePlanKey}/custom-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/createcareplancustomvalue.md): Creates a new CarePlanCustomValue ### List CarePlanCustomValue - [GET /care-plans/{carePlanKey}/custom-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/listcareplancustomvalue.md): Lists all CarePlanCustomValue for the given carePlanKey ### Get CarePlanCustomValue - [GET /care-plans/{carePlanKey}/custom-values/{carePlanCustomValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/getcareplancustomvalue.md): Gets CarePlanCustomValue ### Update CarePlanCustomValue - [PUT /care-plans/{carePlanKey}/custom-values/{carePlanCustomValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/updatecareplancustomvalue.md): Updates a specific CarePlanCustomValue. ### Delete CarePlanCustomValue - [DELETE /care-plans/{carePlanKey}/custom-values/{carePlanCustomValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/deletecareplancustomvalue.md): Deletes an CarePlanCustomValue ### Create or Update Batch CarePlanCustomValue - [PUT /care-plans/{carePlanKey}/custom-values-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/updatebatchcareplancustomvalue.md): Create or Update multiple CarePlanCustomValue at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Details ### Create CarePlanDetail - [POST /care-plans/{carePlanKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-details/createcareplandetail.md): Creates a new CarePlanDetail ### List CarePlanDetail - [GET /care-plans/{carePlanKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-details/listcareplandetail.md): Lists all CarePlanDetail for the given carePlanKey ### Get CarePlanDetail - [GET /care-plans/{carePlanKey}/details/{carePlanDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-details/getcareplandetail.md): Gets CarePlanDetail ### Update CarePlanDetail - [PUT /care-plans/{carePlanKey}/details/{carePlanDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-details/updatecareplandetail.md): Updates a specific CarePlanDetail. ### Delete CarePlanDetail - [DELETE /care-plans/{carePlanKey}/details/{carePlanDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-details/deletecareplandetail.md): Deletes an CarePlanDetail ### Create or Update Batch CarePlanDetail - [PUT /care-plans/{carePlanKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-details/updatebatchcareplandetail.md): Create or Update multiple CarePlanDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Rule Criterias ### Create CarePlanRuleCriteria - [POST /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-criterias/createcareplanrulecriteria.md): Creates a new CarePlanRuleCriteria ### List CarePlanRuleCriteria - [GET /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-criterias/listcareplanrulecriteria.md): Lists all CarePlanRuleCriteria for the given carePlanRuleKey ### Get CarePlanRuleCriteria - [GET /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/criterias/{carePlanRuleCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-criterias/getcareplanrulecriteria.md): Gets CarePlanRuleCriteria ### Update CarePlanRuleCriteria - [PUT /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/criterias/{carePlanRuleCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-criterias/updatecareplanrulecriteria.md): Updates a specific CarePlanRuleCriteria. ### Delete CarePlanRuleCriteria - [DELETE /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/criterias/{carePlanRuleCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-criterias/deletecareplanrulecriteria.md): Deletes an CarePlanRuleCriteria ### Create or Update Batch CarePlanRuleCriteria - [PUT /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-criterias/updatebatchcareplanrulecriteria.md): Create or Update multiple CarePlanRuleCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Rule Details ### Create CarePlanRuleDetail - [POST /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-details/createcareplanruledetail.md): Creates a new CarePlanRuleDetail ### List CarePlanRuleDetail - [GET /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-details/listcareplanruledetail.md): Lists all CarePlanRuleDetail for the given carePlanRuleKey ### Get CarePlanRuleDetail - [GET /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/details/{carePlanRuleDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-details/getcareplanruledetail.md): Gets CarePlanRuleDetail ### Update CarePlanRuleDetail - [PUT /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/details/{carePlanRuleDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-details/updatecareplanruledetail.md): Updates a specific CarePlanRuleDetail. ### Delete CarePlanRuleDetail - [DELETE /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/details/{carePlanRuleDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-details/deletecareplanruledetail.md): Deletes an CarePlanRuleDetail ### Create or Update Batch CarePlanRuleDetail - [PUT /care-plans/{carePlanKey}/rules/{carePlanRuleKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rule-details/updatebatchcareplanruledetail.md): Create or Update multiple CarePlanRuleDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Rules ### Create CarePlanRule - [POST /care-plans/{carePlanKey}/rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rules/createcareplanrule.md): Creates a new CarePlanRule ### List CarePlanRule - [GET /care-plans/{carePlanKey}/rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rules/listcareplanrule.md): Lists all CarePlanRule for the given carePlanKey ### Get CarePlanRule - [GET /care-plans/{carePlanKey}/rules/{carePlanRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rules/getcareplanrule.md): Gets CarePlanRule ### Update CarePlanRule - [PUT /care-plans/{carePlanKey}/rules/{carePlanRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rules/updatecareplanrule.md): Updates a specific CarePlanRule. ### Delete CarePlanRule - [DELETE /care-plans/{carePlanKey}/rules/{carePlanRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rules/deletecareplanrule.md): Deletes an CarePlanRule ### Create or Update Batch CarePlanRule - [PUT /care-plans/{carePlanKey}/rules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-rules/updatebatchcareplanrule.md): Create or Update multiple CarePlanRule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Score Details ### Create CarePlanScoreDetail - [POST /care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-score-details/createcareplanscoredetail.md): Creates a new CarePlanScoreDetail ### List CarePlanScoreDetail - [GET /care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-score-details/listcareplanscoredetail.md): Lists all CarePlanScoreDetail for the given carePlanScoreKey ### Get CarePlanScoreDetail - [GET /care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details/{carePlanScoreDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-score-details/getcareplanscoredetail.md): Gets CarePlanScoreDetail ### Update CarePlanScoreDetail - [PUT /care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details/{carePlanScoreDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-score-details/updatecareplanscoredetail.md): Updates a specific CarePlanScoreDetail. ### Delete CarePlanScoreDetail - [DELETE /care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details/{carePlanScoreDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-score-details/deletecareplanscoredetail.md): Deletes an CarePlanScoreDetail ### Create or Update Batch CarePlanScoreDetail - [PUT /care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-score-details/updatebatchcareplanscoredetail.md): Create or Update multiple CarePlanScoreDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plan Scores ### Create CarePlanScore - [POST /care-plans/{carePlanKey}/scores](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-scores/createcareplanscore.md): Creates a new CarePlanScore ### List CarePlanScore - [GET /care-plans/{carePlanKey}/scores](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-scores/listcareplanscore.md): Lists all CarePlanScore for the given carePlanKey ### Get CarePlanScore - [GET /care-plans/{carePlanKey}/scores/{carePlanScoreKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-scores/getcareplanscore.md): Gets CarePlanScore ### Update CarePlanScore - [PUT /care-plans/{carePlanKey}/scores/{carePlanScoreKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-scores/updatecareplanscore.md): Updates a specific CarePlanScore. ### Delete CarePlanScore - [DELETE /care-plans/{carePlanKey}/scores/{carePlanScoreKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-scores/deletecareplanscore.md): Deletes an CarePlanScore ### Create or Update Batch CarePlanScore - [PUT /care-plans/{carePlanKey}/scores-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-scores/updatebatchcareplanscore.md): Create or Update multiple CarePlanScore at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Plans ### Create CarePlan - [POST /care-plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plans/createcareplan.md): Creates a new CarePlan ### List CarePlan - [GET /care-plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plans/listcareplan.md): Lists all CarePlan ### Get CarePlan - [GET /care-plans/{carePlanKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plans/getcareplan.md): Gets CarePlan ### Update CarePlan - [PUT /care-plans/{carePlanKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plans/updatecareplan.md): Updates a specific CarePlan. ### Delete CarePlan - [DELETE /care-plans/{carePlanKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plans/deletecareplan.md): Deletes an CarePlan ### Create or Update Batch CarePlan - [PUT /care-plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plans/updatebatchcareplan.md): Create or Update multiple CarePlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Types ### Create CareType - [POST /care-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-types/createcaretype.md): Creates a new CareType ### List CareType - [GET /care-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-types/listcaretype.md): Lists all CareType ### Get CareType - [GET /care-types/{careType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-types/getcaretype.md): Gets CareType ### Update CareType - [PUT /care-types/{careType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-types/updatecaretype.md): Updates a specific CareType. ### Delete CareType - [DELETE /care-types/{careType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-types/deletecaretype.md): Deletes an CareType ### Create or Update Batch CareType - [PUT /care-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-types/updatebatchcaretype.md): Create or Update multiple CareType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Unit Managers ### Create CareUnitCareManager - [POST /care-units/{careUnitKey}/managers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-unit-managers/createcareunitcaremanager.md): Creates a new CareUnitCareManager ### List CareUnitCareManager - [GET /care-units/{careUnitKey}/managers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-unit-managers/listcareunitcaremanager.md): Lists all CareUnitCareManager for the given careUnitKey ### Get CareUnitCareManager - [GET /care-units/{careUnitKey}/managers/{careManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-unit-managers/getcareunitcaremanager.md): Gets CareUnitCareManager ### Update CareUnitCareManager - [PUT /care-units/{careUnitKey}/managers/{careManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-unit-managers/updatecareunitcaremanager.md): Updates a specific CareUnitCareManager. ### Delete CareUnitCareManager - [DELETE /care-units/{careUnitKey}/managers/{careManagerKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-unit-managers/deletecareunitcaremanager.md): Deletes an CareUnitCareManager ### Create or Update Batch CareUnitCareManager - [PUT /care-units/{careUnitKey}/managers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-unit-managers/updatebatchcareunitcaremanager.md): Create or Update multiple CareUnitCareManager at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Care Units ### Create CareUnit - [POST /care-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-units/createcareunit.md): Creates a new CareUnit ### List CareUnit - [GET /care-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-units/listcareunit.md): Lists all CareUnit ### Get CareUnit - [GET /care-units/{careUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-units/getcareunit.md): Gets CareUnit ### Update CareUnit - [PUT /care-units/{careUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-units/updatecareunit.md): Updates a specific CareUnit. ### Delete CareUnit - [DELETE /care-units/{careUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-units/deletecareunit.md): Deletes an CareUnit ### Create or Update Batch CareUnit - [PUT /care-units-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-units/updatebatchcareunit.md): Create or Update multiple CareUnit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Attachment Types ### Create CaseAttachmentType - [POST /case-attachment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/createcaseattachmenttype.md): Creates a new CaseAttachmentType ### List CaseAttachmentType - [GET /case-attachment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/listcaseattachmenttype.md): Lists all CaseAttachmentType ### Get CaseAttachmentType - [GET /case-attachment-types/{caseAttachmentTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/getcaseattachmenttype.md): Gets CaseAttachmentType ### Update CaseAttachmentType - [PUT /case-attachment-types/{caseAttachmentTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/updatecaseattachmenttype.md): Updates a specific CaseAttachmentType. ### Delete CaseAttachmentType - [DELETE /case-attachment-types/{caseAttachmentTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/deletecaseattachmenttype.md): Deletes an CaseAttachmentType ### Create or Update Batch CaseAttachmentType - [PUT /case-attachment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/updatebatchcaseattachmenttype.md): Create or Update multiple CaseAttachmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Attachments ### Create CaseAttachment - [POST /case-attachments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachments/createcaseattachment.md): Creates a new CaseAttachment ### List CaseAttachment - [GET /case-attachments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachments/listcaseattachment.md): Lists all CaseAttachment ### Get CaseAttachment - [GET /case-attachments/{CaseAttachment_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachments/getcaseattachment.md): Gets CaseAttachment ### Update CaseAttachment - [PUT /case-attachments/{CaseAttachment_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachments/updatecaseattachment.md): Updates a specific CaseAttachment. ### Delete CaseAttachment - [DELETE /case-attachments/{CaseAttachment_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachments/deletecaseattachment.md): Deletes an CaseAttachment ### Create or Update Batch CaseAttachment - [PUT /case-attachments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachments/updatebatchcaseattachment.md): Create or Update multiple CaseAttachment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Close Reasons ### Create CaseCloseReason - [POST /case-close-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-close-reasons/createcaseclosereason.md): Creates a new CaseCloseReason ### List CaseCloseReason - [GET /case-close-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-close-reasons/listcaseclosereason.md): Lists all CaseCloseReason ### Get CaseCloseReason - [GET /case-close-reasons/{caseCloseReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-close-reasons/getcaseclosereason.md): Gets CaseCloseReason ### Update CaseCloseReason - [PUT /case-close-reasons/{caseCloseReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-close-reasons/updatecaseclosereason.md): Updates a specific CaseCloseReason. ### Delete CaseCloseReason - [DELETE /case-close-reasons/{caseCloseReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-close-reasons/deletecaseclosereason.md): Deletes an CaseCloseReason ### Create or Update Batch CaseCloseReason - [PUT /case-close-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-close-reasons/updatebatchcaseclosereason.md): Create or Update multiple CaseCloseReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Head Types ### Create CaseHeadType - [POST /case-head-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/createcaseheadtype.md): Creates a new CaseHeadType ### List CaseHeadType - [GET /case-head-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/listcaseheadtype.md): Lists all CaseHeadType ### Get CaseHeadType - [GET /case-head-types/{caseHeadType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/getcaseheadtype.md): Gets CaseHeadType ### Update CaseHeadType - [PUT /case-head-types/{caseHeadType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/updatecaseheadtype.md): Updates a specific CaseHeadType. ### Delete CaseHeadType - [DELETE /case-head-types/{caseHeadType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/deletecaseheadtype.md): Deletes an CaseHeadType ### Create or Update Batch CaseHeadType - [PUT /case-head-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-head-types/updatebatchcaseheadtype.md): Create or Update multiple CaseHeadType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Heads ### Create CaseHead - [POST /case-heads](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-heads/createcasehead.md): Creates a new CaseHead ### List CaseHead - [GET /case-heads](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-heads/listcasehead.md): Lists all CaseHead ### Get CaseHead - [GET /case-heads/{caseHeadKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-heads/getcasehead.md): Gets CaseHead ### Update CaseHead - [PUT /case-heads/{caseHeadKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-heads/updatecasehead.md): Updates a specific CaseHead. ### Delete CaseHead - [DELETE /case-heads/{caseHeadKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-heads/deletecasehead.md): Deletes an CaseHead ### Create or Update Batch CaseHead - [PUT /case-heads-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-heads/updatebatchcasehead.md): Create or Update multiple CaseHead at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Medical Concordance Levels ### Create CaseMedicalConcordanceLevel - [POST /case-medical-concordance-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-medical-concordance-levels/createcasemedicalconcordancelevel.md): Creates a new CaseMedicalConcordanceLevel ### List CaseMedicalConcordanceLevel - [GET /case-medical-concordance-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-medical-concordance-levels/listcasemedicalconcordancelevel.md): Lists all CaseMedicalConcordanceLevel ### Get CaseMedicalConcordanceLevel - [GET /case-medical-concordance-levels/{medicalConcordanceLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-medical-concordance-levels/getcasemedicalconcordancelevel.md): Gets CaseMedicalConcordanceLevel ### Update CaseMedicalConcordanceLevel - [PUT /case-medical-concordance-levels/{medicalConcordanceLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-medical-concordance-levels/updatecasemedicalconcordancelevel.md): Updates a specific CaseMedicalConcordanceLevel. ### Delete CaseMedicalConcordanceLevel - [DELETE /case-medical-concordance-levels/{medicalConcordanceLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-medical-concordance-levels/deletecasemedicalconcordancelevel.md): Deletes an CaseMedicalConcordanceLevel ### Create or Update Batch CaseMedicalConcordanceLevel - [PUT /case-medical-concordance-levels-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-medical-concordance-levels/updatebatchcasemedicalconcordancelevel.md): Create or Update multiple CaseMedicalConcordanceLevel at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Priorities ### Create CasePriority - [POST /case-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-priorities/createcasepriority.md): Creates a new CasePriority ### List CasePriority - [GET /case-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-priorities/listcasepriority.md): Lists all CasePriority ### Get CasePriority - [GET /case-priorities/{casePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-priorities/getcasepriority.md): Gets CasePriority ### Update CasePriority - [PUT /case-priorities/{casePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-priorities/updatecasepriority.md): Updates a specific CasePriority. ### Delete CasePriority - [DELETE /case-priorities/{casePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-priorities/deletecasepriority.md): Deletes an CasePriority ### Create or Update Batch CasePriority - [PUT /case-priorities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-priorities/updatebatchcasepriority.md): Create or Update multiple CasePriority at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Reasons ### Create CaseReason - [POST /case-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-reasons/createcasereason.md): Creates a new CaseReason ### List CaseReason - [GET /case-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-reasons/listcasereason.md): Lists all CaseReason ### Get CaseReason - [GET /case-reasons/{caseReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-reasons/getcasereason.md): Gets CaseReason ### Update CaseReason - [PUT /case-reasons/{caseReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-reasons/updatecasereason.md): Updates a specific CaseReason. ### Delete CaseReason - [DELETE /case-reasons/{caseReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-reasons/deletecasereason.md): Deletes an CaseReason ### Create or Update Batch CaseReason - [PUT /case-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-reasons/updatebatchcasereason.md): Create or Update multiple CaseReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Status Reasons ### Create CaseStatusReason - [POST /case-status-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-status-reasons/createcasestatusreason.md): Creates a new CaseStatusReason ### List CaseStatusReason - [GET /case-status-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-status-reasons/listcasestatusreason.md): Lists all CaseStatusReason ### Get CaseStatusReason - [GET /case-status-reasons/{caseStatusReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-status-reasons/getcasestatusreason.md): Gets CaseStatusReason ### Update CaseStatusReason - [PUT /case-status-reasons/{caseStatusReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-status-reasons/updatecasestatusreason.md): Updates a specific CaseStatusReason. ### Delete CaseStatusReason - [DELETE /case-status-reasons/{caseStatusReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-status-reasons/deletecasestatusreason.md): Deletes an CaseStatusReason ### Create or Update Batch CaseStatusReason - [PUT /case-status-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-status-reasons/updatebatchcasestatusreason.md): Create or Update multiple CaseStatusReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Case Statuses ### Create CaseStatus - [POST /case-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-statuses/createcasestatus.md): Creates a new CaseStatus ### List CaseStatus - [GET /case-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-statuses/listcasestatus.md): Lists all CaseStatus ### Get CaseStatus - [GET /case-statuses/{caseStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-statuses/getcasestatus.md): Gets CaseStatus ### Update CaseStatus - [PUT /case-statuses/{caseStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-statuses/updatecasestatus.md): Updates a specific CaseStatus. ### Delete CaseStatus - [DELETE /case-statuses/{caseStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-statuses/deletecasestatus.md): Deletes an CaseStatus ### Create or Update Batch CaseStatus - [PUT /case-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-statuses/updatebatchcasestatus.md): Create or Update multiple CaseStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAssist ### Processes a chat message from a user and returns a response from the VBAssist AI. - [POST /chat/inquiry](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbassist/chatrequest.md): Sends a user message to the VBAssist AI service and returns the generated response. Supports conversation tracking through agent_id and conversation_id parameters. ### Submits user feedback about a previous chat interaction with the VBAssist AI. - [POST /chat/feedback](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbassist/chatfeedback.md): Records user feedback about a specific conversation with VBAssist, including a numerical rating (1-5) and textual comments. Requires conversation and agent identifiers. ## Auth Actions ### Recalculates Authorizations - [POST /batches/{batchID}/claims/{claimID}/recalculate-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-actions/recalculateauths.md): Recalculates all Authorizations for the specified Batch ID and Claim ID ### Recalculates Authorizations - [POST /batches/{batchID}/claims/{claimID}/recalculate-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-claim/recalculateauths.md): Recalculates all Authorizations for the specified Batch ID and Claim ID ## Premium Claim ### Recalculates Authorizations - [POST /batches/{batchID}/claims/{claimID}/recalculate-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-actions/recalculateauths.md): Recalculates all Authorizations for the specified Batch ID and Claim ID ### Recalculates Authorizations - [POST /batches/{batchID}/claims/{claimID}/recalculate-auths](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-claim/recalculateauths.md): Recalculates all Authorizations for the specified Batch ID and Claim ID ## Claim Adjudication ### Adjudicate Single Claim - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/adjudicate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-adjudication/adjudicateclaim.md): Adjudicates a single claim and waits for the response. If a value is provided for the optional parameter requestingUser, the value will be included in the logs as the user initiating the action. ### Adjudicate Single Claim without response - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/adjudicate-no-response](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-adjudication/adjudicateclaimnoresponse.md): Adjudicates a single claim and does not include a response body of the resulting Claim details. This makes for faster request. If a value is provided for the optional parameter requestingUser, the value will be included in the logs as the user initiating the action. ### Adjudicate Entire Queue - [POST /claim-queues/{claimQueueKey}/adjudicate](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-adjudication/adjudicateclaimqueue.md): Adjudicates all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint. ### Process Single Claim - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/process](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-adjudication/processclaim.md): Process a single claim and optionally returns the detailed records if processing fails (e.g., due to a pend code). Specify the 'includeDetails' query parameter to true to retrieve the object. ### Process Entire Queue - [POST /claim-queues/{claimQueueKey}/process](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-adjudication/processclaimqueue.md): Process all Claims within a Claim Queue. This is a Fire and Forget. Results of the adjudication will start to be visible shortly after calling this endpoint. ## Claim Anesthesia Modifier Units ### Create ClaimAnesthesiaModifierUnit - [POST /claim-anesthesia-modifier-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-modifier-units/createclaimanesthesiamodifierunit.md): Creates a new ClaimAnesthesiaModifierUnit ### List ClaimAnesthesiaModifierUnit - [GET /claim-anesthesia-modifier-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-modifier-units/listclaimanesthesiamodifierunit.md): Lists all ClaimAnesthesiaModifierUnit ### Get ClaimAnesthesiaModifierUnit - [GET /claim-anesthesia-modifier-units/{claimAnesthesiaModifierUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-modifier-units/getclaimanesthesiamodifierunit.md): Gets ClaimAnesthesiaModifierUnit ### Update ClaimAnesthesiaModifierUnit - [PUT /claim-anesthesia-modifier-units/{claimAnesthesiaModifierUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-modifier-units/updateclaimanesthesiamodifierunit.md): Updates a specific ClaimAnesthesiaModifierUnit. ### Delete ClaimAnesthesiaModifierUnit - [DELETE /claim-anesthesia-modifier-units/{claimAnesthesiaModifierUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-modifier-units/deleteclaimanesthesiamodifierunit.md): Deletes an ClaimAnesthesiaModifierUnit ### Create or Update Batch ClaimAnesthesiaModifierUnit - [PUT /claim-anesthesia-modifier-units-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-modifier-units/updatebatchclaimanesthesiamodifierunit.md): Create or Update multiple ClaimAnesthesiaModifierUnit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Anesthesia Place Code Units ### Create ClaimAnesthesiaPlaceCodeUnit - [POST /claim-anesthesia-place-code-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-place-code-units/createclaimanesthesiaplacecodeunit.md): Creates a new ClaimAnesthesiaPlaceCodeUnit ### List ClaimAnesthesiaPlaceCodeUnit - [GET /claim-anesthesia-place-code-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-place-code-units/listclaimanesthesiaplacecodeunit.md): Lists all ClaimAnesthesiaPlaceCodeUnit ### Get ClaimAnesthesiaPlaceCodeUnit - [GET /claim-anesthesia-place-code-units/{claimAnesthesiaPlaceCodeUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-place-code-units/getclaimanesthesiaplacecodeunit.md): Gets ClaimAnesthesiaPlaceCodeUnit ### Update ClaimAnesthesiaPlaceCodeUnit - [PUT /claim-anesthesia-place-code-units/{claimAnesthesiaPlaceCodeUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-place-code-units/updateclaimanesthesiaplacecodeunit.md): Updates a specific ClaimAnesthesiaPlaceCodeUnit. ### Delete ClaimAnesthesiaPlaceCodeUnit - [DELETE /claim-anesthesia-place-code-units/{claimAnesthesiaPlaceCodeUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-place-code-units/deleteclaimanesthesiaplacecodeunit.md): Deletes an ClaimAnesthesiaPlaceCodeUnit ### Create or Update Batch ClaimAnesthesiaPlaceCodeUnit - [PUT /claim-anesthesia-place-code-units-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-place-code-units/updatebatchclaimanesthesiaplacecodeunit.md): Create or Update multiple ClaimAnesthesiaPlaceCodeUnit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Anesthesia Procedure Code Units ### Create ClaimAnesthesiaProcedureCodeUnit - [POST /claim-anesthesia-procedure-code-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-procedure-code-units/createclaimanesthesiaprocedurecodeunit.md): Creates a new ClaimAnesthesiaProcedureCodeUnit ### List ClaimAnesthesiaProcedureCodeUnit - [GET /claim-anesthesia-procedure-code-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-procedure-code-units/listclaimanesthesiaprocedurecodeunit.md): Lists all ClaimAnesthesiaProcedureCodeUnit ### Get ClaimAnesthesiaProcedureCodeUnit - [GET /claim-anesthesia-procedure-code-units/{claimAnesthesiaProcedureCodeUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-procedure-code-units/getclaimanesthesiaprocedurecodeunit.md): Gets ClaimAnesthesiaProcedureCodeUnit ### Update ClaimAnesthesiaProcedureCodeUnit - [PUT /claim-anesthesia-procedure-code-units/{claimAnesthesiaProcedureCodeUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-procedure-code-units/updateclaimanesthesiaprocedurecodeunit.md): Updates a specific ClaimAnesthesiaProcedureCodeUnit. ### Delete ClaimAnesthesiaProcedureCodeUnit - [DELETE /claim-anesthesia-procedure-code-units/{claimAnesthesiaProcedureCodeUnitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-procedure-code-units/deleteclaimanesthesiaprocedurecodeunit.md): Deletes an ClaimAnesthesiaProcedureCodeUnit ### Create or Update Batch ClaimAnesthesiaProcedureCodeUnit - [PUT /claim-anesthesia-procedure-code-units-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-anesthesia-procedure-code-units/updatebatchclaimanesthesiaprocedurecodeunit.md): Create or Update multiple ClaimAnesthesiaProcedureCodeUnit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audit Appeal Reasons ### Create ClaimAuditAppealReason - [POST /claim-audit-appeal-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-reasons/createclaimauditappealreason.md): Creates a new ClaimAuditAppealReason ### List ClaimAuditAppealReason - [GET /claim-audit-appeal-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-reasons/listclaimauditappealreason.md): Lists all ClaimAuditAppealReason ### Get ClaimAuditAppealReason - [GET /claim-audit-appeal-reasons/{appealReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-reasons/getclaimauditappealreason.md): Gets ClaimAuditAppealReason ### Update ClaimAuditAppealReason - [PUT /claim-audit-appeal-reasons/{appealReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-reasons/updateclaimauditappealreason.md): Updates a specific ClaimAuditAppealReason. ### Delete ClaimAuditAppealReason - [DELETE /claim-audit-appeal-reasons/{appealReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-reasons/deleteclaimauditappealreason.md): Deletes an ClaimAuditAppealReason ### Create or Update Batch ClaimAuditAppealReason - [PUT /claim-audit-appeal-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-reasons/updatebatchclaimauditappealreason.md): Create or Update multiple ClaimAuditAppealReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audit Appeal Results ### Create ClaimAuditAppealResult - [POST /claim-audit-appeal-results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-results/createclaimauditappealresult.md): Creates a new ClaimAuditAppealResult ### List ClaimAuditAppealResult - [GET /claim-audit-appeal-results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-results/listclaimauditappealresult.md): Lists all ClaimAuditAppealResult ### Get ClaimAuditAppealResult - [GET /claim-audit-appeal-results/{appealResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-results/getclaimauditappealresult.md): Gets ClaimAuditAppealResult ### Update ClaimAuditAppealResult - [PUT /claim-audit-appeal-results/{appealResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-results/updateclaimauditappealresult.md): Updates a specific ClaimAuditAppealResult. ### Delete ClaimAuditAppealResult - [DELETE /claim-audit-appeal-results/{appealResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-results/deleteclaimauditappealresult.md): Deletes an ClaimAuditAppealResult ### Create or Update Batch ClaimAuditAppealResult - [PUT /claim-audit-appeal-results-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-appeal-results/updatebatchclaimauditappealresult.md): Create or Update multiple ClaimAuditAppealResult at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audit Clauses ### Create ClaimAuditClause - [POST /claim-audit-clauses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-clauses/createclaimauditclause.md): Creates a new ClaimAuditClause ### List ClaimAuditClause - [GET /claim-audit-clauses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-clauses/listclaimauditclause.md): Lists all ClaimAuditClause ### Get ClaimAuditClause - [GET /claim-audit-clauses/{claimAuditClauseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-clauses/getclaimauditclause.md): Gets ClaimAuditClause ### Update ClaimAuditClause - [PUT /claim-audit-clauses/{claimAuditClauseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-clauses/updateclaimauditclause.md): Updates a specific ClaimAuditClause. ### Delete ClaimAuditClause - [DELETE /claim-audit-clauses/{claimAuditClauseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-clauses/deleteclaimauditclause.md): Deletes an ClaimAuditClause ### Create or Update Batch ClaimAuditClause - [PUT /claim-audit-clauses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-clauses/updatebatchclaimauditclause.md): Create or Update multiple ClaimAuditClause at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audit Detail Results ### Create ClaimAuditDetailResult - [POST /claim-audit-details/{claimAuditDetailKey}/results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-detail-results/createclaimauditdetailresult.md): Creates a new ClaimAuditDetailResult ### List ClaimAuditDetailResult - [GET /claim-audit-details/{claimAuditDetailKey}/results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-detail-results/listclaimauditdetailresult.md): Lists all ClaimAuditDetailResult for the given claimAuditDetailKey ### Get ClaimAuditDetailResult - [GET /claim-audit-details/{claimAuditDetailKey}/results/{claimAuditDetailResultKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-detail-results/getclaimauditdetailresult.md): Gets ClaimAuditDetailResult ### Delete ClaimAuditDetailResult - [DELETE /claim-audit-details/{claimAuditDetailKey}/results/{claimAuditDetailResultKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-detail-results/deleteclaimauditdetailresult.md): Deletes an ClaimAuditDetailResult ### Create or Update Batch ClaimAuditDetailResult - [PUT /claim-audit-details/{claimAuditDetailKey}/results-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-detail-results/updatebatchclaimauditdetailresult.md): Create multiple ClaimAuditDetailResult at once. If the entity exists, it will be updated. ## Claim Audit Details ### Create ClaimAuditDetail - [POST /claim-audits/{claimAuditKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-details/createclaimauditdetail.md): Creates a new ClaimAuditDetail ### List ClaimAuditDetail - [GET /claim-audits/{claimAuditKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-details/listclaimauditdetail.md): Lists all ClaimAuditDetail for the given claimAuditKey ### Get ClaimAuditDetail - [GET /claim-audits/{claimAuditKey}/details/{claimAuditDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-details/getclaimauditdetail.md): Gets ClaimAuditDetail ### Update ClaimAuditDetail - [PUT /claim-audits/{claimAuditKey}/details/{claimAuditDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-details/updateclaimauditdetail.md): Updates a specific ClaimAuditDetail. ### Delete ClaimAuditDetail - [DELETE /claim-audits/{claimAuditKey}/details/{claimAuditDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-details/deleteclaimauditdetail.md): Deletes an ClaimAuditDetail ### Create or Update Batch ClaimAuditDetail - [PUT /claim-audits/{claimAuditKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-details/updatebatchclaimauditdetail.md): Create or Update multiple ClaimAuditDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audit Results ### Create ClaimAuditResult - [POST /claim-audit-results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-results/createclaimauditresult.md): Creates a new ClaimAuditResult ### List ClaimAuditResult - [GET /claim-audit-results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-results/listclaimauditresult.md): Lists all ClaimAuditResult ### Get ClaimAuditResult - [GET /claim-audit-results/{auditResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-results/getclaimauditresult.md): Gets ClaimAuditResult ### Update ClaimAuditResult - [PUT /claim-audit-results/{auditResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-results/updateclaimauditresult.md): Updates a specific ClaimAuditResult. ### Delete ClaimAuditResult - [DELETE /claim-audit-results/{auditResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-results/deleteclaimauditresult.md): Deletes an ClaimAuditResult ### Create or Update Batch ClaimAuditResult - [PUT /claim-audit-results-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-results/updatebatchclaimauditresult.md): Create or Update multiple ClaimAuditResult at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audit Statuses ### Create ClaimAuditStatus - [POST /claim-audit-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-statuses/createclaimauditstatus.md): Creates a new ClaimAuditStatus ### List ClaimAuditStatus - [GET /claim-audit-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-statuses/listclaimauditstatus.md): Lists all ClaimAuditStatus ### Get ClaimAuditStatus - [GET /claim-audit-statuses/{auditStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-statuses/getclaimauditstatus.md): Gets ClaimAuditStatus ### Update ClaimAuditStatus - [PUT /claim-audit-statuses/{auditStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-statuses/updateclaimauditstatus.md): Updates a specific ClaimAuditStatus. ### Delete ClaimAuditStatus - [DELETE /claim-audit-statuses/{auditStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-statuses/deleteclaimauditstatus.md): Deletes an ClaimAuditStatus ### Create or Update Batch ClaimAuditStatus - [PUT /claim-audit-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audit-statuses/updatebatchclaimauditstatus.md): Create or Update multiple ClaimAuditStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Audits ### Create ClaimAudit - [POST /claim-audits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audits/createclaimaudit.md): Creates a new ClaimAudit ### List ClaimAudit - [GET /claim-audits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audits/listclaimaudit.md): Lists all ClaimAudit ### Get ClaimAudit - [GET /claim-audits/{claimAuditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audits/getclaimaudit.md): Gets ClaimAudit ### Update ClaimAudit - [PUT /claim-audits/{claimAuditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audits/updateclaimaudit.md): Updates a specific ClaimAudit. ### Delete ClaimAudit - [DELETE /claim-audits/{claimAuditKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audits/deleteclaimaudit.md): Deletes an ClaimAudit ### Create or Update Batch ClaimAudit - [PUT /claim-audits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-audits/updatebatchclaimaudit.md): Create or Update multiple ClaimAudit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batch Detail Benefits ### Create ClaimBatchDetailBenefit - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-detail-benefits/createclaimbatchdetailbenefit.md): Creates a new ClaimBatchDetailBenefit ### List ClaimBatchDetailBenefit - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-detail-benefits/listclaimbatchdetailbenefit.md): Lists all ClaimBatchDetailBenefit for the given batchNumber and batchClaim and claimSeq and adjustmentSeq ### Get ClaimBatchDetailBenefit - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-detail-benefits/getclaimbatchdetailbenefit.md): Gets ClaimBatchDetailBenefit ### Update ClaimBatchDetailBenefit - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-detail-benefits/updateclaimbatchdetailbenefit.md): Updates a specific ClaimBatchDetailBenefit. ### Delete ClaimBatchDetailBenefit - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-detail-benefits/deleteclaimbatchdetailbenefit.md): Deletes an ClaimBatchDetailBenefit ### Create or Update Batch ClaimBatchDetailBenefit - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-detail-benefits/updatebatchclaimbatchdetailbenefit.md): Create or Update multiple ClaimBatchDetailBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batch Life Benefits ### Create ClaimBatchLifeBenefit - [POST /claim-batches/{batchNumber}/life-benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-life-benefits/createclaimbatchlifebenefit.md): Creates a new ClaimBatchLifeBenefit ### List ClaimBatchLifeBenefit - [GET /claim-batches/{batchNumber}/life-benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-life-benefits/listclaimbatchlifebenefit.md): Lists all ClaimBatchLifeBenefit for the given batchNumber ### Get ClaimBatchLifeBenefit - [GET /claim-batches/{batchNumber}/life-benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-life-benefits/getclaimbatchlifebenefit.md): Gets ClaimBatchLifeBenefit ### Update ClaimBatchLifeBenefit - [PUT /claim-batches/{batchNumber}/life-benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-life-benefits/updateclaimbatchlifebenefit.md): Updates a specific ClaimBatchLifeBenefit. ### Delete ClaimBatchLifeBenefit - [DELETE /claim-batches/{batchNumber}/life-benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-life-benefits/deleteclaimbatchlifebenefit.md): Deletes an ClaimBatchLifeBenefit ### Create or Update Batch ClaimBatchLifeBenefit - [PUT /claim-batches/{batchNumber}/life-benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-life-benefits/updatebatchclaimbatchlifebenefit.md): Create or Update multiple ClaimBatchLifeBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batch Logs ### Create ClaimBatchLog - [POST /claim-batch-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-logs/createclaimbatchlog.md): Creates a new ClaimBatchLog ### List ClaimBatchLog - [GET /claim-batch-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-logs/listclaimbatchlog.md): Lists all ClaimBatchLog ### Get ClaimBatchLog - [GET /claim-batch-logs/{claimBatchLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-logs/getclaimbatchlog.md): Gets ClaimBatchLog ### Update ClaimBatchLog - [PUT /claim-batch-logs/{claimBatchLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-logs/updateclaimbatchlog.md): Updates a specific ClaimBatchLog. ### Delete ClaimBatchLog - [DELETE /claim-batch-logs/{claimBatchLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-logs/deleteclaimbatchlog.md): Deletes an ClaimBatchLog ### Create or Update Batch ClaimBatchLog - [PUT /claim-batch-logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-logs/updatebatchclaimbatchlog.md): Create or Update multiple ClaimBatchLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batch Plans ### Create ClaimBatchPlan - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-plans/createclaimbatchplan.md): Creates a new ClaimBatchPlan ### List ClaimBatchPlan - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-plans/listclaimbatchplan.md): Lists all ClaimBatchPlan for the given batchNumber and batchClaim ### Get ClaimBatchPlan - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-plans/getclaimbatchplan.md): Gets ClaimBatchPlan ### Update ClaimBatchPlan - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-plans/updateclaimbatchplan.md): Updates a specific ClaimBatchPlan. ### Delete ClaimBatchPlan - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-plans/deleteclaimbatchplan.md): Deletes an ClaimBatchPlan ### Create or Update Batch ClaimBatchPlan - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-plans/updatebatchclaimbatchplan.md): Create or Update multiple ClaimBatchPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batch References ### Create ClaimBatchReference - [POST /claim-batch-references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-references/createclaimbatchreference.md): Creates a new ClaimBatchReference ### List ClaimBatchReference - [GET /claim-batch-references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-references/listclaimbatchreference.md): Lists all ClaimBatchReference ### Get ClaimBatchReference - [GET /claim-batch-references/{originalBatchNumber}/{originalBatchClaim}/{referencedBatchNumber}/{referencedBatchClaim}/{referenceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-references/getclaimbatchreference.md): Gets ClaimBatchReference ### Update ClaimBatchReference - [PUT /claim-batch-references/{originalBatchNumber}/{originalBatchClaim}/{referencedBatchNumber}/{referencedBatchClaim}/{referenceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-references/updateclaimbatchreference.md): Updates a specific ClaimBatchReference. ### Delete ClaimBatchReference - [DELETE /claim-batch-references/{originalBatchNumber}/{originalBatchClaim}/{referencedBatchNumber}/{referencedBatchClaim}/{referenceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-references/deleteclaimbatchreference.md): Deletes an ClaimBatchReference ### Create or Update Batch ClaimBatchReference - [PUT /claim-batch-references-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-references/updatebatchclaimbatchreference.md): Create or Update multiple ClaimBatchReference at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batch Types ### Create ClaimBatchType - [POST /claim-batch-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/createclaimbatchtype.md): Creates a new ClaimBatchType ### List ClaimBatchType - [GET /claim-batch-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/listclaimbatchtype.md): Lists all ClaimBatchType ### Get ClaimBatchType - [GET /claim-batch-types/{batchType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/getclaimbatchtype.md): Gets ClaimBatchType ### Update ClaimBatchType - [PUT /claim-batch-types/{batchType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/updateclaimbatchtype.md): Updates a specific ClaimBatchType. ### Delete ClaimBatchType - [DELETE /claim-batch-types/{batchType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/deleteclaimbatchtype.md): Deletes an ClaimBatchType ### Create or Update Batch ClaimBatchType - [PUT /claim-batch-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batch-types/updatebatchclaimbatchtype.md): Create or Update multiple ClaimBatchType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batches ### Create ClaimBatches - [POST /claim-batches](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches/createclaimbatches.md): Creates a new ClaimBatches ### List ClaimBatches - [GET /claim-batches](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches/listclaimbatches.md): Lists all ClaimBatches ### Get ClaimBatches - [GET /claim-batches/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches/getclaimbatches.md): Gets ClaimBatches ### Update ClaimBatches - [PUT /claim-batches/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches/updateclaimbatches.md): Updates a specific ClaimBatches. ### Delete ClaimBatches - [DELETE /claim-batches/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches/deleteclaimbatches.md): Deletes an ClaimBatches ### Create or Update Batch ClaimBatches - [PUT /claim-batches-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches/updatebatchclaimbatches.md): Create or Update multiple ClaimBatches at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Batches Statuses ### Create ClaimBatchesStatus - [POST /claim-batches-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches-statuses/createclaimbatchesstatus.md): Creates a new ClaimBatchesStatus ### List ClaimBatchesStatus - [GET /claim-batches-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches-statuses/listclaimbatchesstatus.md): Lists all ClaimBatchesStatus ### Get ClaimBatchesStatus - [GET /claim-batches-statuses/{status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches-statuses/getclaimbatchesstatus.md): Gets ClaimBatchesStatus ### Update ClaimBatchesStatus - [PUT /claim-batches-statuses/{status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches-statuses/updateclaimbatchesstatus.md): Updates a specific ClaimBatchesStatus. ### Delete ClaimBatchesStatus - [DELETE /claim-batches-statuses/{status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches-statuses/deleteclaimbatchesstatus.md): Deletes an ClaimBatchesStatus ### Create or Update Batch ClaimBatchesStatus - [PUT /claim-batches-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-batches-statuses/updatebatchclaimbatchesstatus.md): Create or Update multiple ClaimBatchesStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Coding Rule Types ### Create ClaimCodingRuleType - [POST /claim-coding-rule-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/createclaimcodingruletype.md): Creates a new ClaimCodingRuleType ### List ClaimCodingRuleType - [GET /claim-coding-rule-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/listclaimcodingruletype.md): Lists all ClaimCodingRuleType ### Get ClaimCodingRuleType - [GET /claim-coding-rule-types/{ruleType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/getclaimcodingruletype.md): Gets ClaimCodingRuleType ### Update ClaimCodingRuleType - [PUT /claim-coding-rule-types/{ruleType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/updateclaimcodingruletype.md): Updates a specific ClaimCodingRuleType. ### Delete ClaimCodingRuleType - [DELETE /claim-coding-rule-types/{ruleType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/deleteclaimcodingruletype.md): Deletes an ClaimCodingRuleType ### Create or Update Batch ClaimCodingRuleType - [PUT /claim-coding-rule-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rule-types/updatebatchclaimcodingruletype.md): Create or Update multiple ClaimCodingRuleType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Coding Rules ### Create ClaimCodingRule - [POST /claim-coding-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rules/createclaimcodingrule.md): Creates a new ClaimCodingRule ### List ClaimCodingRule - [GET /claim-coding-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rules/listclaimcodingrule.md): Lists all ClaimCodingRule ### Get ClaimCodingRule - [GET /claim-coding-rules/{claimCodingRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rules/getclaimcodingrule.md): Gets ClaimCodingRule ### Update ClaimCodingRule - [PUT /claim-coding-rules/{claimCodingRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rules/updateclaimcodingrule.md): Updates a specific ClaimCodingRule. ### Delete ClaimCodingRule - [DELETE /claim-coding-rules/{claimCodingRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rules/deleteclaimcodingrule.md): Deletes an ClaimCodingRule ### Create or Update Batch ClaimCodingRule - [PUT /claim-coding-rules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-coding-rules/updatebatchclaimcodingrule.md): Create or Update multiple ClaimCodingRule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Condition Codes ### Create ClaimConditionCode - [POST /claim-condition-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-condition-codes/createclaimconditioncode.md): Creates a new ClaimConditionCode ### List ClaimConditionCode - [GET /claim-condition-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-condition-codes/listclaimconditioncode.md): Lists all ClaimConditionCode ### Get ClaimConditionCode - [GET /claim-condition-codes/{conditionCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-condition-codes/getclaimconditioncode.md): Gets ClaimConditionCode ### Update ClaimConditionCode - [PUT /claim-condition-codes/{conditionCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-condition-codes/updateclaimconditioncode.md): Updates a specific ClaimConditionCode. ### Delete ClaimConditionCode - [DELETE /claim-condition-codes/{conditionCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-condition-codes/deleteclaimconditioncode.md): Deletes an ClaimConditionCode ### Create or Update Batch ClaimConditionCode - [PUT /claim-condition-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-condition-codes/updatebatchclaimconditioncode.md): Create or Update multiple ClaimConditionCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Custom Ex Code Rules ### Create ClaimCustomExCodeRule - [POST /claim-custom-ex-code-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-custom-ex-code-rules/createclaimcustomexcoderule.md): Creates a new ClaimCustomExCodeRule ### List ClaimCustomExCodeRule - [GET /claim-custom-ex-code-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-custom-ex-code-rules/listclaimcustomexcoderule.md): Lists all ClaimCustomExCodeRule ### Get ClaimCustomExCodeRule - [GET /claim-custom-ex-code-rules/{customExCodeRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-custom-ex-code-rules/getclaimcustomexcoderule.md): Gets ClaimCustomExCodeRule ### Update ClaimCustomExCodeRule - [PUT /claim-custom-ex-code-rules/{customExCodeRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-custom-ex-code-rules/updateclaimcustomexcoderule.md): Updates a specific ClaimCustomExCodeRule. ### Delete ClaimCustomExCodeRule - [DELETE /claim-custom-ex-code-rules/{customExCodeRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-custom-ex-code-rules/deleteclaimcustomexcoderule.md): Deletes an ClaimCustomExCodeRule ### Create or Update Batch ClaimCustomExCodeRule - [PUT /claim-custom-ex-code-rules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-custom-ex-code-rules/updatebatchclaimcustomexcoderule.md): Create or Update multiple ClaimCustomExCodeRule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Deduction Types ### Create ClaimDeductionType - [POST /claim-deduction-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-deduction-types/createclaimdeductiontype.md): Creates a new ClaimDeductionType ### List ClaimDeductionType - [GET /claim-deduction-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-deduction-types/listclaimdeductiontype.md): Lists all ClaimDeductionType ### Get ClaimDeductionType - [GET /claim-deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-deduction-types/getclaimdeductiontype.md): Gets ClaimDeductionType ### Update ClaimDeductionType - [PUT /claim-deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-deduction-types/updateclaimdeductiontype.md): Updates a specific ClaimDeductionType. ### Delete ClaimDeductionType - [DELETE /claim-deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-deduction-types/deleteclaimdeductiontype.md): Deletes an ClaimDeductionType ### Create or Update Batch ClaimDeductionType - [PUT /claim-deduction-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-deduction-types/updatebatchclaimdeductiontype.md): Create or Update multiple ClaimDeductionType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Detail Deductions ### Create ClaimDetailDeduction - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/deductions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-deductions/createclaimdetaildeduction.md): Creates a new ClaimDetailDeduction ### List ClaimDetailDeduction - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/deductions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-deductions/listclaimdetaildeduction.md): Lists all ClaimDetailDeduction for the given batchNumber and batchClaim and claimSeq and adjustmentSeq ### Get ClaimDetailDeduction - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/deductions/{deductionSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-deductions/getclaimdetaildeduction.md): Gets ClaimDetailDeduction ### Update ClaimDetailDeduction - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/deductions/{deductionSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-deductions/updateclaimdetaildeduction.md): Updates a specific ClaimDetailDeduction. ### Delete ClaimDetailDeduction - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/deductions/{deductionSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-deductions/deleteclaimdetaildeduction.md): Deletes an ClaimDetailDeduction ### Create or Update Batch ClaimDetailDeduction - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/deductions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-deductions/updatebatchclaimdetaildeduction.md): Create or Update multiple ClaimDetailDeduction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Detail Ex Codes ### Create ClaimDetailExCode - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-ex-codes/createclaimdetailexcode.md): Creates a new ClaimDetailExCode ### List ClaimDetailExCode - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-ex-codes/listclaimdetailexcode.md): Lists all ClaimDetailExCode for the given batchNumber and batchClaim and claimSeq and adjustmentSeq ### Get ClaimDetailExCode - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-ex-codes/getclaimdetailexcode.md): Gets ClaimDetailExCode ### Update ClaimDetailExCode - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-ex-codes/updateclaimdetailexcode.md): Updates a specific ClaimDetailExCode. ### Delete ClaimDetailExCode - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-ex-codes/deleteclaimdetailexcode.md): Deletes an ClaimDetailExCode ### Create or Update Batch ClaimDetailExCode - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}/ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-detail-ex-codes/updatebatchclaimdetailexcode.md): Create or Update multiple ClaimDetailExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Details ### Create ClaimDetail - [POST /claims/{claimNumber}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-details/createclaimdetail.md): Creates a new ClaimDetail ### List ClaimDetail - [GET /claims/{claimNumber}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-details/listclaimdetail.md): Lists all ClaimDetail for the given claimNumber ### Get ClaimDetail - [GET /claims/{claimNumber}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-details/getclaimdetail.md): Gets ClaimDetail ### Update ClaimDetail - [PUT /claims/{claimNumber}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-details/updateclaimdetail.md): Updates a specific ClaimDetail. ### Delete ClaimDetail - [DELETE /claims/{claimNumber}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-details/deleteclaimdetail.md): Deletes an ClaimDetail ### Create or Update Batch ClaimDetail - [PUT /claims/{claimNumber}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-details/updatebatchclaimdetail.md): Create or Update multiple ClaimDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Disabilities ### Create ClaimDisability - [POST /claim-disabilities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disabilities/createclaimdisability.md): Creates a new ClaimDisability ### List ClaimDisability - [GET /claim-disabilities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disabilities/listclaimdisability.md): Lists all ClaimDisability ### Get ClaimDisability - [GET /claim-disabilities/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disabilities/getclaimdisability.md): Gets ClaimDisability ### Update ClaimDisability - [PUT /claim-disabilities/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disabilities/updateclaimdisability.md): Updates a specific ClaimDisability. ### Delete ClaimDisability - [DELETE /claim-disabilities/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disabilities/deleteclaimdisability.md): Deletes an ClaimDisability ### Create or Update Batch ClaimDisability - [PUT /claim-disabilities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disabilities/updatebatchclaimdisability.md): Create or Update multiple ClaimDisability at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Disability Deductions ### Create ClaimDisabilityDeduction - [POST /claim-disability-deductions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disability-deductions/createclaimdisabilitydeduction.md): Creates a new ClaimDisabilityDeduction ### List ClaimDisabilityDeduction - [GET /claim-disability-deductions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disability-deductions/listclaimdisabilitydeduction.md): Lists all ClaimDisabilityDeduction ### Get ClaimDisabilityDeduction - [GET /claim-disability-deductions/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disability-deductions/getclaimdisabilitydeduction.md): Gets ClaimDisabilityDeduction ### Update ClaimDisabilityDeduction - [PUT /claim-disability-deductions/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disability-deductions/updateclaimdisabilitydeduction.md): Updates a specific ClaimDisabilityDeduction. ### Delete ClaimDisabilityDeduction - [DELETE /claim-disability-deductions/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disability-deductions/deleteclaimdisabilitydeduction.md): Deletes an ClaimDisabilityDeduction ### Create or Update Batch ClaimDisabilityDeduction - [PUT /claim-disability-deductions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-disability-deductions/updatebatchclaimdisabilitydeduction.md): Create or Update multiple ClaimDisabilityDeduction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Ex Codes ### Create ClaimExCode - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/createclaimexcode.md): Creates a new ClaimExCode ### List ClaimExCode - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/listclaimexcode.md): Lists all ClaimExCode for the given batchNumber and batchClaim ### Get ClaimExCode - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/getclaimexcode.md): Gets ClaimExCode ### Update ClaimExCode - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/updateclaimexcode.md): Updates a specific ClaimExCode. ### Delete ClaimExCode - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/deleteclaimexcode.md): Deletes an ClaimExCode ### Create or Update Batch ClaimExCode - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/updatebatchclaimexcode.md): Create or Update multiple ClaimExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Funded Statuses ### Create ClaimFundedStatus - [POST /claim-funded-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-funded-statuses/createclaimfundedstatus.md): Creates a new ClaimFundedStatus ### List ClaimFundedStatus - [GET /claim-funded-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-funded-statuses/listclaimfundedstatus.md): Lists all ClaimFundedStatus ### Get ClaimFundedStatus - [GET /claim-funded-statuses/{claimFundedStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-funded-statuses/getclaimfundedstatus.md): Gets ClaimFundedStatus ### Update ClaimFundedStatus - [PUT /claim-funded-statuses/{claimFundedStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-funded-statuses/updateclaimfundedstatus.md): Updates a specific ClaimFundedStatus. ### Delete ClaimFundedStatus - [DELETE /claim-funded-statuses/{claimFundedStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-funded-statuses/deleteclaimfundedstatus.md): Deletes an ClaimFundedStatus ### Create or Update Batch ClaimFundedStatus - [PUT /claim-funded-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-funded-statuses/updatebatchclaimfundedstatus.md): Create or Update multiple ClaimFundedStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice ### Create ClaimInvoice - [POST /claim-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice/createclaiminvoice.md): Creates a new ClaimInvoice ### List ClaimInvoice - [GET /claim-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice/listclaiminvoice.md): Lists all ClaimInvoice ### Get ClaimInvoice - [GET /claim-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice/getclaiminvoice.md): Gets ClaimInvoice ### Update ClaimInvoice - [PUT /claim-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice/updateclaiminvoice.md): Updates a specific ClaimInvoice. ### Delete ClaimInvoice - [DELETE /claim-invoice/{invoiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice/deleteclaiminvoice.md): Deletes an ClaimInvoice ### Create or Update Batch ClaimInvoice - [PUT /claim-invoice-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice/updatebatchclaiminvoice.md): Create or Update multiple ClaimInvoice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice Adjustment Reasons ### Create ClaimInvoiceAdjustmentReason - [POST /claim-invoice-adjustment-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-reasons/createclaiminvoiceadjustmentreason.md): Creates a new ClaimInvoiceAdjustmentReason ### List ClaimInvoiceAdjustmentReason - [GET /claim-invoice-adjustment-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-reasons/listclaiminvoiceadjustmentreason.md): Lists all ClaimInvoiceAdjustmentReason ### Get ClaimInvoiceAdjustmentReason - [GET /claim-invoice-adjustment-reasons/{adjustmentReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-reasons/getclaiminvoiceadjustmentreason.md): Gets ClaimInvoiceAdjustmentReason ### Update ClaimInvoiceAdjustmentReason - [PUT /claim-invoice-adjustment-reasons/{adjustmentReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-reasons/updateclaiminvoiceadjustmentreason.md): Updates a specific ClaimInvoiceAdjustmentReason. ### Delete ClaimInvoiceAdjustmentReason - [DELETE /claim-invoice-adjustment-reasons/{adjustmentReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-reasons/deleteclaiminvoiceadjustmentreason.md): Deletes an ClaimInvoiceAdjustmentReason ### Create or Update Batch ClaimInvoiceAdjustmentReason - [PUT /claim-invoice-adjustment-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-reasons/updatebatchclaiminvoiceadjustmentreason.md): Create or Update multiple ClaimInvoiceAdjustmentReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice Adjustment Received ### Create ClaimInvoiceAdjustmentReceived - [POST /claim-invoice-adjustment-received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-received/createclaiminvoiceadjustmentreceived.md): Creates a new ClaimInvoiceAdjustmentReceived ### List ClaimInvoiceAdjustmentReceived - [GET /claim-invoice-adjustment/{claimInvoiceAdjustmentKey}/received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-received/listclaiminvoiceadjustmentreceived.md): Lists all ClaimInvoiceAdjustmentReceived for the given claimInvoiceAdjustmentKey ### Get ClaimInvoiceAdjustmentReceived - [GET /claim-invoice-adjustment-received/{claimInvoiceAdjustmentReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-received/getclaiminvoiceadjustmentreceived.md): Gets ClaimInvoiceAdjustmentReceived ### Update ClaimInvoiceAdjustmentReceived - [PUT /claim-invoice-adjustment-received/{claimInvoiceAdjustmentReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-received/updateclaiminvoiceadjustmentreceived.md): Updates a specific ClaimInvoiceAdjustmentReceived. ### Delete ClaimInvoiceAdjustmentReceived - [DELETE /claim-invoice-adjustment-received/{claimInvoiceAdjustmentReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-received/deleteclaiminvoiceadjustmentreceived.md): Deletes an ClaimInvoiceAdjustmentReceived ### Create or Update Batch ClaimInvoiceAdjustmentReceived - [PUT /claim-invoice-adjustment-received-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustment-received/updatebatchclaiminvoiceadjustmentreceived.md): Create or Update multiple ClaimInvoiceAdjustmentReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice Adjustments ### Create ClaimInvoiceAdjustment - [POST /claim-invoice-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustments/createclaiminvoiceadjustment.md): Creates a new ClaimInvoiceAdjustment ### List ClaimInvoiceAdjustment - [GET /claim-invoice/{invoiceKey}/adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustments/listclaiminvoiceadjustment.md): Lists all ClaimInvoiceAdjustment for the given invoiceKey ### Get ClaimInvoiceAdjustment - [GET /claim-invoice-adjustments/{claimInvoiceAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustments/getclaiminvoiceadjustment.md): Gets ClaimInvoiceAdjustment ### Update ClaimInvoiceAdjustment - [PUT /claim-invoice-adjustments/{claimInvoiceAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustments/updateclaiminvoiceadjustment.md): Updates a specific ClaimInvoiceAdjustment. ### Delete ClaimInvoiceAdjustment - [DELETE /claim-invoice-adjustments/{claimInvoiceAdjustmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustments/deleteclaiminvoiceadjustment.md): Deletes an ClaimInvoiceAdjustment ### Create or Update Batch ClaimInvoiceAdjustment - [PUT /claim-invoice/{invoiceKey}/adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-adjustments/updatebatchclaiminvoiceadjustment.md): Create or Update multiple ClaimInvoiceAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice Details ### Create ClaimInvoiceDetail - [POST /claim-invoice-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-details/createclaiminvoicedetail.md): Creates a new ClaimInvoiceDetail ### List ClaimInvoiceDetail - [GET /claim-invoice/{invoiceKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-details/listclaiminvoicedetail.md): Lists all ClaimInvoiceDetail for the given invoiceKey ### Get ClaimInvoiceDetail - [GET /claim-invoice/{invoiceKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-details/getclaiminvoicedetail.md): Gets ClaimInvoiceDetail ### Update ClaimInvoiceDetail - [PUT /claim-invoice/{invoiceKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-details/updateclaiminvoicedetail.md): Updates a specific ClaimInvoiceDetail. ### Delete ClaimInvoiceDetail - [DELETE /claim-invoice/{invoiceKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-details/deleteclaiminvoicedetail.md): Deletes an ClaimInvoiceDetail ### Create or Update Batch ClaimInvoiceDetail - [PUT /claim-invoice/{invoiceKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-details/updatebatchclaiminvoicedetail.md): Create or Update multiple ClaimInvoiceDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice Payments ### Create ClaimInvoicePayment - [POST /claim-invoice/{invoiceKey}/payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-payments/createclaiminvoicepayment.md): Creates a new ClaimInvoicePayment ### List ClaimInvoicePayment - [GET /claim-invoice/{invoiceKey}/payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-payments/listclaiminvoicepayment.md): Lists all ClaimInvoicePayment for the given invoiceKey ### Get ClaimInvoicePayment - [GET /claim-invoice/{invoiceKey}/payments/{claimPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-payments/getclaiminvoicepayment.md): Gets ClaimInvoicePayment ### Update ClaimInvoicePayment - [PUT /claim-invoice/{invoiceKey}/payments/{claimPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-payments/updateclaiminvoicepayment.md): Updates a specific ClaimInvoicePayment. ### Delete ClaimInvoicePayment - [DELETE /claim-invoice/{invoiceKey}/payments/{claimPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-payments/deleteclaiminvoicepayment.md): Deletes an ClaimInvoicePayment ### Create or Update Batch ClaimInvoicePayment - [PUT /claim-invoice/{invoiceKey}/payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-payments/updatebatchclaiminvoicepayment.md): Create or Update multiple ClaimInvoicePayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Invoice Received ### Create ClaimInvoiceReceived - [POST /claim-invoice-received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-received/createclaiminvoicereceived.md): Creates a new ClaimInvoiceReceived ### List ClaimInvoiceReceived - [GET /claim-invoice/{invoiceKey}/received](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-received/listclaiminvoicereceived.md): Lists all ClaimInvoiceReceived for the given invoiceKey ### Get ClaimInvoiceReceived - [GET /claim-invoice-received/{claimInvoiceReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-received/getclaiminvoicereceived.md): Gets ClaimInvoiceReceived ### Update ClaimInvoiceReceived - [PUT /claim-invoice-received/{claimInvoiceReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-received/updateclaiminvoicereceived.md): Updates a specific ClaimInvoiceReceived. ### Delete ClaimInvoiceReceived - [DELETE /claim-invoice-received/{claimInvoiceReceivedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-received/deleteclaiminvoicereceived.md): Deletes an ClaimInvoiceReceived ### Create or Update Batch ClaimInvoiceReceived - [PUT /claim-invoice/{invoiceKey}/received-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-invoice-received/updatebatchclaiminvoicereceived.md): Create or Update multiple ClaimInvoiceReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Lives ### Create ClaimBatchLife - [POST /claim-lives](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-lives/createclaimbatchlife.md): Creates a new ClaimBatchLife ### List ClaimBatchLife - [GET /claim-lives](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-lives/listclaimbatchlife.md): Lists all ClaimBatchLife ### Get ClaimBatchLife - [GET /claim-lives/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-lives/getclaimbatchlife.md): Gets ClaimBatchLife ### Update ClaimBatchLife - [PUT /claim-lives/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-lives/updateclaimbatchlife.md): Updates a specific ClaimBatchLife. ### Delete ClaimBatchLife - [DELETE /claim-lives/{batchNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-lives/deleteclaimbatchlife.md): Deletes an ClaimBatchLife ### Create or Update Batch ClaimBatchLife - [PUT /claim-lives-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-lives/updatebatchclaimbatchlife.md): Create or Update multiple ClaimBatchLife at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Occurrence Codes ### Create ClaimOccurrenceCode - [POST /claim-occurrence-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-occurrence-codes/createclaimoccurrencecode.md): Creates a new ClaimOccurrenceCode ### List ClaimOccurrenceCode - [GET /claim-occurrence-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-occurrence-codes/listclaimoccurrencecode.md): Lists all ClaimOccurrenceCode ### Get ClaimOccurrenceCode - [GET /claim-occurrence-codes/{occurrenceCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-occurrence-codes/getclaimoccurrencecode.md): Gets ClaimOccurrenceCode ### Update ClaimOccurrenceCode - [PUT /claim-occurrence-codes/{occurrenceCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-occurrence-codes/updateclaimoccurrencecode.md): Updates a specific ClaimOccurrenceCode. ### Delete ClaimOccurrenceCode - [DELETE /claim-occurrence-codes/{occurrenceCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-occurrence-codes/deleteclaimoccurrencecode.md): Deletes an ClaimOccurrenceCode ### Create or Update Batch ClaimOccurrenceCode - [PUT /claim-occurrence-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-occurrence-codes/updatebatchclaimoccurrencecode.md): Create or Update multiple ClaimOccurrenceCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Offset ### Create ClaimOffset - [POST /claim-offsets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/createclaimoffset.md): Creates a new ClaimOffset ### List ClaimOffset - [GET /claim-offsets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/listclaimoffset.md): Lists all ClaimOffset ### Get ClaimOffset - [GET /claim-offsets/{ClaimOffset_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/getclaimoffset.md): Gets ClaimOffset ### Update ClaimOffset - [PUT /claim-offsets/{ClaimOffset_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/updateclaimoffset.md): Updates a specific ClaimOffset. ### Delete ClaimOffset - [DELETE /claim-offsets/{ClaimOffset_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/deleteclaimoffset.md): Deletes an ClaimOffset ### Create or Update Batch ClaimOffset - [PUT /claim-offsets-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/updatebatchclaimoffset.md): Create or Update multiple ClaimOffset at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Offset Detail ### Create ClaimOffsetDetail - [POST /claim-offset-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset-detail/createclaimoffsetdetail.md): Creates a new ClaimOffsetDetail ### List ClaimOffsetDetail - [GET /claim-offset-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset-detail/listclaimoffsetdetail.md): Lists all ClaimOffsetDetail with optional ClaimOffset_Key query parameter to filter results. ### Get ClaimOffsetDetail - [GET /claim-offset-details/{ClaimOffsetDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset-detail/getclaimoffsetdetail.md): Gets ClaimOffsetDetail ### Update ClaimOffsetDetail - [PUT /claim-offset-details/{ClaimOffsetDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset-detail/updateclaimoffsetdetail.md): Updates a specific ClaimOffsetDetail. ### Delete ClaimOffsetDetail - [DELETE /claim-offset-details/{ClaimOffsetDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset-detail/deleteclaimoffsetdetail.md): Deletes an ClaimOffsetDetail ### Create or Update Batch ClaimOffsetDetail - [PUT /claim-offset-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset-detail/updatebatchclaimoffsetdetail.md): Create or Update multiple ClaimOffsetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Payments ### Create ClaimPayment - [POST /claim-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-payments/createclaimpayment.md): Creates a new ClaimPayment ### List ClaimPayment - [GET /claim-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-payments/listclaimpayment.md): Lists all ClaimPayment ### Get ClaimPayment - [GET /claim-payments/{claimPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-payments/getclaimpayment.md): Gets ClaimPayment ### Update ClaimPayment - [PUT /claim-payments/{claimPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-payments/updateclaimpayment.md): Updates a specific ClaimPayment. ### Delete ClaimPayment - [DELETE /claim-payments/{claimPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-payments/deleteclaimpayment.md): Deletes an ClaimPayment ### Create or Update Batch ClaimPayment - [PUT /claim-payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-payments/updatebatchclaimpayment.md): Create or Update multiple ClaimPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim PreBatch Details ### Create ClaimPreBatchDetail - [POST /claim-prebatch-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatch-details/createclaimprebatchdetail.md): Creates a new ClaimPreBatchDetail ### List ClaimPreBatchDetail - [GET /claim-prebatch-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatch-details/listclaimprebatchdetail.md): Lists all ClaimPreBatchDetail ### Get ClaimPreBatchDetail - [GET /claim-prebatch-details/{ClaimPreBatchDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatch-details/getclaimprebatchdetail.md): Gets ClaimPreBatchDetail ### Update ClaimPreBatchDetail - [PUT /claim-prebatch-details/{ClaimPreBatchDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatch-details/updateclaimprebatchdetail.md): Updates a specific ClaimPreBatchDetail. ### Delete ClaimPreBatchDetail - [DELETE /claim-prebatch-details/{ClaimPreBatchDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatch-details/deleteclaimprebatchdetail.md): Deletes an ClaimPreBatchDetail ### Create or Update Batch ClaimPreBatchDetail - [PUT /claim-prebatch-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatch-details/updatebatchclaimprebatchdetail.md): Create or Update multiple ClaimPreBatchDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim PreBatches ### Create ClaimPreBatch - [POST /claim-prebatches](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatches/createclaimprebatch.md): Creates a new ClaimPreBatch ### List ClaimPreBatch - [GET /claim-prebatches](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatches/listclaimprebatch.md): Lists all ClaimPreBatch ### Get ClaimPreBatch - [GET /claim-prebatches/{ClaimPreBatch_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatches/getclaimprebatch.md): Gets ClaimPreBatch ### Update ClaimPreBatch - [PUT /claim-prebatches/{ClaimPreBatch_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatches/updateclaimprebatch.md): Updates a specific ClaimPreBatch. ### Delete ClaimPreBatch - [DELETE /claim-prebatches/{ClaimPreBatch_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatches/deleteclaimprebatch.md): Deletes an ClaimPreBatch ### Create or Update Batch ClaimPreBatch - [PUT /claim-prebatches-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prebatches/updatebatchclaimprebatch.md): Create or Update multiple ClaimPreBatch at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Prompt Pays ### Create ClaimPromptPay - [POST /claim-prompt-pays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prompt-pays/createclaimpromptpay.md): Creates a new ClaimPromptPay ### List ClaimPromptPay - [GET /claim-prompt-pays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prompt-pays/listclaimpromptpay.md): Lists all ClaimPromptPay ### Get ClaimPromptPay - [GET /claim-prompt-pays/{ClaimPromptPay_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prompt-pays/getclaimpromptpay.md): Gets ClaimPromptPay ### Update ClaimPromptPay - [PUT /claim-prompt-pays/{ClaimPromptPay_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prompt-pays/updateclaimpromptpay.md): Updates a specific ClaimPromptPay. ### Delete ClaimPromptPay - [DELETE /claim-prompt-pays/{ClaimPromptPay_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prompt-pays/deleteclaimpromptpay.md): Deletes an ClaimPromptPay ### Create or Update Batch ClaimPromptPay - [PUT /claim-prompt-pays-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-prompt-pays/updatebatchclaimpromptpay.md): Create or Update multiple ClaimPromptPay at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Logs ### Create ClaimQueueLog - [POST /claim-queue-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-logs/createclaimqueuelog.md): Creates a new ClaimQueueLog ### List ClaimQueueLog - [GET /claim-queue-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-logs/listclaimqueuelog.md): Lists all ClaimQueueLog ### Get ClaimQueueLog - [GET /claim-queue-logs/{claimQueueLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-logs/getclaimqueuelog.md): Gets ClaimQueueLog ### Update ClaimQueueLog - [PUT /claim-queue-logs/{claimQueueLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-logs/updateclaimqueuelog.md): Updates a specific ClaimQueueLog. ### Delete ClaimQueueLog - [DELETE /claim-queue-logs/{claimQueueLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-logs/deleteclaimqueuelog.md): Deletes an ClaimQueueLog ### Create or Update Batch ClaimQueueLog - [PUT /claim-queue-logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-logs/updatebatchclaimqueuelog.md): Create or Update multiple ClaimQueueLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Notify User Groups ### Create ClaimQueueNotifyGroup - [POST /claim-queues/{claimQueueKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/createclaimqueuenotifygroup.md): Creates a new ClaimQueueNotifyGroup ### List ClaimQueueNotifyGroup - [GET /claim-queues/{claimQueueKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/listclaimqueuenotifygroup.md): Lists all ClaimQueueNotifyGroup for the given claimQueueKey ### Get ClaimQueueNotifyGroup - [GET /claim-queues/{claimQueueKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/getclaimqueuenotifygroup.md): Gets ClaimQueueNotifyGroup ### Delete ClaimQueueNotifyGroup - [DELETE /claim-queues/{claimQueueKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/deleteclaimqueuenotifygroup.md): Deletes an ClaimQueueNotifyGroup ### Create or Update Batch ClaimQueueNotifyGroup - [PUT /claim-queues/{claimQueueKey}/notify-user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/updatebatchclaimqueuenotifygroup.md): Create or Update multiple ClaimQueueNotifyGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Notify Users ### Create ClaimQueueNotifyUser - [POST /claim-queues/{claimQueueKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/createclaimqueuenotifyuser.md): Creates a new ClaimQueueNotifyUser ### List ClaimQueueNotifyUser - [GET /claim-queues/{claimQueueKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/listclaimqueuenotifyuser.md): Lists all ClaimQueueNotifyUser for the given claimQueueKey ### Get ClaimQueueNotifyUser - [GET /claim-queues/{claimQueueKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/getclaimqueuenotifyuser.md): Gets ClaimQueueNotifyUser ### Delete ClaimQueueNotifyUser - [DELETE /claim-queues/{claimQueueKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/deleteclaimqueuenotifyuser.md): Deletes an ClaimQueueNotifyUser ### Create or Update Batch ClaimQueueNotifyUser - [PUT /claim-queues/{claimQueueKey}/notify-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/updatebatchclaimqueuenotifyuser.md): Create or Update multiple ClaimQueueNotifyUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Priorities ### Create ClaimQueuePriority - [POST /claim-queue-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-priorities/createclaimqueuepriority.md): Creates a new ClaimQueuePriority ### List ClaimQueuePriority - [GET /claim-queue-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-priorities/listclaimqueuepriority.md): Lists all ClaimQueuePriority ### Get ClaimQueuePriority - [GET /claim-queue-priorities/{queuePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-priorities/getclaimqueuepriority.md): Gets ClaimQueuePriority ### Update ClaimQueuePriority - [PUT /claim-queue-priorities/{queuePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-priorities/updateclaimqueuepriority.md): Updates a specific ClaimQueuePriority. ### Delete ClaimQueuePriority - [DELETE /claim-queue-priorities/{queuePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-priorities/deleteclaimqueuepriority.md): Deletes an ClaimQueuePriority ### Create or Update Batch ClaimQueuePriority - [PUT /claim-queue-priorities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-priorities/updatebatchclaimqueuepriority.md): Create or Update multiple ClaimQueuePriority at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Process Tracking ### Create ClaimQueueProcessTrack - [POST /claim-queue-process-tracking](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-process-tracking/createclaimqueueprocesstrack.md): Creates a new ClaimQueueProcessTrack ### List ClaimQueueProcessTrack - [GET /claim-queue-process-tracking](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-process-tracking/listclaimqueueprocesstrack.md): Lists all ClaimQueueProcessTrack ### Get ClaimQueueProcessTrack - [GET /claim-queue-process-tracking/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-process-tracking/getclaimqueueprocesstrack.md): Gets ClaimQueueProcessTrack ### Update ClaimQueueProcessTrack - [PUT /claim-queue-process-tracking/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-process-tracking/updateclaimqueueprocesstrack.md): Updates a specific ClaimQueueProcessTrack. ### Delete ClaimQueueProcessTrack - [DELETE /claim-queue-process-tracking/{subscriberID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-process-tracking/deleteclaimqueueprocesstrack.md): Deletes an ClaimQueueProcessTrack ### Create or Update Batch ClaimQueueProcessTrack - [PUT /claim-queue-process-tracking-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-process-tracking/updatebatchclaimqueueprocesstrack.md): Create or Update multiple ClaimQueueProcessTrack at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Processors ### Create ClaimQueueProcessor - [POST /claim-queue-processors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-processors/createclaimqueueprocessor.md): Creates a new ClaimQueueProcessor ### List ClaimQueueProcessor - [GET /claim-queue-processors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-processors/listclaimqueueprocessor.md): Lists all ClaimQueueProcessor ### Get ClaimQueueProcessor - [GET /claim-queue-processors/{claimQueueProcessorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-processors/getclaimqueueprocessor.md): Gets ClaimQueueProcessor ### Update ClaimQueueProcessor - [PUT /claim-queue-processors/{claimQueueProcessorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-processors/updateclaimqueueprocessor.md): Updates a specific ClaimQueueProcessor. ### Delete ClaimQueueProcessor - [DELETE /claim-queue-processors/{claimQueueProcessorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-processors/deleteclaimqueueprocessor.md): Deletes an ClaimQueueProcessor ### Create or Update Batch ClaimQueueProcessor - [PUT /claim-queue-processors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-processors/updatebatchclaimqueueprocessor.md): Create or Update multiple ClaimQueueProcessor at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Results ### Create ClaimQueueResult - [POST /claim-queue-results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-results/createclaimqueueresult.md): Creates a new ClaimQueueResult ### List ClaimQueueResult - [GET /claim-queue-results](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-results/listclaimqueueresult.md): Lists all ClaimQueueResult ### Get ClaimQueueResult - [GET /claim-queue-results/{queueResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-results/getclaimqueueresult.md): Gets ClaimQueueResult ### Update ClaimQueueResult - [PUT /claim-queue-results/{queueResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-results/updateclaimqueueresult.md): Updates a specific ClaimQueueResult. ### Delete ClaimQueueResult - [DELETE /claim-queue-results/{queueResult}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-results/deleteclaimqueueresult.md): Deletes an ClaimQueueResult ### Create or Update Batch ClaimQueueResult - [PUT /claim-queue-results-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-results/updatebatchclaimqueueresult.md): Create or Update multiple ClaimQueueResult at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Schedule Notify User Groups ### Create ClaimQueueScheduleNotifyGroup - [POST /claim-queue-schedules/{claimQueueScheduleKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-user-groups/createclaimqueueschedulenotifygroup.md): Creates a new ClaimQueueScheduleNotifyGroup ### List ClaimQueueScheduleNotifyGroup - [GET /claim-queue-schedules/{claimQueueScheduleKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-user-groups/listclaimqueueschedulenotifygroup.md): Lists all ClaimQueueScheduleNotifyGroup for the given claimQueueScheduleKey ### Get ClaimQueueScheduleNotifyGroup - [GET /claim-queue-schedules/{claimQueueScheduleKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-user-groups/getclaimqueueschedulenotifygroup.md): Gets ClaimQueueScheduleNotifyGroup ### Delete ClaimQueueScheduleNotifyGroup - [DELETE /claim-queue-schedules/{claimQueueScheduleKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-user-groups/deleteclaimqueueschedulenotifygroup.md): Deletes an ClaimQueueScheduleNotifyGroup ### Create or Update Batch ClaimQueueScheduleNotifyGroup - [PUT /claim-queue-schedules/{claimQueueScheduleKey}/notify-user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-user-groups/updatebatchclaimqueueschedulenotifygroup.md): Create or Update multiple ClaimQueueScheduleNotifyGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Schedule Notify Users ### Create ClaimQueueScheduleNotifyUser - [POST /claim-queue-schedules/{claimQueueScheduleKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-users/createclaimqueueschedulenotifyuser.md): Creates a new ClaimQueueScheduleNotifyUser ### List ClaimQueueScheduleNotifyUser - [GET /claim-queue-schedules/{claimQueueScheduleKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-users/listclaimqueueschedulenotifyuser.md): Lists all ClaimQueueScheduleNotifyUser for the given claimQueueScheduleKey ### Get ClaimQueueScheduleNotifyUser - [GET /claim-queue-schedules/{claimQueueScheduleKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-users/getclaimqueueschedulenotifyuser.md): Gets ClaimQueueScheduleNotifyUser ### Delete ClaimQueueScheduleNotifyUser - [DELETE /claim-queue-schedules/{claimQueueScheduleKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-users/deleteclaimqueueschedulenotifyuser.md): Deletes an ClaimQueueScheduleNotifyUser ### Create or Update Batch ClaimQueueScheduleNotifyUser - [PUT /claim-queue-schedules/{claimQueueScheduleKey}/notify-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedule-notify-users/updatebatchclaimqueueschedulenotifyuser.md): Create or Update multiple ClaimQueueScheduleNotifyUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Schedules ### Create ClaimQueueSchedule - [POST /claim-queue-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedules/createclaimqueueschedule.md): Creates a new ClaimQueueSchedule ### List ClaimQueueSchedule - [GET /claim-queue-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedules/listclaimqueueschedule.md): Lists all ClaimQueueSchedule ### Get ClaimQueueSchedule - [GET /claim-queue-schedules/{claimQueueScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedules/getclaimqueueschedule.md): Gets ClaimQueueSchedule ### Update ClaimQueueSchedule - [PUT /claim-queue-schedules/{claimQueueScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedules/updateclaimqueueschedule.md): Updates a specific ClaimQueueSchedule. ### Delete ClaimQueueSchedule - [DELETE /claim-queue-schedules/{claimQueueScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedules/deleteclaimqueueschedule.md): Deletes an ClaimQueueSchedule ### Create or Update Batch ClaimQueueSchedule - [PUT /claim-queue-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-schedules/updatebatchclaimqueueschedule.md): Create or Update multiple ClaimQueueSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Statuses ### Create ClaimQueueStatus - [POST /claim-queue-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-statuses/createclaimqueuestatus.md): Creates a new ClaimQueueStatus ### List ClaimQueueStatus - [GET /claim-queue-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-statuses/listclaimqueuestatus.md): Lists all ClaimQueueStatus ### Get ClaimQueueStatus - [GET /claim-queue-statuses/{queueStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-statuses/getclaimqueuestatus.md): Gets ClaimQueueStatus ### Update ClaimQueueStatus - [PUT /claim-queue-statuses/{queueStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-statuses/updateclaimqueuestatus.md): Updates a specific ClaimQueueStatus. ### Delete ClaimQueueStatus - [DELETE /claim-queue-statuses/{queueStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-statuses/deleteclaimqueuestatus.md): Deletes an ClaimQueueStatus ### Create or Update Batch ClaimQueueStatus - [PUT /claim-queue-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-statuses/updatebatchclaimqueuestatus.md): Create or Update multiple ClaimQueueStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queues ### Create ClaimQueue - [POST /claim-queues](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queues/createclaimqueue.md): Creates a new ClaimQueue ### List ClaimQueue - [GET /claim-queues](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queues/listclaimqueue.md): Lists all ClaimQueue ### Get ClaimQueue - [GET /claim-queues/{claimQueue_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queues/getclaimqueue.md): Gets ClaimQueue ### Update ClaimQueue - [PUT /claim-queues/{claimQueue_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queues/updateclaimqueue.md): Updates a specific ClaimQueue. ### Delete ClaimQueue - [DELETE /claim-queues/{claimQueue_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queues/deleteclaimqueue.md): Deletes an ClaimQueue ### Create or Update Batch ClaimQueue - [PUT /claim-queues-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queues/updatebatchclaimqueue.md): Create or Update multiple ClaimQueue at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Reprice Remove ### Create ClaimRepriceRemove - [POST /claim-reprice-remove](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-reprice-remove/createclaimrepriceremove.md): Creates a new ClaimRepriceRemove ### List ClaimRepriceRemove - [GET /claim-reprice-remove](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-reprice-remove/listclaimrepriceremove.md): Lists all ClaimRepriceRemove ### Get ClaimRepriceRemove - [GET /claim-reprice-remove/{ClaimRepriceRemove_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-reprice-remove/getclaimrepriceremove.md): Gets ClaimRepriceRemove ### Update ClaimRepriceRemove - [PUT /claim-reprice-remove/{ClaimRepriceRemove_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-reprice-remove/updateclaimrepriceremove.md): Updates a specific ClaimRepriceRemove. ### Delete ClaimRepriceRemove - [DELETE /claim-reprice-remove/{ClaimRepriceRemove_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-reprice-remove/deleteclaimrepriceremove.md): Deletes an ClaimRepriceRemove ### Create or Update Batch ClaimRepriceRemove - [PUT /claim-reprice-remove-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-reprice-remove/updatebatchclaimrepriceremove.md): Create or Update multiple ClaimRepriceRemove at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rule Dependents ### Create ClaimRuleDependent - [POST /claim-rules/{claimRuleKey}/dependent-claim-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-dependents/createclaimruledependent.md): Creates a new ClaimRuleDependent ### List ClaimRuleDependent - [GET /claim-rules/{claimRuleKey}/dependent-claim-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-dependents/listclaimruledependent.md): Lists all ClaimRuleDependent for the given claimRuleKey ### Get ClaimRuleDependent - [GET /claim-rules/{claimRuleKey}/dependent-claim-rules/{dependentClaimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-dependents/getclaimruledependent.md): Gets ClaimRuleDependent ### Delete ClaimRuleDependent - [DELETE /claim-rules/{claimRuleKey}/dependent-claim-rules/{dependentClaimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-dependents/deleteclaimruledependent.md): Deletes an ClaimRuleDependent ### Create or Update Batch ClaimRuleDependent - [PUT /claim-rules/{claimRuleKey}/dependent-claim-rules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-dependents/updatebatchclaimruledependent.md): Create or Update multiple ClaimRuleDependent at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rule Procedures ### Create ClaimRuleProcedure - [POST /claim-rules/{claimRuleKey}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-procedures/createclaimruleprocedure.md): Creates a new ClaimRuleProcedure ### List ClaimRuleProcedure - [GET /claim-rules/{claimRuleKey}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-procedures/listclaimruleprocedure.md): Lists all ClaimRuleProcedure for the given claimRuleKey ### Get ClaimRuleProcedure - [GET /claim-rules/{claimRuleKey}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-procedures/getclaimruleprocedure.md): Gets ClaimRuleProcedure ### Update ClaimRuleProcedure - [PUT /claim-rules/{claimRuleKey}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-procedures/updateclaimruleprocedure.md): Updates a specific ClaimRuleProcedure. ### Delete ClaimRuleProcedure - [DELETE /claim-rules/{claimRuleKey}/procedures/{fromProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-procedures/deleteclaimruleprocedure.md): Deletes an ClaimRuleProcedure ### Create or Update Batch ClaimRuleProcedure - [PUT /claim-rules/{claimRuleKey}/procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-procedures/updatebatchclaimruleprocedure.md): Create or Update multiple ClaimRuleProcedure at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rule Provider Types ### Create ClaimRuleProviderType - [POST /claim-rules/{claimRuleKey}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/createclaimruleprovidertype.md): Creates a new ClaimRuleProviderType ### List ClaimRuleProviderType - [GET /claim-rules/{claimRuleKey}/provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/listclaimruleprovidertype.md): Lists all ClaimRuleProviderType for the given claimRuleKey ### Get ClaimRuleProviderType - [GET /claim-rules/{claimRuleKey}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/getclaimruleprovidertype.md): Gets ClaimRuleProviderType ### Update ClaimRuleProviderType - [PUT /claim-rules/{claimRuleKey}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/updateclaimruleprovidertype.md): Updates a specific ClaimRuleProviderType. ### Delete ClaimRuleProviderType - [DELETE /claim-rules/{claimRuleKey}/provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/deleteclaimruleprovidertype.md): Deletes an ClaimRuleProviderType ### Create or Update Batch ClaimRuleProviderType - [PUT /claim-rules/{claimRuleKey}/provider-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-provider-types/updatebatchclaimruleprovidertype.md): Create or Update multiple ClaimRuleProviderType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rule Set Details ### Create ClaimRuleSetDetail - [POST /claim-rule-set-headers/{claimRuleSetHeaderKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-details/createclaimrulesetdetail.md): Creates a new ClaimRuleSetDetail ### List ClaimRuleSetDetail - [GET /claim-rule-set-headers/{claimRuleSetHeaderKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-details/listclaimrulesetdetail.md): Lists all ClaimRuleSetDetail for the given claimRuleSetHeaderKey ### Get ClaimRuleSetDetail - [GET /claim-rule-set-headers/{claimRuleSetHeaderKey}/details/{claimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-details/getclaimrulesetdetail.md): Gets ClaimRuleSetDetail ### Update ClaimRuleSetDetail - [PUT /claim-rule-set-headers/{claimRuleSetHeaderKey}/details/{claimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-details/updateclaimrulesetdetail.md): Updates a specific ClaimRuleSetDetail. ### Delete ClaimRuleSetDetail - [DELETE /claim-rule-set-headers/{claimRuleSetHeaderKey}/details/{claimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-details/deleteclaimrulesetdetail.md): Deletes an ClaimRuleSetDetail ### Create or Update Batch ClaimRuleSetDetail - [PUT /claim-rule-set-headers/{claimRuleSetHeaderKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-details/updatebatchclaimrulesetdetail.md): Create or Update multiple ClaimRuleSetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rule Set Headers ### Create ClaimRuleSetHeader - [POST /claim-rule-set-headers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-headers/createclaimrulesetheader.md): Creates a new ClaimRuleSetHeader ### List ClaimRuleSetHeader - [GET /claim-rule-set-headers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-headers/listclaimrulesetheader.md): Lists all ClaimRuleSetHeader ### Get ClaimRuleSetHeader - [GET /claim-rule-set-headers/{claimRuleSetHeaderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-headers/getclaimrulesetheader.md): Gets ClaimRuleSetHeader ### Update ClaimRuleSetHeader - [PUT /claim-rule-set-headers/{claimRuleSetHeaderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-headers/updateclaimrulesetheader.md): Updates a specific ClaimRuleSetHeader. ### Delete ClaimRuleSetHeader - [DELETE /claim-rule-set-headers/{claimRuleSetHeaderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-headers/deleteclaimrulesetheader.md): Deletes an ClaimRuleSetHeader ### Create or Update Batch ClaimRuleSetHeader - [PUT /claim-rule-set-headers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-set-headers/updatebatchclaimrulesetheader.md): Create or Update multiple ClaimRuleSetHeader at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rule Types ### Create ClaimRuleClaimType - [POST /claim-rules/{claimRuleKey}/types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-types/createclaimruleclaimtype.md): Creates a new ClaimRuleClaimType ### List ClaimRuleClaimType - [GET /claim-rules/{claimRuleKey}/types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-types/listclaimruleclaimtype.md): Lists all ClaimRuleClaimType for the given claimRuleKey ### Get ClaimRuleClaimType - [GET /claim-rules/{claimRuleKey}/types/{claimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-types/getclaimruleclaimtype.md): Gets ClaimRuleClaimType ### Update ClaimRuleClaimType - [PUT /claim-rules/{claimRuleKey}/types/{claimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-types/updateclaimruleclaimtype.md): Updates a specific ClaimRuleClaimType. ### Delete ClaimRuleClaimType - [DELETE /claim-rules/{claimRuleKey}/types/{claimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-types/deleteclaimruleclaimtype.md): Deletes an ClaimRuleClaimType ### Create or Update Batch ClaimRuleClaimType - [PUT /claim-rules/{claimRuleKey}/types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rule-types/updatebatchclaimruleclaimtype.md): Create or Update multiple ClaimRuleClaimType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Rules ### Create ClaimRule - [POST /claim-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rules/createclaimrule.md): Creates a new ClaimRule ### List ClaimRule - [GET /claim-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rules/listclaimrule.md): Lists all ClaimRule ### Get ClaimRule - [GET /claim-rules/{claimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rules/getclaimrule.md): Gets ClaimRule ### Update ClaimRule - [PUT /claim-rules/{claimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rules/updateclaimrule.md): Updates a specific ClaimRule. ### Delete ClaimRule - [DELETE /claim-rules/{claimRuleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rules/deleteclaimrule.md): Deletes an ClaimRule ### Create or Update Batch ClaimRule - [PUT /claim-rules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-rules/updatebatchclaimrule.md): Create or Update multiple ClaimRule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Statuses ### Create ClaimStatus - [POST /claim-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-statuses/createclaimstatus.md): Creates a new ClaimStatus ### List ClaimStatus - [GET /claim-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-statuses/listclaimstatus.md): Lists all ClaimStatus ### Get ClaimStatus - [GET /claim-statuses/{claimStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-statuses/getclaimstatus.md): Gets ClaimStatus ### Update ClaimStatus - [PUT /claim-statuses/{claimStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-statuses/updateclaimstatus.md): Updates a specific ClaimStatus. ### Delete ClaimStatus - [DELETE /claim-statuses/{claimStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-statuses/deleteclaimstatus.md): Deletes an ClaimStatus ### Create or Update Batch ClaimStatus - [PUT /claim-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-statuses/updatebatchclaimstatus.md): Create or Update multiple ClaimStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Transactions ### Create ClaimTransaction - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-transactions/createclaimtransaction.md): Creates a new ClaimTransaction ### List ClaimTransaction - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-transactions/listclaimtransaction.md): Lists all ClaimTransaction for the given batchNumber and batchClaim ### Get ClaimTransaction - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/transactions/{claimTransactionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-transactions/getclaimtransaction.md): Gets ClaimTransaction ### Update ClaimTransaction - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/transactions/{claimTransactionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-transactions/updateclaimtransaction.md): Updates a specific ClaimTransaction. ### Delete ClaimTransaction - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/transactions/{claimTransactionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-transactions/deleteclaimtransaction.md): Deletes an ClaimTransaction ### Create or Update Batch ClaimTransaction - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/transactions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-transactions/updatebatchclaimtransaction.md): Create or Update multiple ClaimTransaction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Value Codes ### Create ClaimValueCode - [POST /claim-value-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/createclaimvaluecode.md): Creates a new ClaimValueCode ### List ClaimValueCode - [GET /claim-value-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/listclaimvaluecode.md): Lists all ClaimValueCode ### Get ClaimValueCode - [GET /claim-value-codes/{valueCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/getclaimvaluecode.md): Gets ClaimValueCode ### Update ClaimValueCode - [PUT /claim-value-codes/{valueCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/updateclaimvaluecode.md): Updates a specific ClaimValueCode. ### Delete ClaimValueCode - [DELETE /claim-value-codes/{valueCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/deleteclaimvaluecode.md): Deletes an ClaimValueCode ### Create or Update Batch ClaimValueCode - [PUT /claim-value-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/updatebatchclaimvaluecode.md): Create or Update multiple ClaimValueCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claims ### Create Claim - [POST /claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claims/createclaim.md): WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs. ### Get Claim - [GET /claims/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claims/getclaim.md): WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs. ### Update Claim - [PUT /claims/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claims/updateclaim.md): WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs. ### Delete Claim - [DELETE /claims/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claims/deleteclaim.md): WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs. ### Create or Update Batch Claim - [PUT /claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claims/updatebatchclaim.md): WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs. ### List ClaimTimeline - [GET /claim-timeline](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claims/listclaimtimeline.md): Lists all ClaimTimeline ## Duplicate Columns ### Create DuplicateColumn - [POST /duplicate-columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-columns/createduplicatecolumn.md): Creates a new DuplicateColumn ### List DuplicateColumn - [GET /duplicate-columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-columns/listduplicatecolumn.md): Lists all DuplicateColumn ### Get DuplicateColumn - [GET /duplicate-columns/{duplicateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-columns/getduplicatecolumn.md): Gets DuplicateColumn ### Update DuplicateColumn - [PUT /duplicate-columns/{duplicateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-columns/updateduplicatecolumn.md): Updates a specific DuplicateColumn. ### Delete DuplicateColumn - [DELETE /duplicate-columns/{duplicateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-columns/deleteduplicatecolumn.md): Deletes an DuplicateColumn ### Create or Update Batch DuplicateColumn - [PUT /duplicate-columns-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-columns/updatebatchduplicatecolumn.md): Create or Update multiple DuplicateColumn at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Duplicate Master Sets ### Create DuplicateMasterSet - [POST /duplicate-masters/{duplicateMasterKey}/sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-master-sets/createduplicatemasterset.md): Creates a new DuplicateMasterSet ### List DuplicateMasterSet - [GET /duplicate-masters/{duplicateMasterKey}/sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-master-sets/listduplicatemasterset.md): Lists all DuplicateMasterSet for the given duplicateMasterKey ### Get DuplicateMasterSet - [GET /duplicate-masters/{duplicateMasterKey}/sets/{duplicateSetKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-master-sets/getduplicatemasterset.md): Gets DuplicateMasterSet ### Update DuplicateMasterSet - [PUT /duplicate-masters/{duplicateMasterKey}/sets/{duplicateSetKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-master-sets/updateduplicatemasterset.md): Updates a specific DuplicateMasterSet. ### Delete DuplicateMasterSet - [DELETE /duplicate-masters/{duplicateMasterKey}/sets/{duplicateSetKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-master-sets/deleteduplicatemasterset.md): Deletes an DuplicateMasterSet ### Create or Update Batch DuplicateMasterSet - [PUT /duplicate-masters/{duplicateMasterKey}/sets-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-master-sets/updatebatchduplicatemasterset.md): Create or Update multiple DuplicateMasterSet at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Duplicate Masters ### Create DuplicateMaster - [POST /duplicate-masters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-masters/createduplicatemaster.md): Creates a new DuplicateMaster ### List DuplicateMaster - [GET /duplicate-masters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-masters/listduplicatemaster.md): Lists all DuplicateMaster ### Get DuplicateMaster - [GET /duplicate-masters/{duplicateMasterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-masters/getduplicatemaster.md): Gets DuplicateMaster ### Update DuplicateMaster - [PUT /duplicate-masters/{duplicateMasterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-masters/updateduplicatemaster.md): Updates a specific DuplicateMaster. ### Delete DuplicateMaster - [DELETE /duplicate-masters/{duplicateMasterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-masters/deleteduplicatemaster.md): Deletes an DuplicateMaster ### Create or Update Batch DuplicateMaster - [PUT /duplicate-masters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-masters/updatebatchduplicatemaster.md): Create or Update multiple DuplicateMaster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Duplicate Set Columns ### Create DuplicateSetColumn - [POST /duplicate-sets/{duplicateSetKey}/columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-set-columns/createduplicatesetcolumn.md): Creates a new DuplicateSetColumn ### List DuplicateSetColumn - [GET /duplicate-sets/{duplicateSetKey}/columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-set-columns/listduplicatesetcolumn.md): Lists all DuplicateSetColumn for the given duplicateSetKey ### Get DuplicateSetColumn - [GET /duplicate-sets/{duplicateSetKey}/columns/{duplicateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-set-columns/getduplicatesetcolumn.md): Gets DuplicateSetColumn ### Update DuplicateSetColumn - [PUT /duplicate-sets/{duplicateSetKey}/columns/{duplicateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-set-columns/updateduplicatesetcolumn.md): Updates a specific DuplicateSetColumn. ### Delete DuplicateSetColumn - [DELETE /duplicate-sets/{duplicateSetKey}/columns/{duplicateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-set-columns/deleteduplicatesetcolumn.md): Deletes an DuplicateSetColumn ### Create or Update Batch DuplicateSetColumn - [PUT /duplicate-sets/{duplicateSetKey}/columns-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-set-columns/updatebatchduplicatesetcolumn.md): Create or Update multiple DuplicateSetColumn at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Duplicate Sets ### Create DuplicateSet - [POST /duplicate-sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-sets/createduplicateset.md): Creates a new DuplicateSet ### List DuplicateSet - [GET /duplicate-sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-sets/listduplicateset.md): Lists all DuplicateSet ### Get DuplicateSet - [GET /duplicate-sets/{duplicateSetKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-sets/getduplicateset.md): Gets DuplicateSet ### Update DuplicateSet - [PUT /duplicate-sets/{duplicateSetKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-sets/updateduplicateset.md): Updates a specific DuplicateSet. ### Delete DuplicateSet - [DELETE /duplicate-sets/{duplicateSetKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-sets/deleteduplicateset.md): Deletes an DuplicateSet ### Create or Update Batch DuplicateSet - [PUT /duplicate-sets-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/duplicate-sets/updatebatchduplicateset.md): Create or Update multiple DuplicateSet at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## EDICustomFields ### Create EDICustomField - [POST /edi-custom-fields](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfields/createedicustomfield.md): Creates a new EDICustomField ### List EDICustomField - [GET /edi-custom-fields](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfields/listedicustomfield.md): Lists all EDICustomField ### Get EDICustomField - [GET /edi-custom-fields/{EDICustomField_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfields/getedicustomfield.md): Gets EDICustomField ### Update EDICustomField - [PUT /edi-custom-fields/{EDICustomField_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfields/updateedicustomfield.md): Updates a specific EDICustomField. ### Delete EDICustomField - [DELETE /edi-custom-fields/{EDICustomField_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfields/deleteedicustomfield.md): Deletes an EDICustomField ### Create or Update Batch EDICustomField - [PUT /edi-custom-fields-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfields/updatebatchedicustomfield.md): Create or Update multiple EDICustomField at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## EDICustomFieldValueClaims ### Create EDICustomFieldValueClaim - [POST /edi-custom-field-value-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfieldvalueclaims/createedicustomfieldvalueclaim.md): Creates a new EDICustomFieldValueClaim ### List EDICustomFieldValueClaim - [GET /edi-custom-field-value-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfieldvalueclaims/listedicustomfieldvalueclaim.md): Lists all EDICustomFieldValueClaim ### Get EDICustomFieldValueClaim - [GET /edi-custom-field-value-claims/{EDICustomFieldValueClaim_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfieldvalueclaims/getedicustomfieldvalueclaim.md): Gets EDICustomFieldValueClaim ### Update EDICustomFieldValueClaim - [PUT /edi-custom-field-value-claims/{EDICustomFieldValueClaim_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfieldvalueclaims/updateedicustomfieldvalueclaim.md): Updates a specific EDICustomFieldValueClaim. ### Delete EDICustomFieldValueClaim - [DELETE /edi-custom-field-value-claims/{EDICustomFieldValueClaim_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfieldvalueclaims/deleteedicustomfieldvalueclaim.md): Deletes an EDICustomFieldValueClaim ### Create or Update Batch EDICustomFieldValueClaim - [PUT /edi-custom-field-value-claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/edicustomfieldvalueclaims/updatebatchedicustomfieldvalueclaim.md): Create or Update multiple EDICustomFieldValueClaim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## EOB ### Retrieves the member EOB (Explanation of Benefits) PDF for the specified batch claim. - [GET /claims/{claimNumber}/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eob/getmembereob.md): Resolution order: 1. If the client/company is configured for Zelis RedCard EOBs, attempt external retrieval. 2. If external retrieval is unavailable, misconfigured, or not eligible, fall back to internal VBA report generation. The response always includes correlation identifiers (Subscriber_ID, Member_Seq, Batch_Number, Batch_Claim). ### Retrieves the member EOB (Explanation of Benefits) PDF for the specified batch claim. - [GET /claims/{claimNumber}/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembereob.md): Resolution order: 1. If the client/company is configured for Zelis RedCard EOBs, attempt external retrieval. 2. If external retrieval is unavailable, misconfigured, or not eligible, fall back to internal VBA report generation. The response always includes correlation identifiers (Subscriber_ID, Member_Seq, Batch_Number, Batch_Claim). ### Retrieves the member EOB (Explanation of Benefits) PDF for the specified batch claim. - [GET /claims/{claimNumber}/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/members/getmembereob.md): Resolution order: 1. If the client/company is configured for Zelis RedCard EOBs, attempt external retrieval. 2. If external retrieval is unavailable, misconfigured, or not eligible, fall back to internal VBA report generation. The response always includes correlation identifiers (Subscriber_ID, Member_Seq, Batch_Number, Batch_Claim). ## Error Category ### Create ErrorCategory - [POST /error-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category/createerrorcategory.md): Creates a new ErrorCategory ### List ErrorCategory - [GET /error-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category/listerrorcategory.md): Lists all ErrorCategory ### Get ErrorCategory - [GET /error-categories/{errorCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category/geterrorcategory.md): Gets ErrorCategory ### Update ErrorCategory - [PUT /error-categories/{errorCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category/updateerrorcategory.md): Updates a specific ErrorCategory. ### Delete ErrorCategory - [DELETE /error-categories/{errorCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category/deleteerrorcategory.md): Deletes an ErrorCategory ### Create or Update Batch ErrorCategory - [PUT /error-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category/updatebatcherrorcategory.md): Create or Update multiple ErrorCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Error Category Types ### Create ErrorCategoryType - [POST /error-category-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category-types/createerrorcategorytype.md): Creates a new ErrorCategoryType ### List ErrorCategoryType - [GET /error-category-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category-types/listerrorcategorytype.md): Lists all ErrorCategoryType ### Get ErrorCategoryType - [GET /error-category-types/{errorCategory}/{errorType}/{errorCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category-types/geterrorcategorytype.md): Gets ErrorCategoryType ### Update ErrorCategoryType - [PUT /error-category-types/{errorCategory}/{errorType}/{errorCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category-types/updateerrorcategorytype.md): Updates a specific ErrorCategoryType. ### Delete ErrorCategoryType - [DELETE /error-category-types/{errorCategory}/{errorType}/{errorCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category-types/deleteerrorcategorytype.md): Deletes an ErrorCategoryType ### Create or Update Batch ErrorCategoryType - [PUT /error-category-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-category-types/updatebatcherrorcategorytype.md): Create or Update multiple ErrorCategoryType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Error Severity ### Create ErrorSeverity - [POST /error-severities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-severity/createerrorseverity.md): Creates a new ErrorSeverity ### List ErrorSeverity - [GET /error-severities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-severity/listerrorseverity.md): Lists all ErrorSeverity ### Get ErrorSeverity - [GET /error-severities/{errorSeverity}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-severity/geterrorseverity.md): Gets ErrorSeverity ### Update ErrorSeverity - [PUT /error-severities/{errorSeverity}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-severity/updateerrorseverity.md): Updates a specific ErrorSeverity. ### Delete ErrorSeverity - [DELETE /error-severities/{errorSeverity}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-severity/deleteerrorseverity.md): Deletes an ErrorSeverity ### Create or Update Batch ErrorSeverity - [PUT /error-severities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-severity/updatebatcherrorseverity.md): Create or Update multiple ErrorSeverity at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Error Type ### Create ErrorType - [POST /error-error-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-type/createerrortype.md): Creates a new ErrorType ### List ErrorType - [GET /error-error-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-type/listerrortype.md): Lists all ErrorType ### Get ErrorType - [GET /error-error-types/{errorType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-type/geterrortype.md): Gets ErrorType ### Update ErrorType - [PUT /error-error-types/{errorType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-type/updateerrortype.md): Updates a specific ErrorType. ### Delete ErrorType - [DELETE /error-error-types/{errorType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-type/deleteerrortype.md): Deletes an ErrorType ### Create or Update Batch ErrorType - [PUT /error-error-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/error-type/updatebatcherrortype.md): Create or Update multiple ErrorType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Events ### List of Claim Invoice Statuses - [GET /claim-invoice-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listclaiminvoicestatus.md): List of Claim Invoice Statuses ### Create Event - [POST /events](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/createevent.md): Creates a new Event ### List Event - [GET /events](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listevent.md): Lists all Event ### List Schedule Intervals - [GET /schedule-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleintervals.md): List Schedule Intervals ### List Schedule Interval Options - [GET /schedule-interval-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleintervaloptions.md): List Schedule Interval Options ### List Schedule Interval End Options - [GET /schedule-interval-end-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleintervalendoptions.md): List Schedule Interval End Options ### List Days Of Week - [GET /days-of-week](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listdaysofweek.md): List Days Of Week ### List Months Of Year - [GET /months-of-year](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listmonthsofyear.md): List Months Of Year ### List Event Actions - [GET /event-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listeventactions.md): List Event Actions ### List Schedule Actions - [GET /schedule-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleactions.md): List Schedule Actions ### List Durations - [GET /durations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listdurations.md): List Durations ### List Priorities - [GET /priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listpriorities.md): List Priorities ### List Snoozes - [GET /snoozes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listsnoozes.md): List Snoozes ### List Active User Events - [GET /users/{userId}/events](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/getactiveeventsbyuser.md): Retrieves a list of active Events for the specified User ID ### Get Event - [GET /events/{eventID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/getevent.md): Gets Event ### Update Event - [PUT /events/{eventID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/updateevent.md): Updates a specific Event. ### Delete Event - [DELETE /events/{eventID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/deleteevent.md): Deletes an Event ### Create or Update Batch Event - [PUT /events-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/updatebatchevent.md): Create or Update multiple Event at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Reschedule Event - [POST /events/{eventID}/reschedule](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/rescheduleevent.md): Reschedule Event ### Next Scheduled Date - [POST /events/{eventID}/schedules/{scheduleId}/next](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/nextscheduleddate.md): Move Event to the Next Scheduled Date. See ListEventSchedule to get all Schedule IDs for this Event. ### Snooze an Event - [POST /events/{eventID}/snooze](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/snoozeevent.md): Snooze an Event for the specified duration. See ListSnoozes for available snooze durations. Default snooze duration is 15 minutes. ### List Report Args - [GET /report-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listreportargs.md): List Report Args ### List of Claim Invoice Statuses - [GET /claim-invoice-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listclaiminvoicestatus.md): List of Claim Invoice Statuses ### Create Event - [POST /events](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/createevent.md): Creates a new Event ### List Event - [GET /events](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listevent.md): Lists all Event ### List Schedule Intervals - [GET /schedule-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleintervals.md): List Schedule Intervals ### List Schedule Interval Options - [GET /schedule-interval-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleintervaloptions.md): List Schedule Interval Options ### List Schedule Interval End Options - [GET /schedule-interval-end-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleintervalendoptions.md): List Schedule Interval End Options ### List Days Of Week - [GET /days-of-week](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listdaysofweek.md): List Days Of Week ### List Months Of Year - [GET /months-of-year](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listmonthsofyear.md): List Months Of Year ### List Event Actions - [GET /event-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listeventactions.md): List Event Actions ### List Schedule Actions - [GET /schedule-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listscheduleactions.md): List Schedule Actions ### List Durations - [GET /durations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listdurations.md): List Durations ### List Priorities - [GET /priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listpriorities.md): List Priorities ### List Snoozes - [GET /snoozes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listsnoozes.md): List Snoozes ### List Active User Events - [GET /users/{userId}/events](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/getactiveeventsbyuser.md): Retrieves a list of active Events for the specified User ID ### Get Event - [GET /events/{eventID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/getevent.md): Gets Event ### Update Event - [PUT /events/{eventID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/updateevent.md): Updates a specific Event. ### Delete Event - [DELETE /events/{eventID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/deleteevent.md): Deletes an Event ### Create or Update Batch Event - [PUT /events-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/updatebatchevent.md): Create or Update multiple Event at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Reschedule Event - [POST /events/{eventID}/reschedule](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/rescheduleevent.md): Reschedule Event ### Next Scheduled Date - [POST /events/{eventID}/schedules/{scheduleId}/next](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/nextscheduleddate.md): Move Event to the Next Scheduled Date. See ListEventSchedule to get all Schedule IDs for this Event. ### Snooze an Event - [POST /events/{eventID}/snooze](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/snoozeevent.md): Snooze an Event for the specified duration. See ListSnoozes for available snooze durations. Default snooze duration is 15 minutes. ### List Report Args - [GET /report-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/events/listreportargs.md): List Report Args ## Flex Claim Details ### Create ClaimFlexDetail - [POST /flex-claims/{claimFlexKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-details/createclaimflexdetail.md): Creates a new ClaimFlexDetail ### List ClaimFlexDetail - [GET /flex-claims/{claimFlexKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-details/listclaimflexdetail.md): Lists all ClaimFlexDetail for the given claimFlexKey ### Get ClaimFlexDetail - [GET /flex-claims/{claimFlexKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-details/getclaimflexdetail.md): Gets ClaimFlexDetail ### Update ClaimFlexDetail - [PUT /flex-claims/{claimFlexKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-details/updateclaimflexdetail.md): Updates a specific ClaimFlexDetail. ### Delete ClaimFlexDetail - [DELETE /flex-claims/{claimFlexKey}/details/{batchNumber}/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-details/deleteclaimflexdetail.md): Deletes an ClaimFlexDetail ### Create or Update Batch ClaimFlexDetail - [PUT /flex-claims/{claimFlexKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-details/updatebatchclaimflexdetail.md): Create or Update multiple ClaimFlexDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Claim Services ### Create ClaimFlexService - [POST /flex-claims/{claimFlexKey}/services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-services/createclaimflexservice.md): Creates a new ClaimFlexService ### List ClaimFlexService - [GET /flex-claims/{claimFlexKey}/services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-services/listclaimflexservice.md): Lists all ClaimFlexService for the given claimFlexKey ### Get ClaimFlexService - [GET /flex-claims/{claimFlexKey}/services/{claimFlexServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-services/getclaimflexservice.md): Gets ClaimFlexService ### Update ClaimFlexService - [PUT /flex-claims/{claimFlexKey}/services/{claimFlexServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-services/updateclaimflexservice.md): Updates a specific ClaimFlexService. ### Delete ClaimFlexService - [DELETE /flex-claims/{claimFlexKey}/services/{claimFlexServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-services/deleteclaimflexservice.md): Deletes an ClaimFlexService ### Create or Update Batch ClaimFlexService - [PUT /flex-claims/{claimFlexKey}/services-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claim-services/updatebatchclaimflexservice.md): Create or Update multiple ClaimFlexService at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Claims ### Create ClaimFlex - [POST /flex-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claims/createclaimflex.md): Creates a new ClaimFlex ### List ClaimFlex - [GET /flex-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claims/listclaimflex.md): Lists all ClaimFlex ### Get ClaimFlex - [GET /flex-claims/{claimFlexKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claims/getclaimflex.md): Gets ClaimFlex ### Update ClaimFlex - [PUT /flex-claims/{claimFlexKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claims/updateclaimflex.md): Updates a specific ClaimFlex. ### Delete ClaimFlex - [DELETE /flex-claims/{claimFlexKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claims/deleteclaimflex.md): Deletes an ClaimFlex ### Create or Update Batch ClaimFlex - [PUT /flex-claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-claims/updatebatchclaimflex.md): Create or Update multiple ClaimFlex at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reviewed Status ### Create ReviewedStatus - [POST /claim-batch-reviewed-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reviewed-status/createreviewedstatus.md): Creates a new ReviewedStatus ### List ReviewedStatus - [GET /claim-batch-reviewed-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reviewed-status/listreviewedstatus.md): Lists all ReviewedStatus ### Get ReviewedStatus - [GET /claim-batch-reviewed-status/{Reviewed_Status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reviewed-status/getreviewedstatus.md): Gets ReviewedStatus ### Update ReviewedStatus - [PUT /claim-batch-reviewed-status/{Reviewed_Status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reviewed-status/updatereviewedstatus.md): Updates a specific ReviewedStatus. ### Delete ReviewedStatus - [DELETE /claim-batch-reviewed-status/{Reviewed_Status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reviewed-status/deletereviewedstatus.md): Deletes an ReviewedStatus ### Create or Update Batch ReviewedStatus - [PUT /claim-batch-reviewed-status-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reviewed-status/updatebatchreviewedstatus.md): Create or Update multiple ReviewedStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Suspense Claims ### Create SuspenseClaim - [POST /suspense-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-claims/createsuspenseclaim.md): Creates a new SuspenseClaim ### List SuspenseClaim - [GET /suspense-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-claims/listsuspenseclaim.md): Lists all SuspenseClaim ### Get SuspenseClaim - [GET /suspense-claims/{suspenseClaimKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-claims/getsuspenseclaim.md): Gets SuspenseClaim ### Update SuspenseClaim - [PUT /suspense-claims/{suspenseClaimKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-claims/updatesuspenseclaim.md): Updates a specific SuspenseClaim. ### Delete SuspenseClaim - [DELETE /suspense-claims/{suspenseClaimKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-claims/deletesuspenseclaim.md): Deletes an SuspenseClaim ### Create or Update Batch SuspenseClaim - [PUT /suspense-claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-claims/updatebatchsuspenseclaim.md): Create or Update multiple SuspenseClaim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Suspense Criterias ### Create SuspenseCriteria - [POST /suspense-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-criterias/createsuspensecriteria.md): Creates a new SuspenseCriteria ### List SuspenseCriteria - [GET /suspense-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-criterias/listsuspensecriteria.md): Lists all SuspenseCriteria ### Get SuspenseCriteria - [GET /suspense-criterias/{suspenseCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-criterias/getsuspensecriteria.md): Gets SuspenseCriteria ### Update SuspenseCriteria - [PUT /suspense-criterias/{suspenseCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-criterias/updatesuspensecriteria.md): Updates a specific SuspenseCriteria. ### Delete SuspenseCriteria - [DELETE /suspense-criterias/{suspenseCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-criterias/deletesuspensecriteria.md): Deletes an SuspenseCriteria ### Create or Update Batch SuspenseCriteria - [PUT /suspense-criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-criterias/updatebatchsuspensecriteria.md): Create or Update multiple SuspenseCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Suspense Types ### Create SuspenseType - [POST /suspense-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-types/createsuspensetype.md): Creates a new SuspenseType ### List SuspenseType - [GET /suspense-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-types/listsuspensetype.md): Lists all SuspenseType ### Get SuspenseType - [GET /suspense-types/{suspenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-types/getsuspensetype.md): Gets SuspenseType ### Update SuspenseType - [PUT /suspense-types/{suspenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-types/updatesuspensetype.md): Updates a specific SuspenseType. ### Delete SuspenseType - [DELETE /suspense-types/{suspenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-types/deletesuspensetype.md): Deletes an SuspenseType ### Create or Update Batch SuspenseType - [PUT /suspense-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suspense-types/updatebatchsuspensetype.md): Create or Update multiple SuspenseType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Activity Parameters ### Create CommissionParameter - [POST /commission-activities/{commActivityKey}/commission-parameters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity-parameters/createcommissionparameter.md): Creates a new CommissionParameter ### List CommissionParameter - [GET /commission-activities/{commActivityKey}/commission-parameters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity-parameters/listcommissionparameter.md): Lists all CommissionParameter for the given commActivityKey ### Get CommissionParameter - [GET /commission-activities/{commActivityKey}/commission-parameters/{commParameterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity-parameters/getcommissionparameter.md): Gets CommissionParameter ### Update CommissionParameter - [PUT /commission-activities/{commActivityKey}/commission-parameters/{commParameterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity-parameters/updatecommissionparameter.md): Updates a specific CommissionParameter. ### Delete CommissionParameter - [DELETE /commission-activities/{commActivityKey}/commission-parameters/{commParameterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity-parameters/deletecommissionparameter.md): Deletes an CommissionParameter ### Create or Update Batch CommissionParameter - [PUT /commission-activities/{commActivityKey}/commission-parameters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-activity-parameters/updatebatchcommissionparameter.md): Create or Update multiple CommissionParameter at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Adjustment Reasons ### Create CommissionAdjustmentReason - [POST /commission-adjustment-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-reasons/createcommissionadjustmentreason.md): Creates a new CommissionAdjustmentReason ### List CommissionAdjustmentReason - [GET /commission-adjustment-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-reasons/listcommissionadjustmentreason.md): Lists all CommissionAdjustmentReason ### Get CommissionAdjustmentReason - [GET /commission-adjustment-reasons/{commAdjReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-reasons/getcommissionadjustmentreason.md): Gets CommissionAdjustmentReason ### Update CommissionAdjustmentReason - [PUT /commission-adjustment-reasons/{commAdjReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-reasons/updatecommissionadjustmentreason.md): Updates a specific CommissionAdjustmentReason. ### Delete CommissionAdjustmentReason - [DELETE /commission-adjustment-reasons/{commAdjReason}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-reasons/deletecommissionadjustmentreason.md): Deletes an CommissionAdjustmentReason ### Create or Update Batch CommissionAdjustmentReason - [PUT /commission-adjustment-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-reasons/updatebatchcommissionadjustmentreason.md): Create or Update multiple CommissionAdjustmentReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Adjustment Types ### Create CommissionAdjustmentType - [POST /commission-adjustment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-types/createcommissionadjustmenttype.md): Creates a new CommissionAdjustmentType ### List CommissionAdjustmentType - [GET /commission-adjustment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-types/listcommissionadjustmenttype.md): Lists all CommissionAdjustmentType ### Get CommissionAdjustmentType - [GET /commission-adjustment-types/{commAdjType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-types/getcommissionadjustmenttype.md): Gets CommissionAdjustmentType ### Update CommissionAdjustmentType - [PUT /commission-adjustment-types/{commAdjType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-types/updatecommissionadjustmenttype.md): Updates a specific CommissionAdjustmentType. ### Delete CommissionAdjustmentType - [DELETE /commission-adjustment-types/{commAdjType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-types/deletecommissionadjustmenttype.md): Deletes an CommissionAdjustmentType ### Create or Update Batch CommissionAdjustmentType - [PUT /commission-adjustment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustment-types/updatebatchcommissionadjustmenttype.md): Create or Update multiple CommissionAdjustmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Adjustments ### Create CommissionAdjustment - [POST /commission-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustments/createcommissionadjustment.md): Creates a new CommissionAdjustment ### List CommissionAdjustment - [GET /commission-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustments/listcommissionadjustment.md): Lists all CommissionAdjustment ### Get CommissionAdjustment - [GET /commission-adjustments/{commAdjKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustments/getcommissionadjustment.md): Gets CommissionAdjustment ### Update CommissionAdjustment - [PUT /commission-adjustments/{commAdjKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustments/updatecommissionadjustment.md): Updates a specific CommissionAdjustment. ### Delete CommissionAdjustment - [DELETE /commission-adjustments/{commAdjKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustments/deletecommissionadjustment.md): Deletes an CommissionAdjustment ### Create or Update Batch CommissionAdjustment - [PUT /commission-adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-adjustments/updatebatchcommissionadjustment.md): Create or Update multiple CommissionAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Agencies ### Create CommissionAgency - [POST /commission-agencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agencies/createcommissionagency.md): Creates a new CommissionAgency ### List CommissionAgency - [GET /commission-agencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agencies/listcommissionagency.md): Lists all CommissionAgency ### Get CommissionAgency - [GET /commission-agencies/{commAgencyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agencies/getcommissionagency.md): Gets CommissionAgency ### Update CommissionAgency - [PUT /commission-agencies/{commAgencyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agencies/updatecommissionagency.md): Updates a specific CommissionAgency. ### Delete CommissionAgency - [DELETE /commission-agencies/{commAgencyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agencies/deletecommissionagency.md): Deletes an CommissionAgency ### Create or Update Batch CommissionAgency - [PUT /commission-agencies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agencies/updatebatchcommissionagency.md): Create or Update multiple CommissionAgency at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Agency Rep Rates ### Create CommissionAgencyRepRate - [POST /commission-agency-rep-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/createcommissionagencyreprate.md): Creates a new CommissionAgencyRepRate ### Delete CommissionAgencyRepRate by Agent - [DELETE /commission-agency-rep-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/deletecommissionagencyrepratebyagent.md): Deletes an CommissionAgencyRepRate by Agent ### List CommissionAgencyRepRate - [GET /commission-rates/{commRateKey}/commission-agency-rep-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/listcommissionagencyreprate.md): Lists all CommissionAgencyRepRate for the given commRateKey ### Get CommissionAgencyRepRate - [GET /commission-agency-rep-rates/{commAgencyRepRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/getcommissionagencyreprate.md): Gets CommissionAgencyRepRate ### Update CommissionAgencyRepRate - [PUT /commission-agency-rep-rates/{commAgencyRepRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/updatecommissionagencyreprate.md): Updates a specific CommissionAgencyRepRate. ### Delete CommissionAgencyRepRate - [DELETE /commission-agency-rep-rates/{commAgencyRepRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/deletecommissionagencyreprate.md): Deletes an CommissionAgencyRepRate ### Create or Update Batch CommissionAgencyRepRate - [PUT /commission-rates/{commRateKey}/commission-agency-rep-rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-rep-rates/updatebatchcommissionagencyreprate.md): Create or Update multiple CommissionAgencyRepRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Agency Reps ### Create CommissionAgencyRep - [POST /commission-agency-reps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-reps/createcommissionagencyrep.md): Creates a new CommissionAgencyRep ### List Commission Agency Representatives - [GET /commission-agency-reps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-reps/listcommissionagencyrep.md): Lists all Commission Agency Representatives for the optional Commission Agency key, with pagination. ### Get CommissionAgencyRep - [GET /commission-agency-reps/{commAgencyRepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-reps/getcommissionagencyrep.md): Gets CommissionAgencyRep ### Update CommissionAgencyRep - [PUT /commission-agency-reps/{commAgencyRepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-reps/updatecommissionagencyrep.md): Updates a specific CommissionAgencyRep. ### Delete CommissionAgencyRep - [DELETE /commission-agency-reps/{commAgencyRepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-reps/deletecommissionagencyrep.md): Deletes an CommissionAgencyRep ### Create or Update Batch CommissionAgencyRep - [PUT /commission-agency-reps-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-reps/updatebatchcommissionagencyrep.md): Create or Update multiple CommissionAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Agency Types ### Create CommissionAgencyType - [POST /commission-agency-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-types/createcommissionagencytype.md): Creates a new CommissionAgencyType ### List CommissionAgencyType - [GET /commission-agency-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-types/listcommissionagencytype.md): Lists all CommissionAgencyType ### Get CommissionAgencyType - [GET /commission-agency-types/{agencyType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-types/getcommissionagencytype.md): Gets CommissionAgencyType ### Update CommissionAgencyType - [PUT /commission-agency-types/{agencyType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-types/updatecommissionagencytype.md): Updates a specific CommissionAgencyType. ### Delete CommissionAgencyType - [DELETE /commission-agency-types/{agencyType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-types/deletecommissionagencytype.md): Deletes an CommissionAgencyType ### Create or Update Batch CommissionAgencyType - [PUT /commission-agency-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-agency-types/updatebatchcommissionagencytype.md): Create or Update multiple CommissionAgencyType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Appointment Types ### Create CommissionAppointmentType - [POST /commission-appointment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-appointment-types/createcommissionappointmenttype.md): Creates a new CommissionAppointmentType ### List CommissionAppointmentType - [GET /commission-appointment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-appointment-types/listcommissionappointmenttype.md): Lists all CommissionAppointmentType ### Get CommissionAppointmentType - [GET /commission-appointment-types/{appointmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-appointment-types/getcommissionappointmenttype.md): Gets CommissionAppointmentType ### Update CommissionAppointmentType - [PUT /commission-appointment-types/{appointmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-appointment-types/updatecommissionappointmenttype.md): Updates a specific CommissionAppointmentType. ### Delete CommissionAppointmentType - [DELETE /commission-appointment-types/{appointmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-appointment-types/deletecommissionappointmenttype.md): Deletes an CommissionAppointmentType ### Create or Update Batch CommissionAppointmentType - [PUT /commission-appointment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-appointment-types/updatebatchcommissionappointmenttype.md): Create or Update multiple CommissionAppointmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Basis ### Create CommissionBasis - [POST /commission-basis](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-basis/createcommissionbasis.md): Creates a new CommissionBasis ### List CommissionBasis - [GET /commission-basis](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-basis/listcommissionbasis.md): Lists all CommissionBasis ### Get CommissionBasis - [GET /commission-basis/{commBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-basis/getcommissionbasis.md): Gets CommissionBasis ### Update CommissionBasis - [PUT /commission-basis/{commBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-basis/updatecommissionbasis.md): Updates a specific CommissionBasis. ### Delete CommissionBasis - [DELETE /commission-basis/{commBasis}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-basis/deletecommissionbasis.md): Deletes an CommissionBasis ### Create or Update Batch CommissionBasis - [PUT /commission-basis-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-basis/updatebatchcommissionbasis.md): Create or Update multiple CommissionBasis at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Categories ### Create CommissionCategory - [POST /commission-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-categories/createcommissioncategory.md): Creates a new CommissionCategory ### List CommissionCategory - [GET /commission-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-categories/listcommissioncategory.md): Lists all CommissionCategory ### Get CommissionCategory - [GET /commission-categories/{commCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-categories/getcommissioncategory.md): Gets CommissionCategory ### Update CommissionCategory - [PUT /commission-categories/{commCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-categories/updatecommissioncategory.md): Updates a specific CommissionCategory. ### Delete CommissionCategory - [DELETE /commission-categories/{commCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-categories/deletecommissioncategory.md): Deletes an CommissionCategory ### Create or Update Batch CommissionCategory - [PUT /commission-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-categories/updatebatchcommissioncategory.md): Create or Update multiple CommissionCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Cycles ### Create CommissionCycle - [POST /commission-cycles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-cycles/createcommissioncycle.md): Creates a new CommissionCycle ### List CommissionCycle - [GET /commission-cycles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-cycles/listcommissioncycle.md): Lists all CommissionCycle ### Get CommissionCycle - [GET /commission-cycles/{commCycle}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-cycles/getcommissioncycle.md): Gets CommissionCycle ### Update CommissionCycle - [PUT /commission-cycles/{commCycle}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-cycles/updatecommissioncycle.md): Updates a specific CommissionCycle. ### Delete CommissionCycle - [DELETE /commission-cycles/{commCycle}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-cycles/deletecommissioncycle.md): Deletes an CommissionCycle ### Create or Update Batch CommissionCycle - [PUT /commission-cycles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-cycles/updatebatchcommissioncycle.md): Create or Update multiple CommissionCycle at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission License Types ### Create CommissionLicenseType - [POST /commission-license-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-license-types/createcommissionlicensetype.md): Creates a new CommissionLicenseType ### List CommissionLicenseType - [GET /commission-license-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-license-types/listcommissionlicensetype.md): Lists all CommissionLicenseType ### Get CommissionLicenseType - [GET /commission-license-types/{licenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-license-types/getcommissionlicensetype.md): Gets CommissionLicenseType ### Update CommissionLicenseType - [PUT /commission-license-types/{licenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-license-types/updatecommissionlicensetype.md): Updates a specific CommissionLicenseType. ### Delete CommissionLicenseType - [DELETE /commission-license-types/{licenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-license-types/deletecommissionlicensetype.md): Deletes an CommissionLicenseType ### Create or Update Batch CommissionLicenseType - [PUT /commission-license-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-license-types/updatebatchcommissionlicensetype.md): Create or Update multiple CommissionLicenseType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rate Cluster Agency Rep ### Create CommissionRateClusterAgencyRep - [POST /commission-rate-cluster-agency-reps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-agency-rep/createcommissionrateclusteragencyrep.md): Creates a new CommissionRateClusterAgencyRep ### List CommissionRateClusterAgencyRep - [GET /commission-rate-cluster-agency-reps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-agency-rep/listcommissionrateclusteragencyrep.md): Lists all CommissionRateClusterAgencyRep ### Get CommissionRateClusterAgencyRep - [GET /commission-rate-cluster-agency-reps/{CommissionRateClusterAgencyRep_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-agency-rep/getcommissionrateclusteragencyrep.md): Gets CommissionRateClusterAgencyRep ### Update CommissionRateClusterAgencyRep - [PUT /commission-rate-cluster-agency-reps/{CommissionRateClusterAgencyRep_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-agency-rep/updatecommissionrateclusteragencyrep.md): Updates a specific CommissionRateClusterAgencyRep. ### Delete CommissionRateClusterAgencyRep - [DELETE /commission-rate-cluster-agency-reps/{CommissionRateClusterAgencyRep_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-agency-rep/deletecommissionrateclusteragencyrep.md): Deletes an CommissionRateClusterAgencyRep ### Create or Update Batch CommissionRateClusterAgencyRep - [PUT /commission-rate-cluster-agency-reps-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-agency-rep/updatebatchcommissionrateclusteragencyrep.md): Create or Update multiple CommissionRateClusterAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rate Cluster Rates ### Create CommissionRateClusterRate - [POST /commission-rate-clusters/{rateCluster}/commission-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-rates/createcommissionrateclusterrate.md): Creates a new CommissionRateClusterRate ### List CommissionRateClusterRate - [GET /commission-rate-clusters/{rateCluster}/commission-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-rates/listcommissionrateclusterrate.md): Lists all CommissionRateClusterRate for the given rateCluster ### Get CommissionRateClusterRate - [GET /commission-rate-clusters/{rateCluster}/commission-rates/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-rates/getcommissionrateclusterrate.md): Gets CommissionRateClusterRate ### Update CommissionRateClusterRate - [PUT /commission-rate-clusters/{rateCluster}/commission-rates/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-rates/updatecommissionrateclusterrate.md): Updates a specific CommissionRateClusterRate. ### Delete CommissionRateClusterRate - [DELETE /commission-rate-clusters/{rateCluster}/commission-rates/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-rates/deletecommissionrateclusterrate.md): Deletes an CommissionRateClusterRate ### Create or Update Batch CommissionRateClusterRate - [PUT /commission-rate-clusters/{rateCluster}/commission-rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-cluster-rates/updatebatchcommissionrateclusterrate.md): Create or Update multiple CommissionRateClusterRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rate Clusters ### Create CommissionRateCluster - [POST /commission-rate-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-clusters/createcommissionratecluster.md): Creates a new CommissionRateCluster ### List CommissionRateCluster - [GET /commission-rate-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-clusters/listcommissionratecluster.md): Lists all CommissionRateCluster ### Get CommissionRateCluster - [GET /commission-rate-clusters/{rateCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-clusters/getcommissionratecluster.md): Gets CommissionRateCluster ### Update CommissionRateCluster - [PUT /commission-rate-clusters/{rateCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-clusters/updatecommissionratecluster.md): Updates a specific CommissionRateCluster. ### Delete CommissionRateCluster - [DELETE /commission-rate-clusters/{rateCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-clusters/deletecommissionratecluster.md): Deletes an CommissionRateCluster ### Create or Update Batch CommissionRateCluster - [PUT /commission-rate-clusters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-clusters/updatebatchcommissionratecluster.md): Create or Update multiple CommissionRateCluster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rate Subscribers ### Create CommissionRateSubscriber - [POST /commission-rates/{commRateKey}/commission-rate-subscribers/{subscriberId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/createcommissionratesubscriber.md): Creates a new CommissionRateSubscriber ### Get CommissionRateSubscriber - [GET /commission-rates/{commRateKey}/commission-rate-subscribers/{subscriberId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/getcommissionratesubscriber.md): Gets CommissionRateSubscriber ### Update CommissionRateSubscriber - [PUT /commission-rates/{commRateKey}/commission-rate-subscribers/{subscriberId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/updatecommissionratesubscriber.md): Updates a specific CommissionRateSubscriber. ### Delete CommissionRateSubscriber - [DELETE /commission-rates/{commRateKey}/commission-rate-subscribers/{subscriberId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/deletecommissionratesubscriber.md): Deletes an CommissionRateSubscriber ### List CommissionRateSubscriber - [GET /commission-rates/{commRateKey}/commission-rate-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/listcommissionratesubscriber.md): Lists all CommissionRateSubscriber for the given commRateKey ### Create or Update Batch CommissionRateSubscriber - [PUT /commission-rates/{commRateKey}/commission-rate-subscribers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/updatebatchcommissionratesubscriber.md): Create or Update multiple CommissionRateSubscriber at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List VBA_CommissionRateSubscriber that match provided filters - [GET /commission-rates/{commRateKey}/commission-rate-subscribers-match](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rate-subscribers/listvba_commissionratesubscriber.md): Retrieves a list of VBA_CommissionRateSubscriber that match provided filters. The endpoint requires a CommissionRate Key, Group ID query parameter and an optional Division ID query parameter. By default, all records, including unassigned, are included. However, the Include Unassigned query parameter can be set to false to exclude unassigned records. ## Commission Rates ### Create CommissionRate - [POST /commission-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/createcommissionrate.md): Creates a new CommissionRate ### List CommissionRate - [GET /commission-rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/listcommissionrate.md): Lists all CommissionRate ### Create CommissionRate from Template - [POST /commission-rates/{commRateKey}/commission-rates-group/{groupId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/createcommissionratefromtemplate.md): Creates a new CommissionRate from a template CommissionRate. ### Copies CommissionRate from Rate - [POST /commission-rate-copy/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/copyrate.md): Creates a new CommissionRate from a given CommissionRate. ### Create CommissionRate from Rate Cluster - [POST /commission-rates-cluster/{commRateCluster}/commission-rates-group/{groupId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/createcommissionratefromcluster.md): Creates a new CommissionRate records from a cluster of templated rates. ### List Commission Rates nested by Division/Plan - [GET /commission-rates-nested](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/listcommissionratenested.md): Lists all Commission Rates for the given groupID and have it nested by Division, then by Plan. ### Get CommissionRate - [GET /commission-rates/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/getcommissionrate.md): Gets CommissionRate ### Update CommissionRate - [PUT /commission-rates/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/updatecommissionrate.md): Updates a specific CommissionRate. ### Delete CommissionRate - [DELETE /commission-rates/{commRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/deletecommissionrate.md): Deletes an CommissionRate ### Create or Update Batch CommissionRate - [PUT /commission-rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rates/updatebatchcommissionrate.md): Create or Update multiple CommissionRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rep Accounts ### Create CommissionRepAccount - [POST /commission-reps/{commRepKey}/commission-rep-accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-accounts/createcommissionrepaccount.md): Creates a new CommissionRepAccount ### List CommissionRepAccount - [GET /commission-reps/{commRepKey}/commission-rep-accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-accounts/listcommissionrepaccount.md): Lists all CommissionRepAccount for the given commRepKey ### Get CommissionRepAccount - [GET /commission-reps/{commRepKey}/commission-rep-accounts/{commRepAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-accounts/getcommissionrepaccount.md): Gets CommissionRepAccount ### Update CommissionRepAccount - [PUT /commission-reps/{commRepKey}/commission-rep-accounts/{commRepAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-accounts/updatecommissionrepaccount.md): Updates a specific CommissionRepAccount. ### Delete CommissionRepAccount - [DELETE /commission-reps/{commRepKey}/commission-rep-accounts/{commRepAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-accounts/deletecommissionrepaccount.md): Deletes an CommissionRepAccount ### Create or Update Batch CommissionRepAccount - [PUT /commission-reps/{commRepKey}/commission-rep-accounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-accounts/updatebatchcommissionrepaccount.md): Create or Update multiple CommissionRepAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rep Appointments ### Create CommissionRepAppoint - [POST /commission-reps/{commRepKey}/commission-rep-appoints](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-appointments/createcommissionrepappoint.md): Creates a new CommissionRepAppoint ### List CommissionRepAppoint - [GET /commission-reps/{commRepKey}/commission-rep-appoints](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-appointments/listcommissionrepappoint.md): Lists all CommissionRepAppoint for the given commRepKey ### Get CommissionRepAppoint - [GET /commission-reps/{commRepKey}/commission-rep-appoints/{commRepAppointKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-appointments/getcommissionrepappoint.md): Gets CommissionRepAppoint ### Update CommissionRepAppoint - [PUT /commission-reps/{commRepKey}/commission-rep-appoints/{commRepAppointKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-appointments/updatecommissionrepappoint.md): Updates a specific CommissionRepAppoint. ### Delete CommissionRepAppoint - [DELETE /commission-reps/{commRepKey}/commission-rep-appoints/{commRepAppointKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-appointments/deletecommissionrepappoint.md): Deletes an CommissionRepAppoint ### Create or Update Batch CommissionRepAppoint - [PUT /commission-reps/{commRepKey}/commission-rep-appoints-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-appointments/updatebatchcommissionrepappoint.md): Create or Update multiple CommissionRepAppoint at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rep Groups ### Create CommissionRepGroup - [POST /commission-reps/{commRepKey}/commission-rep-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-groups/createcommissionrepgroup.md): Creates a new CommissionRepGroup ### List CommissionRepGroup - [GET /commission-reps/{commRepKey}/commission-rep-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-groups/listcommissionrepgroup.md): Lists all CommissionRepGroup for the given commRepKey ### Get CommissionRepGroup - [GET /commission-reps/{commRepKey}/commission-rep-groups/{commRepGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-groups/getcommissionrepgroup.md): Gets CommissionRepGroup ### Update CommissionRepGroup - [PUT /commission-reps/{commRepKey}/commission-rep-groups/{commRepGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-groups/updatecommissionrepgroup.md): Updates a specific CommissionRepGroup. ### Delete CommissionRepGroup - [DELETE /commission-reps/{commRepKey}/commission-rep-groups/{commRepGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-groups/deletecommissionrepgroup.md): Deletes an CommissionRepGroup ### Create or Update Batch CommissionRepGroup - [PUT /commission-reps/{commRepKey}/commission-rep-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-groups/updatebatchcommissionrepgroup.md): Create or Update multiple CommissionRepGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rep Licenses ### Create CommissionRepLicense - [POST /commission-reps/{commRepKey}/commission-rep-licenses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-licenses/createcommissionreplicense.md): Creates a new CommissionRepLicense ### List CommissionRepLicense - [GET /commission-reps/{commRepKey}/commission-rep-licenses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-licenses/listcommissionreplicense.md): Lists all CommissionRepLicense for the given commRepKey ### Get CommissionRepLicense - [GET /commission-reps/{commRepKey}/commission-rep-licenses/{commRepLicenseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-licenses/getcommissionreplicense.md): Gets CommissionRepLicense ### Update CommissionRepLicense - [PUT /commission-reps/{commRepKey}/commission-rep-licenses/{commRepLicenseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-licenses/updatecommissionreplicense.md): Updates a specific CommissionRepLicense. ### Delete CommissionRepLicense - [DELETE /commission-reps/{commRepKey}/commission-rep-licenses/{commRepLicenseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-licenses/deletecommissionreplicense.md): Deletes an CommissionRepLicense ### Create or Update Batch CommissionRepLicense - [PUT /commission-reps/{commRepKey}/commission-rep-licenses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-licenses/updatebatchcommissionreplicense.md): Create or Update multiple CommissionRepLicense at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rep Subscribers ### Create CommissionRepSubscriber - [POST /commission-reps/{commRepKey}/commission-rep-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-subscribers/createcommissionrepsubscriber.md): Creates a new CommissionRepSubscriber ### List CommissionRepSubscriber - [GET /commission-reps/{commRepKey}/commission-rep-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-subscribers/listcommissionrepsubscriber.md): Lists all CommissionRepSubscriber for the given commRepKey ### Get CommissionRepSubscriber - [GET /commission-reps/{commRepKey}/commission-rep-subscribers/{commRepSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-subscribers/getcommissionrepsubscriber.md): Gets CommissionRepSubscriber ### Update CommissionRepSubscriber - [PUT /commission-reps/{commRepKey}/commission-rep-subscribers/{commRepSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-subscribers/updatecommissionrepsubscriber.md): Updates a specific CommissionRepSubscriber. ### Delete CommissionRepSubscriber - [DELETE /commission-reps/{commRepKey}/commission-rep-subscribers/{commRepSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-subscribers/deletecommissionrepsubscriber.md): Deletes an CommissionRepSubscriber ### Create or Update Batch CommissionRepSubscriber - [PUT /commission-reps/{commRepKey}/commission-rep-subscribers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-subscribers/updatebatchcommissionrepsubscriber.md): Create or Update multiple CommissionRepSubscriber at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Rep Types ### Create CommissionRepType - [POST /commission-rep-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/createcommissionreptype.md): Creates a new CommissionRepType ### List CommissionRepType - [GET /commission-rep-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/listcommissionreptype.md): Lists all CommissionRepType ### Get CommissionRepType - [GET /commission-rep-types/{repType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/getcommissionreptype.md): Gets CommissionRepType ### Update CommissionRepType - [PUT /commission-rep-types/{repType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/updatecommissionreptype.md): Updates a specific CommissionRepType. ### Delete CommissionRepType - [DELETE /commission-rep-types/{repType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/deletecommissionreptype.md): Deletes an CommissionRepType ### Create or Update Batch CommissionRepType - [PUT /commission-rep-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/updatebatchcommissionreptype.md): Create or Update multiple CommissionRepType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Reps ### Create CommissionRep - [POST /commission-reps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-reps/createcommissionrep.md): Creates a new CommissionRep ### List CommissionRep - [GET /commission-reps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-reps/listcommissionrep.md): Lists all CommissionRep ### Get CommissionRep - [GET /commission-reps/{commRepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-reps/getcommissionrep.md): Gets CommissionRep ### Update CommissionRep - [PUT /commission-reps/{commRepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-reps/updatecommissionrep.md): Updates a specific CommissionRep. ### Delete CommissionRep - [DELETE /commission-reps/{commRepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-reps/deletecommissionrep.md): Deletes an CommissionRep ### Create or Update Batch CommissionRep - [PUT /commission-reps-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-reps/updatebatchcommissionrep.md): Create or Update multiple CommissionRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Commission Transactions ### Create CommissionTransaction - [POST /commission-transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-transactions/createcommissiontransaction.md): Creates a new CommissionTransaction ### List CommissionTransaction - [GET /commission-transactions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-transactions/listcommissiontransaction.md): Lists all CommissionTransaction ### Get CommissionTransaction - [GET /commission-transactions/{commTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-transactions/getcommissiontransaction.md): Gets CommissionTransaction ### Update CommissionTransaction - [PUT /commission-transactions/{commTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-transactions/updatecommissiontransaction.md): Updates a specific CommissionTransaction. ### Delete CommissionTransaction - [DELETE /commission-transactions/{commTransKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-transactions/deletecommissiontransaction.md): Deletes an CommissionTransaction ### Create or Update Batch CommissionTransaction - [PUT /commission-transactions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-transactions/updatebatchcommissiontransaction.md): Create or Update multiple CommissionTransaction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Unassigned Commission Adjustments ### List Unassigned CommissionAdjustment - [GET /unassigned-commission-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unassigned-commission-adjustments/listunassignedcommissionadjustment.md): Lists all CommissionAdjustment that have no Commission Transaction. ## Admission Type Places ### Create AdmissionTypePlace - [POST /admission-type-places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/admission-type-places/createadmissiontypeplace.md): Creates a new AdmissionTypePlace ### List AdmissionTypePlace - [GET /admission-type-places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/admission-type-places/listadmissiontypeplace.md): Lists all AdmissionTypePlace ### Get AdmissionTypePlace - [GET /admission-type-places/{admissionType}/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/admission-type-places/getadmissiontypeplace.md): Gets AdmissionTypePlace ### Update AdmissionTypePlace - [PUT /admission-type-places/{admissionType}/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/admission-type-places/updateadmissiontypeplace.md): Updates a specific AdmissionTypePlace. ### Delete AdmissionTypePlace - [DELETE /admission-type-places/{admissionType}/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/admission-type-places/deleteadmissiontypeplace.md): Deletes an AdmissionTypePlace ### Create or Update Batch AdmissionTypePlace - [PUT /admission-type-places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/admission-type-places/updatebatchadmissiontypeplace.md): Create or Update multiple AdmissionTypePlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Age Settings ### List Age Setting Types - [GET /age-settings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/age-settings/listagesettings.md): List of key/value pairs for Age Setting Types which determine how a person's age is calculated. ## Agriculture Tax Returns ### List Invoice Reports - [GET /agriculture-tax-returns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/agriculture-tax-returns/listagriculturetaxreturns.md): Lists all Agriculture Tax Returns ## Amount Details ### List AmountDetails - [GET /amount-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/amount-details/listamountdetails.md): Lists all AmountDetails ### Get AmountDetails - [GET /amount-details/{key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/amount-details/getamountdetails.md): Gets AmountDetails ## APC Codes ### Create APCCodes - [POST /apc-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-codes/createapccodes.md): Creates a new APCCodes ### List APCCodes - [GET /apc-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-codes/listapccodes.md): Lists all APCCodes ### Get APCCodes - [GET /apc-codes/{apcCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-codes/getapccodes.md): Gets APCCodes ### Update APCCodes - [PUT /apc-codes/{apcCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-codes/updateapccodes.md): Updates a specific APCCodes. ### Delete APCCodes - [DELETE /apc-codes/{apcCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-codes/deleteapccodes.md): Deletes an APCCodes ### Create or Update Batch APCCodes - [PUT /apc-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-codes/updatebatchapccodes.md): Create or Update multiple APCCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## APC Weights ### Create APCWeight - [POST /apc-weights](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/createapcweight.md): Creates a new APCWeight ### List APCWeight - [GET /apc-weights](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/listapcweight.md): Lists all APCWeight for the given apcSchedule and apcCode ### Get APCWeight - [GET /apc-weights/{apcSchedule}/{apcCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/getapcweight.md): Gets APCWeight ### Update APCWeight - [PUT /apc-weights/{apcSchedule}/{apcCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/updateapcweight.md): Updates a specific APCWeight. ### Delete APCWeight - [DELETE /apc-weights/{apcSchedule}/{apcCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/deleteapcweight.md): Deletes an APCWeight ### Create or Update Batch APCWeight - [PUT /apc-weights-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/updatebatchapcweight.md): Create or Update multiple APCWeight at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Armor Code ExCode ### Create ArmorCodeExCode - [POST /armor-code-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/armor-code-excode/createarmorcodeexcode.md): Creates a new ArmorCodeExCode ### List ArmorCodeExCode - [GET /armor-code-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/armor-code-excode/listarmorcodeexcode.md): Lists all ArmorCodeExCode ### Get ArmorCodeExCode - [GET /armor-code-ex-codes/{ArmorCodeExCode_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/armor-code-excode/getarmorcodeexcode.md): Gets ArmorCodeExCode ### Update ArmorCodeExCode - [PUT /armor-code-ex-codes/{ArmorCodeExCode_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/armor-code-excode/updatearmorcodeexcode.md): Updates a specific ArmorCodeExCode. ### Delete ArmorCodeExCode - [DELETE /armor-code-ex-codes/{ArmorCodeExCode_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/armor-code-excode/deletearmorcodeexcode.md): Deletes an ArmorCodeExCode ### Create or Update Batch ArmorCodeExCode - [PUT /armor-code-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/armor-code-excode/updatebatcharmorcodeexcode.md): Create or Update multiple ArmorCodeExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Bill Type Places ### Create BillTypePlace - [POST /bill-types/{typeOfBill}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/createbilltypeplace.md): Creates a new BillTypePlace ### List BillTypePlace - [GET /bill-types/{typeOfBill}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/listbilltypeplace.md): Lists all BillTypePlace for the given typeOfBill ### Get BillTypePlace - [GET /bill-types/{typeOfBill}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/getbilltypeplace.md): Gets BillTypePlace ### Update BillTypePlace - [PUT /bill-types/{typeOfBill}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/updatebilltypeplace.md): Updates a specific BillTypePlace. ### Delete BillTypePlace - [DELETE /bill-types/{typeOfBill}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/deletebilltypeplace.md): Deletes an BillTypePlace ### Create or Update Batch BillTypePlace - [PUT /bill-types/{typeOfBill}/places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/updatebatchbilltypeplace.md): Create or Update multiple BillTypePlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Bill Types ### Create BillType - [POST /bill-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-types/createbilltype.md): Creates a new BillType ### List BillType - [GET /bill-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-types/listbilltype.md): Lists all BillType ### Get BillType - [GET /bill-types/{typeOfBill}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-types/getbilltype.md): Gets BillType ### Update BillType - [PUT /bill-types/{typeOfBill}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-types/updatebilltype.md): Updates a specific BillType. ### Delete BillType - [DELETE /bill-types/{typeOfBill}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-types/deletebilltype.md): Deletes an BillType ### Create or Update Batch BillType - [PUT /bill-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-types/updatebatchbilltype.md): Create or Update multiple BillType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Billing Cycles ### Create BillingCycle - [POST /billing-cycles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-cycles/createbillingcycle.md): Creates a new BillingCycle ### List BillingCycle - [GET /billing-cycles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-cycles/listbillingcycle.md): Lists all BillingCycle ### Get BillingCycle - [GET /billing-cycles/{billingCycleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-cycles/getbillingcycle.md): Gets BillingCycle ### Update BillingCycle - [PUT /billing-cycles/{billingCycleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-cycles/updatebillingcycle.md): Updates a specific BillingCycle. ### Delete BillingCycle - [DELETE /billing-cycles/{billingCycleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-cycles/deletebillingcycle.md): Deletes an BillingCycle ### Create or Update Batch BillingCycle - [PUT /billing-cycles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/billing-cycles/updatebatchbillingcycle.md): Create or Update multiple BillingCycle at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Brokerage ### Create Brokerage - [POST /brokerages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/brokerage/createbrokerage.md): Creates a new Brokerage ### List Brokerage - [GET /brokerages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/brokerage/listbrokerage.md): Lists all Brokerage ### Get Brokerage - [GET /brokerages/{brokerage}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/brokerage/getbrokerage.md): Gets Brokerage ### Update Brokerage - [PUT /brokerages/{brokerage}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/brokerage/updatebrokerage.md): Updates a specific Brokerage. ### Delete Brokerage - [DELETE /brokerages/{brokerage}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/brokerage/deletebrokerage.md): Deletes an Brokerage ### Create or Update Batch Brokerage - [PUT /brokerages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/brokerage/updatebatchbrokerage.md): Create or Update multiple Brokerage at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Claim Queue Types ### List Invoice Types - [GET /claim-queue-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-types/listclaimqueuetypes.md): List of key/value pairs for the available Claim Queue Types ## Claim Types ### List ClaimType - [GET /claim-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-types/listclaimtype.md): Lists all ClaimTypes ### Get ClaimType - [GET /claim-types/{claimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-types/getclaimtype.md): Gets ClaimType ## CLIA Certificate ### Create CLIACertificate - [POST /clia-certificates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate/createcliacertificate.md): Creates a new CLIACertificate ### List CLIACertificate - [GET /clia-certificates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate/listcliacertificates.md): Lists all CLIACertificate given a specific ### Get CLIACertificate - [GET /clia-certificates/{certificateId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate/getcliacertificate.md): Gets CLIACertificate ### Update CLIACertificate - [PUT /clia-certificates/{certificateId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate/updatecliacertificate.md): Updates a specific CLIACertificate. ### Delete CLIACertificate - [DELETE /clia-certificates/{certificateId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate/deletecliacertificate.md): Deletes an CLIACertificate ### Create or Update Batch CLIACertificate - [PUT /clia-certificates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate/updatebatchcliacertificate.md): Create or Update multiple CLIACertificate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## CLIA Certificate Procedure Codes ### Create CLIACertificateProcedureCode - [POST /clia-certificates/{certificateID}/procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate-procedure-codes/createcliacertificateprocedurecode.md): Creates a new CLIACertificateProcedureCode ### List CLIACertificateProcedureCode - [GET /clia-certificates/{certificateID}/procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate-procedure-codes/listcliacertificateprocedurecode.md): Lists all CLIACertificateProcedureCode for the given certificateID ### Get CLIACertificateProcedureCode - [GET /clia-certificates/{certificateID}/procedure-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate-procedure-codes/getcliacertificateprocedurecode.md): Gets CLIACertificateProcedureCode ### Update CLIACertificateProcedureCode - [PUT /clia-certificates/{certificateID}/procedure-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate-procedure-codes/updatecliacertificateprocedurecode.md): Updates a specific CLIACertificateProcedureCode. ### Delete CLIACertificateProcedureCode - [DELETE /clia-certificates/{certificateID}/procedure-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate-procedure-codes/deletecliacertificateprocedurecode.md): Deletes an CLIACertificateProcedureCode ### Create or Update Batch CLIACertificateProcedureCode - [PUT /clia-certificates/{certificateID}/procedure-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/clia-certificate-procedure-codes/updatebatchcliacertificateprocedurecode.md): Create or Update multiple CLIACertificateProcedureCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## COB Types ### List COB Types - [GET /cob-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cob-types/listcobtypes.md): List of key/value pairs ## College Types ### Create CollegeType - [POST /college-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/createcollegetype.md): Creates a new CollegeType ### List CollegeType - [GET /college-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/listcollegetype.md): Lists all CollegeType ### Get CollegeType - [GET /college-types/{collegeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/getcollegetype.md): Gets CollegeType ### Update CollegeType - [PUT /college-types/{collegeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/updatecollegetype.md): Updates a specific CollegeType. ### Delete CollegeType - [DELETE /college-types/{collegeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/deletecollegetype.md): Deletes an CollegeType ### Create or Update Batch CollegeType - [PUT /college-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/updatebatchcollegetype.md): Create or Update multiple CollegeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Colleges ### Create College - [POST /colleges](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/colleges/createcollege.md): Creates a new College ### List College - [GET /colleges](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/colleges/listcollege.md): Lists all College ### Get College - [GET /colleges/{collegeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/colleges/getcollege.md): Gets College ### Update College - [PUT /colleges/{collegeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/colleges/updatecollege.md): Updates a specific College. ### Delete College - [DELETE /colleges/{collegeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/colleges/deletecollege.md): Deletes an College ### Create or Update Batch College - [PUT /colleges-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/colleges/updatebatchcollege.md): Create or Update multiple College at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Communication Methods ### Create CommunicationMethod - [POST /communication-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/createcommunicationmethod.md): Creates a new CommunicationMethod ### List CommunicationMethod - [GET /communication-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/listcommunicationmethod.md): Lists all CommunicationMethod ### Get CommunicationMethod - [GET /communication-methods/{communicationMethod}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/getcommunicationmethod.md): Gets CommunicationMethod ### Update CommunicationMethod - [PUT /communication-methods/{communicationMethod}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/updatecommunicationmethod.md): Updates a specific CommunicationMethod. ### Delete CommunicationMethod - [DELETE /communication-methods/{communicationMethod}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/deletecommunicationmethod.md): Deletes an CommunicationMethod ### Create or Update Batch CommunicationMethod - [PUT /communication-methods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/updatebatchcommunicationmethod.md): Create or Update multiple CommunicationMethod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contact Assignments ### Create ContactAssign - [POST /contact-assignments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-assignments/createcontactassign.md): Creates a new ContactAssign ### List ContactAssign - [GET /contact-assignments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-assignments/listcontactassign.md): Lists all ContactAssign ### Get ContactAssign - [GET /contact-assignments/{contactAssignKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-assignments/getcontactassign.md): Gets ContactAssign ### Update ContactAssign - [PUT /contact-assignments/{contactAssignKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-assignments/updatecontactassign.md): Updates a specific ContactAssign. ### Delete ContactAssign - [DELETE /contact-assignments/{contactAssignKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-assignments/deletecontactassign.md): Deletes an ContactAssign ### Create or Update Batch ContactAssign - [PUT /contact-assignments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-assignments/updatebatchcontactassign.md): Create or Update multiple ContactAssign at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contact Categories ### Create ContactCategory - [POST /contact-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-categories/createcontactcategory.md): Creates a new ContactCategory ### List ContactCategory - [GET /contact-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-categories/listcontactcategory.md): Lists all ContactCategory ### Get ContactCategory - [GET /contact-categories/{contactCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-categories/getcontactcategory.md): Gets ContactCategory ### Update ContactCategory - [PUT /contact-categories/{contactCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-categories/updatecontactcategory.md): Updates a specific ContactCategory. ### Delete ContactCategory - [DELETE /contact-categories/{contactCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-categories/deletecontactcategory.md): Deletes an ContactCategory ### Create or Update Batch ContactCategory - [PUT /contact-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-categories/updatebatchcontactcategory.md): Create or Update multiple ContactCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contact Emails ### Create ContactEmail - [POST /contact-emails](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-emails/createcontactemail.md): Creates a new ContactEmail ### List ContactEmail - [GET /contact-emails](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-emails/listcontactemail.md): Lists all ContactEmail ### Get ContactEmail - [GET /contact-emails/{contactEmailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-emails/getcontactemail.md): Gets ContactEmail ### Update ContactEmail - [PUT /contact-emails/{contactEmailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-emails/updatecontactemail.md): Updates a specific ContactEmail. ### Delete ContactEmail - [DELETE /contact-emails/{contactEmailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-emails/deletecontactemail.md): Deletes an ContactEmail ### Create or Update Batch ContactEmail - [PUT /contact-emails-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-emails/updatebatchcontactemail.md): Create or Update multiple ContactEmail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contact Mappings ### Create ContactMapping - [POST /contact-mappings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-mappings/createcontactmapping.md): Creates a new ContactMapping ### List ContactMapping - [GET /contact-mappings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-mappings/listcontactmapping.md): Lists all ContactMapping ### Get ContactMapping - [GET /contact-mappings/{parentContactKey}/{childContactKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-mappings/getcontactmapping.md): Gets ContactMapping ### Delete ContactMapping - [DELETE /contact-mappings/{parentContactKey}/{childContactKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-mappings/deletecontactmapping.md): Deletes an ContactMapping ### Create or Update Batch ContactMapping - [PUT /contact-mappings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-mappings/updatebatchcontactmapping.md): Create or Update multiple ContactMapping at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contact Phone ### Create ContactPhone - [POST /contact-phones](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-phone/createcontactphone.md): Creates a new ContactPhone ### List ContactPhone - [GET /contact-phones](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-phone/listcontactphone.md): Lists all ContactPhone ### Get ContactPhone - [GET /contact-phones/{ContactPhone_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-phone/getcontactphone.md): Gets ContactPhone ### Update ContactPhone - [PUT /contact-phones/{ContactPhone_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-phone/updatecontactphone.md): Updates a specific ContactPhone. ### Delete ContactPhone - [DELETE /contact-phones/{ContactPhone_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-phone/deletecontactphone.md): Deletes an ContactPhone ### Create or Update Batch ContactPhone - [PUT /contact-phones-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-phone/updatebatchcontactphone.md): Create or Update multiple ContactPhone at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contact Statuses ### Create ContactStatus - [POST /contact-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-statuses/createcontactstatus.md): Creates a new ContactStatus ### List ContactStatus - [GET /contact-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-statuses/listcontactstatus.md): Lists all ContactStatus ### Get ContactStatus - [GET /contact-statuses/{contactStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-statuses/getcontactstatus.md): Gets ContactStatus ### Update ContactStatus - [PUT /contact-statuses/{contactStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-statuses/updatecontactstatus.md): Updates a specific ContactStatus. ### Delete ContactStatus - [DELETE /contact-statuses/{contactStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-statuses/deletecontactstatus.md): Deletes an ContactStatus ### Create or Update Batch ContactStatus - [PUT /contact-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contact-statuses/updatebatchcontactstatus.md): Create or Update multiple ContactStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contacts ### Create Contact - [POST /contacts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contacts/createcontact.md): Creates a new Contact ### List Contact - [GET /contacts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contacts/listcontact.md): Lists all Contact ### Get Contact - [GET /contacts/{contactKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contacts/getcontact.md): Gets Contact ### Update Contact - [PUT /contacts/{contactKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contacts/updatecontact.md): Updates a specific Contact. ### Delete Contact - [DELETE /contacts/{contactKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contacts/deletecontact.md): Deletes an Contact ### Create or Update Batch Contact - [PUT /contacts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contacts/updatebatchcontact.md): Create or Update multiple Contact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4 Lists ### List Context4 Fee Options - [GET /context4-fee-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4-lists/listcontext4feeoptions.md): List of key/value pairs ### List Context4 Payor Types - [GET /context4-payor-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4-lists/listcontext4payortypes.md): List of key/value pairs ### List Context4 UCR Percentages - [GET /context4-ucr-percentages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4-lists/listcontext4ucrpercentages.md): List of key/value pairs ## Context4Health Cost Containment CaseIndex ### Create CostContainContext4CaseIndex - [POST /context4health-cost-containment-case-indexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-caseindex/createcostcontaincontext4caseindex.md): Creates a new CostContainContext4CaseIndex ### List CostContainContext4CaseIndex - [GET /context4health-cost-containment-case-indexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-caseindex/listcostcontaincontext4caseindex.md): Lists all CostContainContext4CaseIndex ### Get CostContainContext4CaseIndex - [GET /context4health-cost-containment-case-indexes/{caseIndex}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-caseindex/getcostcontaincontext4caseindex.md): Gets CostContainContext4CaseIndex ### Update CostContainContext4CaseIndex - [PUT /context4health-cost-containment-case-indexes/{caseIndex}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-caseindex/updatecostcontaincontext4caseindex.md): Updates a specific CostContainContext4CaseIndex. ### Delete CostContainContext4CaseIndex - [DELETE /context4health-cost-containment-case-indexes/{caseIndex}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-caseindex/deletecostcontaincontext4caseindex.md): Deletes an CostContainContext4CaseIndex ### Create or Update Batch CostContainContext4CaseIndex - [PUT /context4health-cost-containment-case-indexes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-caseindex/updatebatchcostcontaincontext4caseindex.md): Create or Update multiple CostContainContext4CaseIndex at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Category ### Create CostContainContext4Category - [POST /context4health-cost-containment-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-category/createcostcontaincontext4category.md): Creates a new CostContainContext4Category ### List CostContainContext4Category - [GET /context4health-cost-containment-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-category/listcostcontaincontext4category.md): Lists all CostContainContext4Category ### Get CostContainContext4Category - [GET /context4health-cost-containment-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-category/getcostcontaincontext4category.md): Gets CostContainContext4Category ### Update CostContainContext4Category - [PUT /context4health-cost-containment-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-category/updatecostcontaincontext4category.md): Updates a specific CostContainContext4Category. ### Delete CostContainContext4Category - [DELETE /context4health-cost-containment-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-category/deletecostcontaincontext4category.md): Deletes an CostContainContext4Category ### Create or Update Batch CostContainContext4Category - [PUT /context4health-cost-containment-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-category/updatebatchcostcontaincontext4category.md): Create or Update multiple CostContainContext4Category at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Default Action ### Create CostContainContext4DefaultAction - [POST /context4health-cost-containment-default-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-default-action/createcostcontaincontext4defaultaction.md): Creates a new CostContainContext4DefaultAction ### List CostContainContext4DefaultAction - [GET /context4health-cost-containment-default-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-default-action/listcostcontaincontext4defaultaction.md): Lists all CostContainContext4DefaultAction ### Get CostContainContext4DefaultAction - [GET /context4health-cost-containment-default-actions/{defaultAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-default-action/getcostcontaincontext4defaultaction.md): Gets CostContainContext4DefaultAction ### Update CostContainContext4DefaultAction - [PUT /context4health-cost-containment-default-actions/{defaultAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-default-action/updatecostcontaincontext4defaultaction.md): Updates a specific CostContainContext4DefaultAction. ### Delete CostContainContext4DefaultAction - [DELETE /context4health-cost-containment-default-actions/{defaultAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-default-action/deletecostcontaincontext4defaultaction.md): Deletes an CostContainContext4DefaultAction ### Create or Update Batch CostContainContext4DefaultAction - [PUT /context4health-cost-containment-default-actions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-default-action/updatebatchcostcontaincontext4defaultaction.md): Create or Update multiple CostContainContext4DefaultAction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Errors ### Create CostContainContext4Error - [POST /context4health-cost-containment-errors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-errors/createcostcontaincontext4error.md): Creates a new CostContainContext4Error ### List CostContainContext4Error - [GET /context4health-cost-containment-errors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-errors/listcostcontaincontext4error.md): Lists all CostContainContext4Error ### Get CostContainContext4Error - [GET /context4health-cost-containment-errors/{errorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-errors/getcostcontaincontext4error.md): Gets CostContainContext4Error ### Update CostContainContext4Error - [PUT /context4health-cost-containment-errors/{errorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-errors/updatecostcontaincontext4error.md): Updates a specific CostContainContext4Error. ### Delete CostContainContext4Error - [DELETE /context4health-cost-containment-errors/{errorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-errors/deletecostcontaincontext4error.md): Deletes an CostContainContext4Error ### Create or Update Batch CostContainContext4Error - [PUT /context4health-cost-containment-errors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-errors/updatebatchcostcontaincontext4error.md): Create or Update multiple CostContainContext4Error at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Ex Codes ### Create CostContainContext4ExCode - [POST /context4health-cost-containment-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-ex-codes/createcostcontaincontext4excode.md): Creates a new CostContainContext4ExCode ### List CostContainContext4ExCode - [GET /context4health-cost-containment-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-ex-codes/listcostcontaincontext4excode.md): Lists all CostContainContext4ExCode ### Get CostContainContext4ExCode - [GET /context4health-cost-containment-ex-codes/{exCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-ex-codes/getcostcontaincontext4excode.md): Gets CostContainContext4ExCode ### Update CostContainContext4ExCode - [PUT /context4health-cost-containment-ex-codes/{exCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-ex-codes/updatecostcontaincontext4excode.md): Updates a specific CostContainContext4ExCode. ### Delete CostContainContext4ExCode - [DELETE /context4health-cost-containment-ex-codes/{exCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-ex-codes/deletecostcontaincontext4excode.md): Deletes an CostContainContext4ExCode ### Create or Update Batch CostContainContext4ExCode - [PUT /context4health-cost-containment-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-ex-codes/updatebatchcostcontaincontext4excode.md): Create or Update multiple CostContainContext4ExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Message Types ### Create CostContainContext4MessageType - [POST /context4health-cost-containment-message-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-message-types/createcostcontaincontext4messagetype.md): Creates a new CostContainContext4MessageType ### List CostContainContext4MessageType - [GET /context4health-cost-containment-message-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-message-types/listcostcontaincontext4messagetype.md): Lists all CostContainContext4MessageType ### Get CostContainContext4MessageType - [GET /context4health-cost-containment-message-types/{messageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-message-types/getcostcontaincontext4messagetype.md): Gets CostContainContext4MessageType ### Update CostContainContext4MessageType - [PUT /context4health-cost-containment-message-types/{messageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-message-types/updatecostcontaincontext4messagetype.md): Updates a specific CostContainContext4MessageType. ### Delete CostContainContext4MessageType - [DELETE /context4health-cost-containment-message-types/{messageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-message-types/deletecostcontaincontext4messagetype.md): Deletes an CostContainContext4MessageType ### Create or Update Batch CostContainContext4MessageType - [PUT /context4health-cost-containment-message-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-message-types/updatebatchcostcontaincontext4messagetype.md): Create or Update multiple CostContainContext4MessageType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Option Pricing ### Create CostContainContext4OptionPricing - [POST /context4health-cost-containment-option-pricing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-option-pricing/createcostcontaincontext4optionpricing.md): Creates a new CostContainContext4OptionPricing ### List CostContainContext4OptionPricing - [GET /context4health-cost-containment-option-pricing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-option-pricing/listcostcontaincontext4optionpricing.md): Lists all CostContainContext4OptionPricing ### Get CostContainContext4OptionPricing - [GET /context4health-cost-containment-option-pricing/{optionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-option-pricing/getcostcontaincontext4optionpricing.md): Gets CostContainContext4OptionPricing ### Update CostContainContext4OptionPricing - [PUT /context4health-cost-containment-option-pricing/{optionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-option-pricing/updatecostcontaincontext4optionpricing.md): Updates a specific CostContainContext4OptionPricing. ### Delete CostContainContext4OptionPricing - [DELETE /context4health-cost-containment-option-pricing/{optionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-option-pricing/deletecostcontaincontext4optionpricing.md): Deletes an CostContainContext4OptionPricing ### Create or Update Batch CostContainContext4OptionPricing - [PUT /context4health-cost-containment-option-pricing-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-option-pricing/updatebatchcostcontaincontext4optionpricing.md): Create or Update multiple CostContainContext4OptionPricing at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Context4Health Cost Containment Options ### Create CostContainContext4Option - [POST /context4health-cost-containment-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-options/createcostcontaincontext4option.md): Creates a new CostContainContext4Option ### List CostContainContext4Option - [GET /context4health-cost-containment-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-options/listcostcontaincontext4option.md): Lists all CostContainContext4Option ### Get CostContainContext4Option - [GET /context4health-cost-containment-options/{optionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-options/getcostcontaincontext4option.md): Gets CostContainContext4Option ### Update CostContainContext4Option - [PUT /context4health-cost-containment-options/{optionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-options/updatecostcontaincontext4option.md): Updates a specific CostContainContext4Option. ### Delete CostContainContext4Option - [DELETE /context4health-cost-containment-options/{optionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-options/deletecostcontaincontext4option.md): Deletes an CostContainContext4Option ### Create or Update Batch CostContainContext4Option - [PUT /context4health-cost-containment-options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/context4health-cost-containment-options/updatebatchcostcontaincontext4option.md): Create or Update multiple CostContainContext4Option at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Cost Contain Zelis ExCodes ### Create CostContainZelisExCode - [POST /cost-contain-zelis-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cost-contain-zelis-excodes/createcostcontainzelisexcode.md): Creates a new CostContainZelisExCode ### List CostContainZelisExCode - [GET /cost-contain-zelis-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cost-contain-zelis-excodes/listcostcontainzelisexcode.md): Lists all CostContainZelisExCode ### Get CostContainZelisExCode - [GET /cost-contain-zelis-ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cost-contain-zelis-excodes/getcostcontainzelisexcode.md): Gets CostContainZelisExCode ### Update CostContainZelisExCode - [PUT /cost-contain-zelis-ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cost-contain-zelis-excodes/updatecostcontainzelisexcode.md): Updates a specific CostContainZelisExCode. ### Delete CostContainZelisExCode - [DELETE /cost-contain-zelis-ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cost-contain-zelis-excodes/deletecostcontainzelisexcode.md): Deletes an CostContainZelisExCode ### Create or Update Batch CostContainZelisExCode - [PUT /cost-contain-zelis-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/cost-contain-zelis-excodes/updatebatchcostcontainzelisexcode.md): Create or Update multiple CostContainZelisExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Country ### Create Country - [POST /countries](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country/createcountry.md): Creates a new Country ### List Countries - [GET /countries](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country/listcountries.md): List all available countries ### Get Country - [GET /countries/{countryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country/getcountry.md): Gets Country ### Update Country - [PUT /countries/{countryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country/updatecountry.md): Updates a specific Country. ### Delete Country - [DELETE /countries/{countryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country/deletecountry.md): Deletes an Country ### Create or Update Batch Country - [PUT /countries-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country/updatebatchcountry.md): Create or Update multiple Country at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Country Dialing Codes ### Create CountryDialingCode - [POST /country-dialing-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country-dialing-codes/createcountrydialingcode.md): Creates a new CountryDialingCode ### List CountryDialingCode - [GET /country-dialing-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country-dialing-codes/listcountrydialingcode.md): Lists all CountryDialingCode ### Get CountryDialingCode - [GET /country-dialing-codes/{countryID}/{countryCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country-dialing-codes/getcountrydialingcode.md): Gets CountryDialingCode ### Update CountryDialingCode - [PUT /country-dialing-codes/{countryID}/{countryCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country-dialing-codes/updatecountrydialingcode.md): Updates a specific CountryDialingCode. ### Delete CountryDialingCode - [DELETE /country-dialing-codes/{countryID}/{countryCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country-dialing-codes/deletecountrydialingcode.md): Deletes an CountryDialingCode ### Create or Update Batch CountryDialingCode - [PUT /country-dialing-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/country-dialing-codes/updatebatchcountrydialingcode.md): Create or Update multiple CountryDialingCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## County ### Create County - [POST /counties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/county/createcounty.md): Creates a new County ### List Counties - [GET /counties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/county/listcounties.md): List all available counties ### Get County - [GET /counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/county/getcounty.md): Gets County ### Update County - [PUT /counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/county/updatecounty.md): Updates a specific County. ### Delete County - [DELETE /counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/county/deletecounty.md): Deletes an County ### Create or Update Batch County - [PUT /counties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/county/updatebatchcounty.md): Create or Update multiple County at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Coverage Types ### Create CoverageType - [POST /coverage-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/coverage-types/createcoveragetype.md): Creates a new CoverageType ### List CoverageType - [GET /coverage-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/coverage-types/listcoveragetype.md): Lists all CoverageType ### Get CoverageType - [GET /coverage-types/{coverageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/coverage-types/getcoveragetype.md): Gets CoverageType ### Update CoverageType - [PUT /coverage-types/{coverageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/coverage-types/updatecoveragetype.md): Updates a specific CoverageType. ### Delete CoverageType - [DELETE /coverage-types/{coverageType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/coverage-types/deletecoveragetype.md): Deletes an CoverageType ### Create or Update Batch CoverageType - [PUT /coverage-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/coverage-types/updatebatchcoveragetype.md): Create or Update multiple CoverageType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Criteria Columns ### List Criteria Columns - [GET /criteria-columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria-columns/listcriteriacolumns.md): Lists all Criteria Columns ### Get Criteria Column - [GET /criteria-columns/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/criteria-columns/getcriteriacolumn.md): Gets a single Criteria Column by ID ## Currency ### Create Currency - [POST /currencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/createcurrency.md): Creates a new Currency ### List Currency - [GET /currencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/listcurrency.md): Lists all Currency ### Get Currency - [GET /currencies/{currencyID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/getcurrency.md): Gets Currency ### Update Currency - [PUT /currencies/{currencyID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/updatecurrency.md): Updates a specific Currency. ### Delete Currency - [DELETE /currencies/{currencyID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/deletecurrency.md): Deletes an Currency ### Create or Update Batch Currency - [PUT /currencies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/updatebatchcurrency.md): Create or Update multiple Currency at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Data Types ### List Data Types - [GET /data-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/data-types/listdatatypes.md): List of key/value pairs for Data Types. ## Day Intervals ### Create DayInterval - [POST /day-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/day-intervals/createdayinterval.md): Creates a new DayInterval ### List DayInterval - [GET /day-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/day-intervals/listdayinterval.md): Lists all DayInterval ### Get DayInterval - [GET /day-intervals/{intervalYear}/{intervalMonth}/{intervalDay}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/day-intervals/getdayinterval.md): Gets DayInterval ### Update DayInterval - [PUT /day-intervals/{intervalYear}/{intervalMonth}/{intervalDay}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/day-intervals/updatedayinterval.md): Updates a specific DayInterval. ### Delete DayInterval - [DELETE /day-intervals/{intervalYear}/{intervalMonth}/{intervalDay}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/day-intervals/deletedayinterval.md): Deletes an DayInterval ### Create or Update Batch DayInterval - [PUT /day-intervals-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/day-intervals/updatebatchdayinterval.md): Create or Update multiple DayInterval at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Diagnostic Code Groups ### Create DiagnosticCodeGroup - [POST /diagnostic-code-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-groups/creatediagnosticcodegroup.md): Creates a new DiagnosticCodeGroup ### List DiagnosticCodeGroup - [GET /diagnostic-code-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-groups/listdiagnosticcodegroup.md): Lists all DiagnosticCodeGroup ### Get DiagnosticCodeGroup - [GET /diagnostic-code-groups/{diagnosticGroup}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-groups/getdiagnosticcodegroup.md): Gets DiagnosticCodeGroup ### Update DiagnosticCodeGroup - [PUT /diagnostic-code-groups/{diagnosticGroup}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-groups/updatediagnosticcodegroup.md): Updates a specific DiagnosticCodeGroup. ### Delete DiagnosticCodeGroup - [DELETE /diagnostic-code-groups/{diagnosticGroup}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-groups/deletediagnosticcodegroup.md): Deletes an DiagnosticCodeGroup ### Create or Update Batch DiagnosticCodeGroup - [PUT /diagnostic-code-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-groups/updatebatchdiagnosticcodegroup.md): Create or Update multiple DiagnosticCodeGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Diagnostic Code Types ### Create DiagnosticCodeType - [POST /diagnostic-code-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-types/creatediagnosticcodetype.md): Creates a new DiagnosticCodeType ### List DiagnosticCodeType - [GET /diagnostic-code-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-types/listdiagnosticcodetype.md): Lists all DiagnosticCodeType ### Get DiagnosticCodeType - [GET /diagnostic-code-types/{diagnosticCodeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-types/getdiagnosticcodetype.md): Gets DiagnosticCodeType ### Update DiagnosticCodeType - [PUT /diagnostic-code-types/{diagnosticCodeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-types/updatediagnosticcodetype.md): Updates a specific DiagnosticCodeType. ### Delete DiagnosticCodeType - [DELETE /diagnostic-code-types/{diagnosticCodeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-types/deletediagnosticcodetype.md): Deletes an DiagnosticCodeType ### Create or Update Batch DiagnosticCodeType - [PUT /diagnostic-code-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-code-types/updatebatchdiagnosticcodetype.md): Create or Update multiple DiagnosticCodeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Diagnostic Codes ### Create DiagnosticCode - [POST /diagnostic-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/creatediagnosticcode.md): Creates a new DiagnosticCode ### List DiagnosticCode - [GET /diagnostic-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/listdiagnosticcode.md): Lists all DiagnosticCode ### Get DiagnosticCode - [GET /diagnostic-codes/{diagnosticCode}/{diagnosticCodeType}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/getdiagnosticcode.md): Gets DiagnosticCode ### Update DiagnosticCode - [PUT /diagnostic-codes/{diagnosticCode}/{diagnosticCodeType}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/updatediagnosticcode.md): Updates a specific DiagnosticCode. ### Delete DiagnosticCode - [DELETE /diagnostic-codes/{diagnosticCode}/{diagnosticCodeType}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/deletediagnosticcode.md): Deletes an DiagnosticCode ### Get The Most Recent DiagnosticCode - [GET /diagnostic-codes/{diagnosticCode}/{diagnosticCodeType}/current-diag](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/getcurrentdiagnosticcode.md): Gets The Most Recent DiagnosticCode ### Create or Update Batch DiagnosticCode - [PUT /diagnostic-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/diagnostic-codes/updatebatchdiagnosticcode.md): Create or Update multiple DiagnosticCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disability Options ### List Disability Interval Types - [GET /disability-interval-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disability-options/listdisabilityintervaltypes.md): List of key/value pairs ## Disaster Locations ### Create DisasterLocation - [POST /disaster-locations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disaster-locations/createdisasterlocation.md): Creates a new DisasterLocation ### List DisasterLocation - [GET /disaster-locations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disaster-locations/listdisasterlocation.md): Lists all DisasterLocation ### Get DisasterLocation - [GET /disaster-locations/{DisasterLocation_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disaster-locations/getdisasterlocation.md): Gets DisasterLocation ### Update DisasterLocation - [PUT /disaster-locations/{DisasterLocation_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disaster-locations/updatedisasterlocation.md): Updates a specific DisasterLocation. ### Delete DisasterLocation - [DELETE /disaster-locations/{DisasterLocation_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disaster-locations/deletedisasterlocation.md): Deletes an DisasterLocation ### Create or Update Batch DisasterLocation - [PUT /disaster-locations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disaster-locations/updatebatchdisasterlocation.md): Create or Update multiple DisasterLocation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disasters ### Create Disaster - [POST /disasters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disasters/createdisaster.md): Creates a new Disaster ### List Disaster - [GET /disasters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disasters/listdisaster.md): Lists all Disaster ### Get Disaster - [GET /disasters/{Disaster_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disasters/getdisaster.md): Gets Disaster ### Update Disaster - [PUT /disasters/{Disaster_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disasters/updatedisaster.md): Updates a specific Disaster. ### Delete Disaster - [DELETE /disasters/{Disaster_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disasters/deletedisaster.md): Deletes an Disaster ### Create or Update Batch Disaster - [PUT /disasters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disasters/updatebatchdisaster.md): Create or Update multiple Disaster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## DRG Cluster ### Create DRGCluster - [POST /drg-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster/createdrgcluster.md): Creates a new DRGCluster ### List DRGCluster - [GET /drg-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster/listdrgcluster.md): List all DRGCluster ### Get DRGCluster - [GET /drg-clusters/{drgCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster/getdrgcluster.md): Gets DRGCluster ### Update DRGCluster - [PUT /drg-clusters/{drgCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster/updatedrgcluster.md): Updates a specific DRGCluster. ### Delete DRGCluster - [DELETE /drg-clusters/{drgCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster/deletedrgcluster.md): Deletes an DRGCluster ### Update Batch DRGCluster - [PUT /drg-clusters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster/updatebatchdrgcluster.md): Updates multiple DRGClusters ## DRG Cluster Detail ### Create DRGClusterDetail - [POST /drg-clusters/{drgCluster}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster-detail/createdrgclusterdetail.md): Creates a new DRGClusterDetail ### List DRGClusterDetail - [GET /drg-clusters/{drgCluster}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster-detail/listdrgclusterdetail.md): Lists all DRGClusterDetail for the given drgCluster ### Get DRGClusterDetail - [GET /drg-clusters/{drgCluster}/details/{drgClusterDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster-detail/getdrgclusterdetail.md): Gets DRGClusterDetail ### Update DRGClusterDetail - [PUT /drg-clusters/{drgCluster}/details/{drgClusterDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster-detail/updatedrgclusterdetail.md): Updates a specific DRGClusterDetail. ### Delete DRGClusterDetail - [DELETE /drg-clusters/{drgCluster}/details/{drgClusterDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster-detail/deletedrgclusterdetail.md): Deletes an DRGClusterDetail ### Create or Update Batch DRGClusterDetail - [PUT /drg-clusters/{drgCluster}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-cluster-detail/updatebatchdrgclusterdetail.md): Create or Update multiple DRGClusterDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## DRG Codes ### Create DRGCodes - [POST /drg-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-codes/createdrgcodes.md): Creates a new DRGCodes ### Get DRGCodes - [GET /drg-codes/{dRGCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-codes/getdrgcodes.md): Gets DRGCodes ### Update DRGCodes - [PUT /drg-codes/{dRGCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-codes/updatedrgcodes.md): Updates a specific DRGCodes. ### Delete DRGCodes - [DELETE /drg-codes/{dRGCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-codes/deletedrgcodes.md): Deletes an DRGCodes ### Create or Update Batch DRGCodes - [PUT /drg-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-codes/updatebatchdrgcodes.md): Create or Update multiple DRGCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## DRG Schedule ### Create DRGSchedule - [POST /drg-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-schedule/createdrgschedule.md): Creates a new DRGSchedule ### List DRGSchedule - [GET /drg-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-schedule/listdrgschedule.md): List all DRGSchedule ### Get DRGSchedule - [GET /drg-schedules/{drgSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-schedule/getdrgschedule.md): Gets DRGSchedule ### Update DRGSchedule - [PUT /drg-schedules/{drgSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-schedule/updatedrgschedule.md): Updates a specific DRGSchedule. ### Delete DRGSchedule - [DELETE /drg-schedules/{drgSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-schedule/deletedrgschedule.md): Deletes an DRGSchedule ### Create or Update Batch DRGSchedule - [PUT /drg-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-schedule/updatebatchdrgschedule.md): Create or Update multiple DRGSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## DRG Weight ### Create DRGWeight - [POST /drg-schedules/{drgSchedule}/drg-codes/{drgCode}/drg-weights](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-weight/createdrgweight.md): Creates a new DRGWeight ### List DRGWeights - [GET /drg-schedules/{drgSchedule}/drg-codes/{drgCode}/drg-weights](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-weight/listdrgweight.md): List DRGWeights for a specific DRG Schedule and DRG Code ### Get DRGWeight - [GET /drg-schedules/{drgSchedule}/drg-codes/{drgCode}/drg-weights/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-weight/getdrgweight.md): Gets DRGWeight ### Update DRGWeight - [PUT /drg-schedules/{drgSchedule}/drg-codes/{drgCode}/drg-weights/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-weight/updatedrgweight.md): Updates a specific DRGWeight. ### Delete DRGWeight - [DELETE /drg-schedules/{drgSchedule}/drg-codes/{drgCode}/drg-weights/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-weight/deletedrgweight.md): Deletes an DRGWeight ### Create or Update Batch DRGWeight - [PUT /drg-schedules/{drgSchedule}/drg-codes/{drgCode}/drg-weights-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drg-weight/updatebatchdrgweight.md): Create or Update multiple DRGWeight at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Drug Code Units ### Create DrugCodeUnit - [POST /drug-code-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-code-units/createdrugcodeunit.md): Creates a new DrugCodeUnit ### List DrugCodeUnit - [GET /drug-code-units](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-code-units/listdrugcodeunit.md): Lists all DrugCodeUnit ### Get DrugCodeUnit - [GET /drug-code-units/{drugCodeUnit}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-code-units/getdrugcodeunit.md): Gets DrugCodeUnit ### Update DrugCodeUnit - [PUT /drug-code-units/{drugCodeUnit}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-code-units/updatedrugcodeunit.md): Updates a specific DrugCodeUnit. ### Delete DrugCodeUnit - [DELETE /drug-code-units/{drugCodeUnit}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-code-units/deletedrugcodeunit.md): Deletes an DrugCodeUnit ### Create or Update Batch DrugCodeUnit - [PUT /drug-code-units-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-code-units/updatebatchdrugcodeunit.md): Create or Update multiple DrugCodeUnit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Drug Codes ### Create DrugCode - [POST /drug-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-codes/createdrugcode.md): Creates a new DrugCode ### List DrugCode - [GET /drug-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-codes/listdrugcode.md): Lists all DrugCode ### Get DrugCode - [GET /drug-codes/{drugCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-codes/getdrugcode.md): Gets DrugCode ### Update DrugCode - [PUT /drug-codes/{drugCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-codes/updatedrugcode.md): Updates a specific DrugCode. ### Delete DrugCode - [DELETE /drug-codes/{drugCodeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-codes/deletedrugcode.md): Deletes an DrugCode ### Create or Update Batch DrugCode - [PUT /drug-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/drug-codes/updatebatchdrugcode.md): Create or Update multiple DrugCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Eligibility Status ### Create EligibilityStatus - [POST /eligibility-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eligibility-status/createeligibilitystatus.md): Creates a new EligibilityStatus ### List EligibilityStatus - [GET /eligibility-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eligibility-status/listeligibilitystatus.md): Lists all EligibilityStatus for the given eligibilityStatus ### Get EligibilityStatus - [GET /eligibility-statuses/{eligibilityStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eligibility-status/geteligibilitystatus.md): Gets EligibilityStatus ### Update EligibilityStatus - [PUT /eligibility-statuses/{eligibilityStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eligibility-status/updateeligibilitystatus.md): Updates a specific EligibilityStatus. ### Delete EligibilityStatus - [DELETE /eligibility-statuses/{eligibilityStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eligibility-status/deleteeligibilitystatus.md): Deletes an EligibilityStatus ### Create or Update Batch EligibilityStatus - [PUT /eligibility-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/eligibility-status/updatebatcheligibilitystatus.md): Create or Update multiple EligibilityStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Employer Contribution Schedule Types ### List Employer Contribution Schedule Types - [GET /employer-contribution-schedule-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/employer-contribution-schedule-types/listemployercontributionschedule.md): List of key/value pairs for Employer Contribution Schedule ## Employer Sizes ### List Employer Sizes - [GET /employer-sizes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/employer-sizes/listemployersizes.md): Lists all Employer Sizes ### Get Employer Size - [GET /employer-sizes/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/employer-sizes/getemployersize.md): Gets a single Employer Size by ID ## Ethnicity Codes ### Create EthnicityCode - [POST /ethnicity-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ethnicity-codes/createethnicitycode.md): Creates a new EthnicityCode ### List EthnicityCode - [GET /ethnicity-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ethnicity-codes/listethnicitycode.md): Lists all EthnicityCode ### Get EthnicityCode - [GET /ethnicity-codes/{ethnicityCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ethnicity-codes/getethnicitycode.md): Gets EthnicityCode ### Update EthnicityCode - [PUT /ethnicity-codes/{ethnicityCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ethnicity-codes/updateethnicitycode.md): Updates a specific EthnicityCode. ### Delete EthnicityCode - [DELETE /ethnicity-codes/{ethnicityCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ethnicity-codes/deleteethnicitycode.md): Deletes an EthnicityCode ### Create or Update Batch EthnicityCode - [PUT /ethnicity-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ethnicity-codes/updatebatchethnicitycode.md): Create or Update multiple EthnicityCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Event Priority Levels ### List Event Priority Levels - [GET /event-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-priority-levels/listeventprioritylevels.md): List of key/value pairs for Event Priority Levels ## Event Status Types ### List Event Status Types - [GET /event-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-status-types/listeventstatustypes.md): List of key/value pairs for Event Status Types ## Ex Code Result Types ### List Ex Code Result Types - [GET /ex-code-result-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/ex-code-result-types/listexcoderesulttypes.md): List of key/value pairs for Ex Code Result Types. ## Expense Types ### Create ExpenseType - [POST /expense-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/expense-types/createexpensetype.md): Creates a new ExpenseType ### List ExpenseType - [GET /expense-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/expense-types/listexpensetype.md): Lists all ExpenseType ### Get ExpenseType - [GET /expense-types/{expenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/expense-types/getexpensetype.md): Gets ExpenseType ### Update ExpenseType - [PUT /expense-types/{expenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/expense-types/updateexpensetype.md): Updates a specific ExpenseType. ### Delete ExpenseType - [DELETE /expense-types/{expenseType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/expense-types/deleteexpensetype.md): Deletes an ExpenseType ### Create or Update Batch ExpenseType - [PUT /expense-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/expense-types/updatebatchexpensetype.md): Create or Update multiple ExpenseType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Explaination Code Categories ### Create ExplanationCodeCategory - [POST /explaination-code-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/createexplanationcodecategory.md): Creates a new ExplanationCodeCategory ### List ExplanationCodeCategory - [GET /explaination-code-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/listexplanationcodecategory.md): Lists all ExplanationCodeCategory ### Get ExplanationCodeCategory - [GET /explaination-code-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/getexplanationcodecategory.md): Gets ExplanationCodeCategory ### Update ExplanationCodeCategory - [PUT /explaination-code-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/updateexplanationcodecategory.md): Updates a specific ExplanationCodeCategory. ### Delete ExplanationCodeCategory - [DELETE /explaination-code-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/deleteexplanationcodecategory.md): Deletes an ExplanationCodeCategory ### Create or Update Batch ExplanationCodeCategory - [PUT /explaination-code-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/updatebatchexplanationcodecategory.md): Create or Update multiple ExplanationCodeCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Explanation Codes ### Create ExplanationCodes - [POST /ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explanation-codes/createexplanationcodes.md): Creates a new ExplanationCodes ### List ExplanationCodes - [GET /ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explanation-codes/listexplanationcodes.md): Lists all ExplanationCodes ### Get ExplanationCodes - [GET /ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explanation-codes/getexplanationcodes.md): Gets ExplanationCodes ### Update ExplanationCodes - [PUT /ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explanation-codes/updateexplanationcodes.md): Updates a specific ExplanationCodes. ### Delete ExplanationCodes - [DELETE /ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explanation-codes/deleteexplanationcodes.md): Deletes an ExplanationCodes ### Create or Update Batch ExplanationCodes - [PUT /ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explanation-codes/updatebatchexplanationcodes.md): Create or Update multiple ExplanationCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## External ID ### Create ExternalID - [POST /external-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/external-id/createexternalid.md): Creates a new ExternalID ### List ExternalID - [GET /external-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/external-id/listexternalid.md): Lists all ExternalID ### Get ExternalID - [GET /external-ids/{externalId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/external-id/getexternalid.md): Gets ExternalID ### Update ExternalID - [PUT /external-ids/{externalId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/external-id/updateexternalid.md): Updates a specific ExternalID. ### Delete ExternalID - [DELETE /external-ids/{externalId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/external-id/deleteexternalid.md): Deletes an ExternalID ### Create or Update Batch ExternalID - [PUT /external-ids-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/external-id/updatebatchexternalid.md): Create or Update multiple ExternalID at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Filter Types ### Create FilterType - [POST /filter-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filter-types/createfiltertype.md): Creates a new FilterType ### List FilterType - [GET /filter-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filter-types/listfiltertype.md): Lists all FilterType ### Get FilterType - [GET /filter-types/{filterType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filter-types/getfiltertype.md): Gets FilterType ### Update FilterType - [PUT /filter-types/{filterType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filter-types/updatefiltertype.md): Updates a specific FilterType. ### Delete FilterType - [DELETE /filter-types/{filterType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filter-types/deletefiltertype.md): Deletes an FilterType ### Create or Update Batch FilterType - [PUT /filter-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filter-types/updatebatchfiltertype.md): Create or Update multiple FilterType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Filters ### Create Filter - [POST /filters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filters/createfilter.md): Creates a new Filter ### List Filter - [GET /filters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filters/listfilter.md): Lists all Filter ### Get Filter - [GET /filters/{filterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filters/getfilter.md): Gets Filter ### Update Filter - [PUT /filters/{filterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filters/updatefilter.md): Updates a specific Filter. ### Delete Filter - [DELETE /filters/{filterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filters/deletefilter.md): Deletes an Filter ### Create or Update Batch Filter - [PUT /filters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/filters/updatebatchfilter.md): Create or Update multiple Filter at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Types ### List Flex Types - [GET /flex-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-types/listflextypes.md): List of key/value pairs ## Forfeiture Statuses ### Create ForfeitureStatus - [POST /forfeiture-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/forfeiture-statuses/createforfeiturestatus.md): Creates a new ForfeitureStatus ### List ForfeitureStatus - [GET /forfeiture-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/forfeiture-statuses/listforfeiturestatus.md): Lists all ForfeitureStatus ### Get ForfeitureStatus - [GET /forfeiture-statuses/{forfeitureStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/forfeiture-statuses/getforfeiturestatus.md): Gets ForfeitureStatus ### Update ForfeitureStatus - [PUT /forfeiture-statuses/{forfeitureStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/forfeiture-statuses/updateforfeiturestatus.md): Updates a specific ForfeitureStatus. ### Delete ForfeitureStatus - [DELETE /forfeiture-statuses/{forfeitureStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/forfeiture-statuses/deleteforfeiturestatus.md): Deletes an ForfeitureStatus ### Create or Update Batch ForfeitureStatus - [PUT /forfeiture-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/forfeiture-statuses/updatebatchforfeiturestatus.md): Create or Update multiple ForfeitureStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Frequency Intervals ### List Frequency Intervals - [GET /frequency-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/frequency-intervals/listfrequencyintervals.md): Lists all Frequency Intervals ### Get Frequency Interval - [GET /frequency-intervals/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/frequency-intervals/getfrequencyinterval.md): Gets a single Frequency Interval by ID ## Gender ### Create Gender - [POST /genders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/gender/creategender.md): Creates a new Gender ### List Gender - [GET /genders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/gender/listgender.md): Lists all Gender ### Get Gender - [GET /genders/{Gender_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/gender/getgender.md): Gets Gender ### Update Gender - [PUT /genders/{Gender_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/gender/updategender.md): Updates a specific Gender. ### Delete Gender - [DELETE /genders/{Gender_Code}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/gender/deletegender.md): Deletes an Gender ### Create or Update Batch Gender - [PUT /genders-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/gender/updatebatchgender.md): Create or Update multiple Gender at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Codes ### List Group Codes - [GET /group-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-codes/listgroupcodes.md): List of key/value pairs for Group Codes. ## HIPAA Adjustment Codes ### Create HIPAAAdjustmentCode - [POST /hipaa-adjustment-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-adjustment-codes/createhipaaadjustmentcode.md): Creates a new HIPAAAdjustmentCode ### List HIPAAAdjustmentCode - [GET /hipaa-adjustment-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-adjustment-codes/listhipaaadjustmentcode.md): Lists all HIPAAAdjustmentCode given a specific ### Get HIPAAAdjustmentCode - [GET /hipaa-adjustment-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-adjustment-codes/gethipaaadjustmentcode.md): Gets HIPAAAdjustmentCode ### Update HIPAAAdjustmentCode - [PUT /hipaa-adjustment-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-adjustment-codes/updatehipaaadjustmentcode.md): Updates a specific HIPAAAdjustmentCode. ### Delete HIPAAAdjustmentCode - [DELETE /hipaa-adjustment-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-adjustment-codes/deletehipaaadjustmentcode.md): Deletes an HIPAAAdjustmentCode ### Create or Update Batch HIPAAAdjustmentCode - [PUT /hipaa-adjustment-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-adjustment-codes/updatebatchhipaaadjustmentcode.md): Create or Update multiple HIPAAAdjustmentCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Benefit Codes ### Create HIPAABenefitCode - [POST /hipaa-benefit-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-benefit-codes/createhipaabenefitcode.md): Creates a new HIPAABenefitCode ### List HIPAABenefitCode - [GET /hipaa-benefit-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-benefit-codes/listhipaabenefitcode.md): Lists all HIPAABenefitCode given a specific ### Get HIPAABenefitCode - [GET /hipaa-benefit-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-benefit-codes/gethipaabenefitcode.md): Gets HIPAABenefitCode ### Update HIPAABenefitCode - [PUT /hipaa-benefit-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-benefit-codes/updatehipaabenefitcode.md): Updates a specific HIPAABenefitCode. ### Delete HIPAABenefitCode - [DELETE /hipaa-benefit-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-benefit-codes/deletehipaabenefitcode.md): Deletes an HIPAABenefitCode ### Create or Update Batch HIPAABenefitCode - [PUT /hipaa-benefit-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-benefit-codes/updatebatchhipaabenefitcode.md): Create or Update multiple HIPAABenefitCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Claim Status Category Codes ### Create HIPAAClaimStatusCategoryCode - [POST /hipaa-claim-status-category-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-category-codes/createhipaaclaimstatuscategorycode.md): Creates a new HIPAAClaimStatusCategoryCode ### List HIPAAClaimStatusCategoryCode - [GET /hipaa-claim-status-category-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-category-codes/listhipaaclaimstatuscategorycode.md): Lists all HIPAAClaimStatusCategoryCode given a specific ### Get HIPAAClaimStatusCategoryCode - [GET /hipaa-claim-status-category-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-category-codes/gethipaaclaimstatuscategorycode.md): Gets HIPAAClaimStatusCategoryCode ### Update HIPAAClaimStatusCategoryCode - [PUT /hipaa-claim-status-category-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-category-codes/updatehipaaclaimstatuscategorycode.md): Updates a specific HIPAAClaimStatusCategoryCode. ### Delete HIPAAClaimStatusCategoryCode - [DELETE /hipaa-claim-status-category-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-category-codes/deletehipaaclaimstatuscategorycode.md): Deletes an HIPAAClaimStatusCategoryCode ### Create or Update Batch HIPAAClaimStatusCategoryCode - [PUT /hipaa-claim-status-category-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-category-codes/updatebatchhipaaclaimstatuscategorycode.md): Create or Update multiple HIPAAClaimStatusCategoryCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Claim Status Codes ### Create HIPAAClaimStatusCode - [POST /hipaa-claim-status-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-codes/createhipaaclaimstatuscode.md): Creates a new HIPAAClaimStatusCode ### List HIPAAClaimStatusCode - [GET /hipaa-claim-status-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-codes/listhipaaclaimstatuscode.md): Lists all HIPAAClaimStatusCode given a specific ### Get HIPAAClaimStatusCode - [GET /hipaa-claim-status-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-codes/gethipaaclaimstatuscode.md): Gets HIPAAClaimStatusCode ### Update HIPAAClaimStatusCode - [PUT /hipaa-claim-status-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-codes/updatehipaaclaimstatuscode.md): Updates a specific HIPAAClaimStatusCode. ### Delete HIPAAClaimStatusCode - [DELETE /hipaa-claim-status-codes/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-codes/deletehipaaclaimstatuscode.md): Deletes an HIPAAClaimStatusCode ### Create or Update Batch HIPAAClaimStatusCode - [PUT /hipaa-claim-status-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-claim-status-codes/updatebatchhipaaclaimstatuscode.md): Create or Update multiple HIPAAClaimStatusCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Plan Types ### Create HIPAAPlanType - [POST /hipaa-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/createhipaaplantype.md): Creates a new HIPAAPlanType ### List HIPAAPlanType - [GET /hipaa-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/listhipaaplantype.md): Lists all HIPAAPlanType given a specific ### Get HIPAAPlanType - [GET /hipaa-plan-types/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/gethipaaplantype.md): Gets HIPAAPlanType ### Update HIPAAPlanType - [PUT /hipaa-plan-types/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/updatehipaaplantype.md): Updates a specific HIPAAPlanType. ### Delete HIPAAPlanType - [DELETE /hipaa-plan-types/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/deletehipaaplantype.md): Deletes an HIPAAPlanType ### Create or Update Batch HIPAAPlanType - [PUT /hipaa-plan-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-plan-types/updatebatchhipaaplantype.md): Create or Update multiple HIPAAPlanType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Reasons ### Create HIPAAReason - [POST /hipaa-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-reasons/createhipaareason.md): Creates a new HIPAAReason ### List HIPAAReason - [GET /hipaa-reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-reasons/listhipaareason.md): Lists all HIPAAReason given a specific ### Get HIPAAReason - [GET /hipaa-reasons/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-reasons/gethipaareason.md): Gets HIPAAReason ### Update HIPAAReason - [PUT /hipaa-reasons/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-reasons/updatehipaareason.md): Updates a specific HIPAAReason. ### Delete HIPAAReason - [DELETE /hipaa-reasons/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-reasons/deletehipaareason.md): Deletes an HIPAAReason ### Create or Update Batch HIPAAReason - [PUT /hipaa-reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-reasons/updatebatchhipaareason.md): Create or Update multiple HIPAAReason at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Relationships ### Create HIPAARelationship - [POST /hipaa-relationships](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-relationships/createhipaarelationship.md): Creates a new HIPAARelationship ### List HIPAARelationship - [GET /hipaa-relationships](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-relationships/listhipaarelationship.md): Lists all HIPAARelationship given a specific ### Get HIPAARelationship - [GET /hipaa-relationships/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-relationships/gethipaarelationship.md): Gets HIPAARelationship ### Update HIPAARelationship - [PUT /hipaa-relationships/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-relationships/updatehipaarelationship.md): Updates a specific HIPAARelationship. ### Delete HIPAARelationship - [DELETE /hipaa-relationships/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-relationships/deletehipaarelationship.md): Deletes an HIPAARelationship ### Create or Update Batch HIPAARelationship - [PUT /hipaa-relationships-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-relationships/updatebatchhipaarelationship.md): Create or Update multiple HIPAARelationship at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Remittance Codes ### Create HIPAARemittanceCode - [POST /hipaa-remittance-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-remittance-codes/createhipaaremittancecode.md): Creates a new HIPAARemittanceCode ### List HIPAARemittanceCode - [GET /hipaa-remittance-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-remittance-codes/listhipaaremittancecode.md): Lists all HIPAARemittanceCode ### Get HIPAARemittanceCode - [GET /hipaa-remittance-codes/{hIPPACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-remittance-codes/gethipaaremittancecode.md): Gets HIPAARemittanceCode ### Update HIPAARemittanceCode - [PUT /hipaa-remittance-codes/{hIPPACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-remittance-codes/updatehipaaremittancecode.md): Updates a specific HIPAARemittanceCode. ### Delete HIPAARemittanceCode - [DELETE /hipaa-remittance-codes/{hIPPACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-remittance-codes/deletehipaaremittancecode.md): Deletes an HIPAARemittanceCode ### Create or Update Batch HIPAARemittanceCode - [PUT /hipaa-remittance-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-remittance-codes/updatebatchhipaaremittancecode.md): Create or Update multiple HIPAARemittanceCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## HIPAA Tiers ### Create HIPAATier - [POST /hipaa-tiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-tiers/createhipaatier.md): Creates a new HIPAATier ### List HIPAATier - [GET /hipaa-tiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-tiers/listhipaatier.md): Lists all HIPAATier given a specific ### Get HIPAATier - [GET /hipaa-tiers/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-tiers/gethipaatier.md): Gets HIPAATier ### Update HIPAATier - [PUT /hipaa-tiers/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-tiers/updatehipaatier.md): Updates a specific HIPAATier. ### Delete HIPAATier - [DELETE /hipaa-tiers/{hIPAACode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-tiers/deletehipaatier.md): Deletes an HIPAATier ### Create or Update Batch HIPAATier - [PUT /hipaa-tiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/hipaa-tiers/updatebatchhipaatier.md): Create or Update multiple HIPAATier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## ID Code Types ### Create IDCodeType - [POST /id-types/{type}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-types/createidcodetype.md): Creates a new IDCodeType ### List IDCodeType - [GET /id-types/{type}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-types/listidcodetype.md): Lists all IDCodeType for the given type ### Get IDCodeType - [GET /id-types/{type}/id-codes/{idCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-types/getidcodetype.md): Gets IDCodeType ### Update IDCodeType - [PUT /id-types/{type}/id-codes/{idCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-types/updateidcodetype.md): Updates a specific IDCodeType. ### Delete IDCodeType - [DELETE /id-types/{type}/id-codes/{idCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-types/deleteidcodetype.md): Deletes an IDCodeType ### Create or Update Batch IDCodeType - [PUT /id-types/{type}/id-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-types/updatebatchidcodetype.md): Create or Update multiple IDCodeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## ID Code Values ### Create IDCodeValue - [POST /id-types/{type}/id-codes/{idCode}/id-code-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/createidcodevalue.md): Creates a new IDCodeValue ### List IDCodeValue - [GET /id-types/{type}/id-codes/{idCode}/id-code-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/listidcodevalue.md): Lists all IDCodeValue for the given type and idCode ### List IDCodeValue based on Source - [GET /id-code-values-by-source](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/listidcodevaluebysource.md): Lists all IDCodeValue for the given type and specific source Based on IDCodeType we will return different values. AUTH @SourceColumn1 = auth_number BENEFIT @SourceColumn1 = benefit_code CAREPLAN @SourceColumn1 = case_key CARRIER @SourceColumn1 = carrier_key CASE @SourceColumn1 = case_key CLAIM @SourceColumn1 = batch_number @SourceColumn2 = batch_claim CLMBTCH @SourceColumn1 = batch_number COMMAGENCY @SourceColumn1 = commissionagency_key COMMREP @SourceColumn1 = commissionrep_key COMPANYDATA @SourceColumn1 = key_value CONTRACTRIDER @SourceColumn1 = group_id @SourceColumn2 = division_id @SourceColumn3 = coverage_start @SourceColumn4 = plan_id @SourceColumn5 = benefit_code CREDQUESTION @SourceColumn1 = credattestationquestion_key DISREASON @SourceColumn1 = reason_id FUNDINGACCOUNT @SourceColumn1 = account_key GRIEV @SourceColumn1 = grievance_key GROUP @SourceColumn1 = group_id GROUPDIVISION @SourceColumn1 = group_id @SourceColumn1 = division_id GROUPNETWORK @SourceColumn1 = group_id @SourceColumn2 = division_id @SourceColumn3 = coverage_start @SourceColumn4 = networkid GROUPPLAN @SourceColumn1 = group_id @SourceColumn2 = division_id @SourceColumn3 = plan_id INTRFACE @SourceColumn1 = vbainterface_key MEMBER @SourceColumn1 = subscriber_id @SourceColumn2 = member_seq NETWORK @SourceColumn1 = networkid PAYEE @SourceColumn1 = payee_id PAYOR @SourceColumn1 = payor_id PLAN @SourceColumn1 = plan_id PROV @SourceColumn1 = provider_id PROVCRED @SourceColumn1 = providercred_key REINS @SourceColumn1 = reinscontract_key SUBSCRIBER @SourceColumn1 = subscriber_id USER @SourceColumn1 = user_id ### Get IDCodeValue - [GET /id-types/{type}/id-codes/{idCode}/id-code-values/{idCodeValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/getidcodevalue.md): Gets IDCodeValue ### Update IDCodeValue - [PUT /id-types/{type}/id-codes/{idCode}/id-code-values/{idCodeValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/updateidcodevalue.md): Updates a specific IDCodeValue. ### Delete IDCodeValue - [DELETE /id-types/{type}/id-codes/{idCode}/id-code-values/{idCodeValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/deleteidcodevalue.md): Deletes an IDCodeValue ### Create or Update Batch IDCodeValue - [PUT /id-types/{type}/id-codes/{idCode}/id-code-values-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-values/updatebatchidcodevalue.md): Create or Update multiple IDCodeValue at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## ID Types ### Create IDType - [POST /id-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/createidtype.md): Creates a new IDType ### List IDType - [GET /id-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/listidtype.md): Lists all IDType ### Create or Update Batch IDType - [PUT /id-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/updatebatchidtype.md): Create or Update multiple IDType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get IDType - [GET /id-types/{type}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/getidtype.md): Gets IDType ### Update IDType - [PUT /id-types/{type}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/updateidtype.md): Updates a specific IDType. ### Delete IDType - [DELETE /id-types/{type}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/deleteidtype.md): Deletes an IDType ## Image ### Create Image - [POST /image](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/image/createimage.md): Creates a new Image ### List Image - [GET /image](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/image/listimage.md): Lists all Image ### Get Image - [GET /image/{Image_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/image/getimage.md): Gets Image ### Update Image - [PUT /image/{Image_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/image/updateimage.md): Updates a specific Image. ### Delete Image - [DELETE /image/{Image_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/image/deleteimage.md): Deletes an Image ### Create or Update Batch Image - [PUT /image-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/image/updatebatchimage.md): Create or Update multiple Image at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Insurance Carrier Types ### Create InsuranceCarrierType - [POST /insurance-carrier-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carrier-types/createinsurancecarriertype.md): Creates a new InsuranceCarrierType ### List InsuranceCarrierType - [GET /insurance-carrier-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carrier-types/listinsurancecarriertype.md): Lists all InsuranceCarrierType ### Get InsuranceCarrierType - [GET /insurance-carrier-types/{carrierType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carrier-types/getinsurancecarriertype.md): Gets InsuranceCarrierType ### Update InsuranceCarrierType - [PUT /insurance-carrier-types/{carrierType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carrier-types/updateinsurancecarriertype.md): Updates a specific InsuranceCarrierType. ### Delete InsuranceCarrierType - [DELETE /insurance-carrier-types/{carrierType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carrier-types/deleteinsurancecarriertype.md): Deletes an InsuranceCarrierType ### Create or Update Batch InsuranceCarrierType - [PUT /insurance-carrier-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carrier-types/updatebatchinsurancecarriertype.md): Create or Update multiple InsuranceCarrierType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Insurance Carriers ### Create InsuranceCarrier - [POST /insurance-carriers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carriers/createinsurancecarrier.md): Creates a new InsuranceCarrier ### List InsuranceCarrier - [GET /insurance-carriers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carriers/listinsurancecarrier.md): Lists all InsuranceCarrier ### Get InsuranceCarrier - [GET /insurance-carriers/{carrierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carriers/getinsurancecarrier.md): Gets InsuranceCarrier ### Update InsuranceCarrier - [PUT /insurance-carriers/{carrierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carriers/updateinsurancecarrier.md): Updates a specific InsuranceCarrier. ### Delete InsuranceCarrier - [DELETE /insurance-carriers/{carrierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carriers/deleteinsurancecarrier.md): Deletes an InsuranceCarrier ### Create or Update Batch InsuranceCarrier - [PUT /insurance-carriers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-carriers/updatebatchinsurancecarrier.md): Create or Update multiple InsuranceCarrier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Insurance Priorities ### List Insurance Priorities - [GET /insurance-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-priorities/listinsurancepriorities.md): List of key/value pairs for Insurance Priorities. ## Insurance Types ### Create InsuranceType - [POST /insurance-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-types/createinsurancetype.md): Creates a new InsuranceType ### List InsuranceType - [GET /insurance-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-types/listinsurancetype.md): Lists all InsuranceType ### Get InsuranceType - [GET /insurance-types/{insuranceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-types/getinsurancetype.md): Gets InsuranceType ### Update InsuranceType - [PUT /insurance-types/{insuranceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-types/updateinsurancetype.md): Updates a specific InsuranceType. ### Delete InsuranceType - [DELETE /insurance-types/{insuranceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-types/deleteinsurancetype.md): Deletes an InsuranceType ### Create or Update Batch InsuranceType - [PUT /insurance-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/insurance-types/updatebatchinsurancetype.md): Create or Update multiple InsuranceType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Interface Types ### Interface Types - [GET /interface-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/interface-types/listinterfacetypes.md): List of key/value pairs for Interface Types ## Invoice Status ### List Invoice Statuses - [GET /invoice-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-status/listinvoicestatuses.md): List of key/value pairs ## Invoice Types ### List Invoice Types - [GET /invoice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-types/listinvoicetypes.md): List of key/value pairs ## Language Skill Levels ### Language Skill Levels - [GET /language-skill-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/language-skill-levels/listlanguageskilllevels.md): List of key/value pairs for Language Skill Levels ## Languages ### Create Languages - [POST /languages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/languages/createlanguages.md): Creates a new Languages ### List Languages - [GET /languages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/languages/listlanguages.md): Lists all Languages ### Get Languages - [GET /languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/languages/getlanguages.md): Gets Languages ### Update Languages - [PUT /languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/languages/updatelanguages.md): Updates a specific Languages. ### Delete Languages - [DELETE /languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/languages/deletelanguages.md): Deletes an Languages ### Create or Update Batch Languages - [PUT /languages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/languages/updatebatchlanguages.md): Create or Update multiple Languages at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Life Options ### List Maturity Age Types - [GET /maturity-age-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/life-options/listmaturityagetypes.md): List of key/value pairs ### List Grace Period Types - [GET /grace-period-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/life-options/listgraceperiodtypes.md): List of key/value pairs ## Local Taxes ### Create LocalTax - [POST /local-taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/createlocaltax.md): Creates a new LocalTax ### List LocalTax - [GET /local-taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/listlocaltax.md): Lists all LocalTax ### Get LocalTax - [GET /local-taxes/{localTaxCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/getlocaltax.md): Gets LocalTax ### Delete LocalTax - [DELETE /local-taxes/{localTaxCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/deletelocaltax.md): Deletes an LocalTax ### Create Batch LocalTax - [PUT /local-taxes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/createbatchlocaltax.md): Create multiple LocalTax at once. If the entity exists, an error will be returned for that item. If the entity does not exist, it will be created. ## Logging ### Creates a system log - [POST /system-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/logging/createsystemlog.md): Creates a system log for a client VBA Application ### Creates multiple system log - [POST /system-logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/logging/createsystemlogbatch.md): Creates multiple system logs for a client VBA Application ## LogType ### Get LogType - [GET /log-types/{name}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/logtype/getlogtype.md): Gets LogType ### List all LogTypes - [GET /log-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/logtype/listlogtype.md): List all available LogTypes ## Marital Statuses ### Create MaritalStatus - [POST /marital-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/marital-statuses/createmaritalstatus.md): Creates a new MaritalStatus ### List MaritalStatus - [GET /marital-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/marital-statuses/listmaritalstatus.md): Lists all MaritalStatus ### Get MaritalStatus - [GET /marital-statuses/{maritalStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/marital-statuses/getmaritalstatus.md): Gets MaritalStatus ### Update MaritalStatus - [PUT /marital-statuses/{maritalStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/marital-statuses/updatemaritalstatus.md): Updates a specific MaritalStatus. ### Delete MaritalStatus - [DELETE /marital-statuses/{maritalStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/marital-statuses/deletemaritalstatus.md): Deletes an MaritalStatus ### Create or Update Batch MaritalStatus - [PUT /marital-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/marital-statuses/updatebatchmaritalstatus.md): Create or Update multiple MaritalStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Modifiers ### Create Modifier - [POST /modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/modifiers/createmodifier.md): Creates a new Modifier ### List Modifier - [GET /modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/modifiers/listmodifier.md): Lists all Modifier ### Get Modifier - [GET /modifiers/{modifierCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/modifiers/getmodifier.md): Gets Modifier ### Update Modifier - [PUT /modifiers/{modifierCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/modifiers/updatemodifier.md): Updates a specific Modifier. ### Delete Modifier - [DELETE /modifiers/{modifierCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/modifiers/deletemodifier.md): Deletes an Modifier ### Create or Update Batch Modifier - [PUT /modifiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/modifiers/updatebatchmodifier.md): Create or Update multiple Modifier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Network Modifiers ### Create NetworkModifier - [POST /networks/{networkID}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-modifiers/createnetworkmodifier.md): Creates a new NetworkModifier ### List NetworkModifier - [GET /networks/{networkID}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-modifiers/listnetworkmodifier.md): Lists all NetworkModifier for the given networkID ### Get NetworkModifier - [GET /networks/{networkID}/modifiers/{modifier}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-modifiers/getnetworkmodifier.md): Gets NetworkModifier ### Update NetworkModifier - [PUT /networks/{networkID}/modifiers/{modifier}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-modifiers/updatenetworkmodifier.md): Updates a specific NetworkModifier. ### Delete NetworkModifier - [DELETE /networks/{networkID}/modifiers/{modifier}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-modifiers/deletenetworkmodifier.md): Deletes an NetworkModifier ### Create or Update Batch NetworkModifier - [PUT /networks/{networkID}/modifiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-modifiers/updatebatchnetworkmodifier.md): Create or Update multiple NetworkModifier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Network Practice Types ### Create NetworkPracticeType - [POST /networks/{networkID}/practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-practice-types/createnetworkpracticetype.md): Creates a new NetworkPracticeType ### List NetworkPracticeType - [GET /networks/{networkID}/practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-practice-types/listnetworkpracticetype.md): Lists all NetworkPracticeType for the given networkID ### Get NetworkPracticeType - [GET /networks/{networkID}/practice-types/{practiceType}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-practice-types/getnetworkpracticetype.md): Gets NetworkPracticeType ### Update NetworkPracticeType - [PUT /networks/{networkID}/practice-types/{practiceType}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-practice-types/updatenetworkpracticetype.md): Updates a specific NetworkPracticeType. ### Delete NetworkPracticeType - [DELETE /networks/{networkID}/practice-types/{practiceType}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-practice-types/deletenetworkpracticetype.md): Deletes an NetworkPracticeType ### Create or Update Batch NetworkPracticeType - [PUT /networks/{networkID}/practice-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-practice-types/updatebatchnetworkpracticetype.md): Create or Update multiple NetworkPracticeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Network Procedure Clusters ### Create NetworkProcedureCluster - [POST /networks/{networkID}/procedure-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-procedure-clusters/createnetworkprocedurecluster.md): Creates a new NetworkProcedureCluster ### List NetworkProcedureCluster - [GET /networks/{networkID}/procedure-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-procedure-clusters/listnetworkprocedurecluster.md): Lists all NetworkProcedureCluster for the given networkID ### Get NetworkProcedureCluster - [GET /networks/{networkID}/procedure-clusters/{procedureCluster}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-procedure-clusters/getnetworkprocedurecluster.md): Gets NetworkProcedureCluster ### Update NetworkProcedureCluster - [PUT /networks/{networkID}/procedure-clusters/{procedureCluster}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-procedure-clusters/updatenetworkprocedurecluster.md): Updates a specific NetworkProcedureCluster. ### Delete NetworkProcedureCluster - [DELETE /networks/{networkID}/procedure-clusters/{procedureCluster}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-procedure-clusters/deletenetworkprocedurecluster.md): Deletes an NetworkProcedureCluster ### Create or Update Batch NetworkProcedureCluster - [PUT /networks/{networkID}/procedure-clusters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-procedure-clusters/updatebatchnetworkprocedurecluster.md): Create or Update multiple NetworkProcedureCluster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Network Profile Assignments ### Create NetworkProfileAssign - [POST /network-profile-assignments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/createnetworkprofileassign.md): Creates a new NetworkProfileAssign ### List NetworkProfileAssign - [GET /network-profiles/{Profile_ID}/assignments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/listnetworkprofileassign.md): Lists all NetworkProfileAssign for the given Profile_ID ### Get NetworkProfileAssign - [GET /network-profiles/{Profile_ID}/types/{Assign_Type}/assignments/{Assign_ID}/effective/{Effective_Date}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/getnetworkprofileassign.md): Gets NetworkProfileAssign ### Update NetworkProfileAssign - [PUT /network-profiles/{Profile_ID}/types/{Assign_Type}/assignments/{Assign_ID}/effective/{Effective_Date}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/updatenetworkprofileassign.md): Updates a specific NetworkProfileAssign. ### Delete NetworkProfileAssign - [DELETE /network-profiles/{Profile_ID}/types/{Assign_Type}/assignments/{Assign_ID}/effective/{Effective_Date}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/deletenetworkprofileassign.md): Deletes an NetworkProfileAssign ### Create or Update Batch NetworkProfileAssign - [PUT /network-profile-assignments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/updatebatchnetworkprofileassign.md): Create or Update multiple NetworkProfileAssign at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List Assign Types - [GET /network-profile-assign-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-assignments/listassigntype.md): List Assign Types ## Network Profile Networks ### Create NetworkProfileNetwork - [POST /network-profile-networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-networks/createnetworkprofilenetwork.md): Creates a new NetworkProfileNetwork ### List NetworkProfileNetwork - [GET /network-profiles/{Profile_ID}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-networks/listnetworkprofilenetwork.md): Lists all NetworkProfileNetwork for the given Profile_ID ### Get NetworkProfileNetwork - [GET /network-profiles/{Profile_ID}/networks/{Network_ID}/effective/{Eff_Date}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-networks/getnetworkprofilenetwork.md): Gets NetworkProfileNetwork ### Update NetworkProfileNetwork - [PUT /network-profiles/{Profile_ID}/networks/{Network_ID}/effective/{Eff_Date}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-networks/updatenetworkprofilenetwork.md): Updates a specific NetworkProfileNetwork. ### Delete NetworkProfileNetwork - [DELETE /network-profiles/{Profile_ID}/networks/{Network_ID}/effective/{Eff_Date}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-networks/deletenetworkprofilenetwork.md): Deletes an NetworkProfileNetwork ### Create or Update Batch NetworkProfileNetwork - [PUT /network-profile-networks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profile-networks/updatebatchnetworkprofilenetwork.md): Create or Update multiple NetworkProfileNetwork at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Network Profiles ### Create NetworkProfile - [POST /network-profiles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/createnetworkprofile.md): Creates a new NetworkProfile ### List NetworkProfile - [GET /network-profiles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/listnetworkprofile.md): Lists all NetworkProfile ### Get NetworkProfile - [GET /network-profiles/{Profile_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/getnetworkprofile.md): Gets NetworkProfile ### Update NetworkProfile - [PUT /network-profiles/{Profile_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/updatenetworkprofile.md): Updates a specific NetworkProfile. ### Delete NetworkProfile - [DELETE /network-profiles/{Profile_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/deletenetworkprofile.md): Deletes an NetworkProfile ### Create or Update Batch NetworkProfile - [PUT /network-profiles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/updatebatchnetworkprofile.md): Create or Update multiple NetworkProfile at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Network Types ### Create NetworkType - [POST /network-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-types/createnetworktype.md): Creates a new NetworkType ### List NetworkType - [GET /network-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-types/listnetworktype.md): Lists all NetworkType ### Get NetworkType - [GET /network-types/{networkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-types/getnetworktype.md): Gets NetworkType ### Update NetworkType - [PUT /network-types/{networkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-types/updatenetworktype.md): Updates a specific NetworkType. ### Delete NetworkType - [DELETE /network-types/{networkType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-types/deletenetworktype.md): Deletes an NetworkType ### Create or Update Batch NetworkType - [PUT /network-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-types/updatebatchnetworktype.md): Create or Update multiple NetworkType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Networks ### Create Network - [POST /networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/networks/createnetwork.md): Creates a new Network ### List Networks - [GET /networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/networks/listnetworks.md): List all available Networks ### Get Network - [GET /networks/{networkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/networks/getnetwork.md): Gets a specific Network ### Update Network - [PUT /networks/{networkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/networks/updatenetwork.md): Updates a specific Network ### Delete Network - [DELETE /networks/{networkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/networks/deletenetwork.md): Deletes a specific Network ### Create or Update Batch Network - [PUT /networks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/networks/createorupdatebatchnetworks.md): Creates or Updates multiple Networks ## Objects ### List Functional Areas - [GET /functional-areas](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/objects/listfunctionalareas.md): Gets a list of all Functional Areas ### List Objects - [GET /objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/objects/listobjects.md): Gets a list of Objects with optional Functional Area and Purpose filters. ### List Purposes - [GET /purposes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/objects/listpurposes.md): Gets a list of all Purposes ## Occupations ### Create Occupation - [POST /occupations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/occupations/createoccupation.md): Creates a new Occupation ### List Occupation - [GET /occupations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/occupations/listoccupation.md): Lists all Occupation ### Get Occupation - [GET /occupations/{occupationID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/occupations/getoccupation.md): Gets Occupation ### Update Occupation - [PUT /occupations/{occupationID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/occupations/updateoccupation.md): Updates a specific Occupation. ### Delete Occupation - [DELETE /occupations/{occupationID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/occupations/deleteoccupation.md): Deletes an Occupation ### Create or Update Batch Occupation - [PUT /occupations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/occupations/updatebatchoccupation.md): Create or Update multiple Occupation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## PatientStatus ### Create PatientStatus - [POST /patient-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/patientstatus/createpatientstatus.md): Creates a new PatientStatus ### List PatientStatus - [GET /patient-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/patientstatus/listpatientstatus.md): Lists all PatientStatus ### Get PatientStatus - [GET /patient-statuses/{Patient_Status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/patientstatus/getpatientstatus.md): Gets PatientStatus ### Update PatientStatus - [PUT /patient-statuses/{Patient_Status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/patientstatus/updatepatientstatus.md): Updates a specific PatientStatus. ### Delete PatientStatus - [DELETE /patient-statuses/{Patient_Status}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/patientstatus/deletepatientstatus.md): Deletes an PatientStatus ### Create or Update Batch PatientStatus - [PUT /patient-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/patientstatus/updatebatchpatientstatus.md): Create or Update multiple PatientStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Pay Frequency ### List Pay Frequencies - [GET /pay-frequencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pay-frequency/listpayfrequencies.md): List of key/value pairs for Pay Frequency. ## Payee Accounts ### Create PayeeAccount - [POST /payees/{payeeID}/accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payee-accounts/createpayeeaccount.md): Creates a new PayeeAccount ### List PayeeAccount - [GET /payees/{payeeID}/accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payee-accounts/listpayeeaccount.md): Lists all PayeeAccount for the given payeeID ### Get PayeeAccount - [GET /payees/{payeeID}/accounts/{payeeAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payee-accounts/getpayeeaccount.md): Gets PayeeAccount ### Update PayeeAccount - [PUT /payees/{payeeID}/accounts/{payeeAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payee-accounts/updatepayeeaccount.md): Updates a specific PayeeAccount. ### Delete PayeeAccount - [DELETE /payees/{payeeID}/accounts/{payeeAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payee-accounts/deletepayeeaccount.md): Deletes an PayeeAccount ### Create or Update Batch PayeeAccount - [PUT /payees/{payeeID}/accounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payee-accounts/updatebatchpayeeaccount.md): Create or Update multiple PayeeAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payees ### Create Payee - [POST /payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payees/createpayee.md): Creates a new Payee ### List Payee - [GET /payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payees/listpayee.md): Lists all Payee ### Get Payee - [GET /payees/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payees/getpayee.md): Gets Payee ### Update Payee - [PUT /payees/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payees/updatepayee.md): Updates a specific Payee. ### Delete Payee - [DELETE /payees/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payees/deletepayee.md): Deletes an Payee ### Create or Update Batch Payee - [PUT /payees-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payees/updatebatchpayee.md): Create or Update multiple Payee at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payor ### Create Payor - [POST /payors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor/createpayor.md): Creates a new Payor ### List Payor - [GET /payors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor/listpayor.md): Lists all Payor ### Get Payor - [GET /payors/{payorId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor/getpayor.md): Gets Payor ### Update Payor - [PUT /payors/{payorId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor/updatepayor.md): Updates a specific Payor. ### Delete Payor - [DELETE /payors/{payorId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor/deletepayor.md): Deletes an Payor ### Create or Update Batch Payor - [PUT /payors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor/updatebatchpayor.md): Create or Update multiple Payor at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payor Filters ### Create PayorFilter - [POST /payors/{payorID}/filters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-filters/createpayorfilter.md): Creates a new PayorFilter ### List PayorFilter - [GET /payors/{payorID}/filters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-filters/listpayorfilter.md): Lists all PayorFilter for the given payorID ### Get PayorFilter - [GET /payors/{payorID}/filters/{payorFilterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-filters/getpayorfilter.md): Gets PayorFilter ### Update PayorFilter - [PUT /payors/{payorID}/filters/{payorFilterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-filters/updatepayorfilter.md): Updates a specific PayorFilter. ### Delete PayorFilter - [DELETE /payors/{payorID}/filters/{payorFilterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-filters/deletepayorfilter.md): Deletes an PayorFilter ### Create or Update Batch PayorFilter - [PUT /payors/{payorID}/filters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-filters/updatebatchpayorfilter.md): Create or Update multiple PayorFilter at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Payor Reports ### Create PayorReport - [POST /payors/{payorID}/reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-reports/createpayorreport.md): Creates a new PayorReport ### List PayorReport - [GET /payors/{payorID}/reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-reports/listpayorreport.md): Lists all PayorReport for the given payorID ### Get PayorReport - [GET /payors/{payorID}/reports/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-reports/getpayorreport.md): Gets PayorReport ### Delete PayorReport - [DELETE /payors/{payorID}/reports/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-reports/deletepayorreport.md): Deletes an PayorReport ### Create or Update Batch PayorReport - [PUT /payors/{payorID}/reports-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payor-reports/updatebatchpayorreport.md): Create or Update multiple PayorReport at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## PBM Types ### Create PBMType - [POST /pbm-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pbm-types/createpbmtype.md): Creates a new PBMType ### List PBMType - [GET /pbm-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pbm-types/listpbmtype.md): Lists all PBMType ### Get PBMType - [GET /pbm-types/{pBMType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pbm-types/getpbmtype.md): Gets PBMType ### Update PBMType - [PUT /pbm-types/{pBMType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pbm-types/updatepbmtype.md): Updates a specific PBMType. ### Delete PBMType - [DELETE /pbm-types/{pBMType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pbm-types/deletepbmtype.md): Deletes an PBMType ### Create or Update Batch PBMType - [PUT /pbm-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/pbm-types/updatebatchpbmtype.md): Create or Update multiple PBMType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Places of Service ### Create PlaceCodes - [POST /place-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/places-of-service/createplacecodes.md): Creates a new PlaceCodes ### List PlaceCodes - [GET /place-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/places-of-service/listplacecodes.md): Lists all PlaceCodes ### Get PlaceCodes - [GET /place-codes/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/places-of-service/getplacecodes.md): Gets PlaceCodes ### Update PlaceCodes - [PUT /place-codes/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/places-of-service/updateplacecodes.md): Updates a specific PlaceCodes. ### Delete PlaceCodes - [DELETE /place-codes/{placeCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/places-of-service/deleteplacecodes.md): Deletes an PlaceCodes ### Create or Update Batch PlaceCodes - [PUT /place-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/places-of-service/updatebatchplacecodes.md): Create or Update multiple PlaceCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Policy Forfeiture Ext ### Create PolicyForfeitureExt - [POST /policy-forfeiture-exts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext/createpolicyforfeitureext.md): Creates a new PolicyForfeitureExt ### List PolicyForfeitureExt - [GET /policy-forfeiture-exts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext/listpolicyforfeitureext.md): Lists all PolicyForfeitureExt ### Get PolicyForfeitureExt - [GET /policy-forfeiture-exts/{PolicyForfeitureExt_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext/getpolicyforfeitureext.md): Gets PolicyForfeitureExt ### Update PolicyForfeitureExt - [PUT /policy-forfeiture-exts/{PolicyForfeitureExt_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext/updatepolicyforfeitureext.md): Updates a specific PolicyForfeitureExt. ### Delete PolicyForfeitureExt - [DELETE /policy-forfeiture-exts/{PolicyForfeitureExt_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext/deletepolicyforfeitureext.md): Deletes an PolicyForfeitureExt ### Create or Update Batch PolicyForfeitureExt - [PUT /policy-forfeiture-exts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext/updatebatchpolicyforfeitureext.md): Create or Update multiple PolicyForfeitureExt at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Policy Forfeiture Ext Details ### List PolicyForfeitureExtDetail - [GET /policy-forfeiture-ext-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext-details/listpolicyforfeitureextdetail.md): Lists all PolicyForfeitureExtDetail ### Get PolicyForfeitureExtDetail - [GET /policy-forfeiture-ext-details/{policyForfeitureExtDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-forfeiture-ext-details/getpolicyforfeitureextdetail.md): Gets PolicyForfeitureExtDetail ## Policy Statuses ### Create PolicyStatus - [POST /policy-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-statuses/createpolicystatus.md): Creates a new PolicyStatus ### List PolicyStatus - [GET /policy-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-statuses/listpolicystatus.md): Lists all PolicyStatus ### Get PolicyStatus - [GET /policy-statuses/{policyStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-statuses/getpolicystatus.md): Gets PolicyStatus ### Update PolicyStatus - [PUT /policy-statuses/{policyStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-statuses/updatepolicystatus.md): Updates a specific PolicyStatus. ### Delete PolicyStatus - [DELETE /policy-statuses/{policyStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-statuses/deletepolicystatus.md): Deletes an PolicyStatus ### Create or Update Batch PolicyStatus - [PUT /policy-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/policy-statuses/updatebatchpolicystatus.md): Create or Update multiple PolicyStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Categories ### Create ProcedureCategory - [POST /procedure-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-categories/createprocedurecategory.md): Creates a new ProcedureCategory ### List ProcedureCategory - [GET /procedure-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-categories/listprocedurecategory.md): Lists all ProcedureCategory given a specific ### Get ProcedureCategory - [GET /procedure-categories/{categoryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-categories/getprocedurecategory.md): Gets ProcedureCategory ### Update ProcedureCategory - [PUT /procedure-categories/{categoryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-categories/updateprocedurecategory.md): Updates a specific ProcedureCategory. ### Delete ProcedureCategory - [DELETE /procedure-categories/{categoryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-categories/deleteprocedurecategory.md): Deletes an ProcedureCategory ### Create or Update Batch ProcedureCategory - [PUT /procedure-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-categories/updatebatchprocedurecategory.md): Create or Update multiple ProcedureCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Cluster Details ### Create ProcedureClusterDetail - [POST /procedure-clusters/{procedureCluster}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-cluster-details/createprocedureclusterdetail.md): Creates a new ProcedureClusterDetail ### List ProcedureClusterDetail - [GET /procedure-clusters/{procedureCluster}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-cluster-details/listprocedureclusterdetail.md): Lists all ProcedureClusterDetail for the given procedureCluster ### Get ProcedureClusterDetail - [GET /procedure-clusters/{procedureCluster}/details/{procedureClusterDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-cluster-details/getprocedureclusterdetail.md): Gets ProcedureClusterDetail ### Update ProcedureClusterDetail - [PUT /procedure-clusters/{procedureCluster}/details/{procedureClusterDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-cluster-details/updateprocedureclusterdetail.md): Updates a specific ProcedureClusterDetail. ### Delete ProcedureClusterDetail - [DELETE /procedure-clusters/{procedureCluster}/details/{procedureClusterDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-cluster-details/deleteprocedureclusterdetail.md): Deletes an ProcedureClusterDetail ### Create or Update Batch ProcedureClusterDetail - [PUT /procedure-clusters/{procedureCluster}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-cluster-details/updatebatchprocedureclusterdetail.md): Create or Update multiple ProcedureClusterDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Clusters ### Create ProcedureCluster - [POST /procedure-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-clusters/createprocedurecluster.md): Creates a new ProcedureCluster ### List ProcedureCluster - [GET /procedure-clusters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-clusters/listprocedurecluster.md): Lists all ProcedureCluster ### Get ProcedureCluster - [GET /procedure-clusters/{procedureCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-clusters/getprocedurecluster.md): Gets ProcedureCluster ### Update ProcedureCluster - [PUT /procedure-clusters/{procedureCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-clusters/updateprocedurecluster.md): Updates a specific ProcedureCluster. ### Delete ProcedureCluster - [DELETE /procedure-clusters/{procedureCluster}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-clusters/deleteprocedurecluster.md): Deletes an ProcedureCluster ### Create or Update Batch ProcedureCluster - [PUT /procedure-clusters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-clusters/updatebatchprocedurecluster.md): Create or Update multiple ProcedureCluster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Code Qualifiers ### Create ProcedureCodeQualifier - [POST /procedure-code-qualifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-qualifiers/createprocedurecodequalifier.md): Creates a new ProcedureCodeQualifier ### List ProcedureCodeQualifier - [GET /procedure-code-qualifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-qualifiers/listprocedurecodequalifier.md): Lists all ProcedureCodeQualifier ### Get ProcedureCodeQualifier - [GET /procedure-code-qualifiers/{qualifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-qualifiers/getprocedurecodequalifier.md): Gets ProcedureCodeQualifier ### Update ProcedureCodeQualifier - [PUT /procedure-code-qualifiers/{qualifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-qualifiers/updateprocedurecodequalifier.md): Updates a specific ProcedureCodeQualifier. ### Delete ProcedureCodeQualifier - [DELETE /procedure-code-qualifiers/{qualifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-qualifiers/deleteprocedurecodequalifier.md): Deletes an ProcedureCodeQualifier ### Create or Update Batch ProcedureCodeQualifier - [PUT /procedure-code-qualifiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-qualifiers/updatebatchprocedurecodequalifier.md): Create or Update multiple ProcedureCodeQualifier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Code Sets ### Create ProcedureCodeSet - [POST /procedure-codes/{procedureCode}/sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-sets/createprocedurecodeset.md): Creates a new ProcedureCodeSet ### List ProcedureCodeSet - [GET /procedure-codes/{procedureCode}/sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-sets/listprocedurecodeset.md): Lists all ProcedureCodeSet for the given procedureCode ### Get ProcedureCodeSet - [GET /procedure-codes/{procedureCode}/sets/{codeSet}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-sets/getprocedurecodeset.md): Gets ProcedureCodeSet ### Update ProcedureCodeSet - [PUT /procedure-codes/{procedureCode}/sets/{codeSet}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-sets/updateprocedurecodeset.md): Updates a specific ProcedureCodeSet. ### Delete ProcedureCodeSet - [DELETE /procedure-codes/{procedureCode}/sets/{codeSet}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-sets/deleteprocedurecodeset.md): Deletes an ProcedureCodeSet ### Create or Update Batch ProcedureCodeSet - [PUT /procedure-codes/{procedureCode}/sets-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-code-sets/updatebatchprocedurecodeset.md): Create or Update multiple ProcedureCodeSet at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Codes ### Create ProcedureCode - [POST /procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-codes/createprocedurecode.md): Creates a new ProcedureCode ### List ProcedureCode - [GET /procedure-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-codes/listprocedurecode.md): Lists all ProcedureCode ### Get ProcedureCode - [GET /procedure-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-codes/getprocedurecode.md): Gets ProcedureCode ### Update ProcedureCode - [PUT /procedure-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-codes/updateprocedurecode.md): Updates a specific ProcedureCode. ### Delete ProcedureCode - [DELETE /procedure-codes/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-codes/deleteprocedurecode.md): Deletes an ProcedureCode ### Create or Update Batch ProcedureCode - [PUT /procedure-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-codes/updatebatchprocedurecode.md): Create or Update multiple ProcedureCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Procedure Groups ### Create ProcedureGroup - [POST /procedure-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-groups/createproceduregroup.md): Creates a new ProcedureGroup ### List ProcedureGroup - [GET /procedure-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-groups/listproceduregroup.md): Lists all ProcedureGroup ### Get ProcedureGroup - [GET /procedure-groups/{procedureGroup}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-groups/getproceduregroup.md): Gets ProcedureGroup ### Update ProcedureGroup - [PUT /procedure-groups/{procedureGroup}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-groups/updateproceduregroup.md): Updates a specific ProcedureGroup. ### Delete ProcedureGroup - [DELETE /procedure-groups/{procedureGroup}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-groups/deleteproceduregroup.md): Deletes an ProcedureGroup ### Create or Update Batch ProcedureGroup - [PUT /procedure-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/procedure-groups/updatebatchproceduregroup.md): Create or Update multiple ProcedureGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Process Logging ### Create VBAProcessLog - [POST /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-logging/createvbaprocesslog.md): Creates a new VBAProcessLog ### List VBAProcessLog - [GET /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-logging/listvbaprocesslog.md): List VBAProcessLogs or the given VBAProcessKey and VBAProcessType ### Get VBAProcessLog - [GET /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/logs/{vBAProcessLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-logging/getvbaprocesslog.md): Gets VBAProcessLog ### Update VBAProcessLog - [PUT /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/logs/{vBAProcessLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-logging/updatevbaprocesslog.md): Updates a specific VBAProcessLog. ### Delete VBAProcessLog - [DELETE /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/logs/{vBAProcessLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-logging/deletevbaprocesslog.md): Deletes an VBAProcessLog ### Update Batch VBAProcessLog - [PUT /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-logging/updatebatchvbaprocesslog.md): Updates or Creates multiple VBAProcessLogs ## Process Parameters ### Create VBAProcessParameter - [POST /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-parameters/createvbaprocessparameter.md): Creates a new VBAProcessParameter ### Get VBAProcessParameter - [GET /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-parameters/getvbaprocessparameter.md): Gets VBAProcessParameter ### Update VBAProcessParameter - [PUT /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-parameters/updatevbaprocessparameter.md): Updates a specific VBAProcessParameter. ### Delete VBAProcessParameter - [DELETE /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-parameters/deletevbaprocessparameter.md): Deletes an VBAProcessParameter ### Update Batch VBAProcessParameter - [PUT /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-parameters/updatebatchvbaprocessparameter.md): Updates a multiple VBAProcessParameter. ## Processes ### Create VBAProcess - [POST /vbaprocesses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/processes/createvbaprocess.md): Creates a new VBAProcess ### Get VBAProcess - [GET /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/processes/getvbaprocess.md): Gets VBAProcess ### Update VBAProcess - [PUT /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/processes/updatevbaprocess.md): Updates a specific VBAProcess. ### Delete VBAProcess - [DELETE /vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/processes/deletevbaprocess.md): Deletes an VBAProcess ## Provider Types ### Create ProviderTypes - [POST /provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-types/createprovidertypes.md): Creates a new ProviderTypes ### List ProviderTypes - [GET /provider-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-types/listprovidertypes.md): Lists all ProviderTypes ### Get ProviderTypes - [GET /provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-types/getprovidertypes.md): Gets ProviderTypes ### Update ProviderTypes - [PUT /provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-types/updateprovidertypes.md): Updates a specific ProviderTypes. ### Delete ProviderTypes - [DELETE /provider-types/{providerType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-types/deleteprovidertypes.md): Deletes an ProviderTypes ### Create or Update Batch ProviderTypes - [PUT /provider-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-types/updatebatchprovidertypes.md): Create or Update multiple ProviderTypes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reasons ### Create Reasons - [POST /reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reasons/createreasons.md): Creates a new Reasons ### List Reasons - [GET /reasons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reasons/listreasons.md): Lists all Reasons ### Get Reasons - [GET /reasons/{reasonID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reasons/getreasons.md): Gets Reasons ### Update Reasons - [PUT /reasons/{reasonID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reasons/updatereasons.md): Updates a specific Reasons. ### Delete Reasons - [DELETE /reasons/{reasonID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reasons/deletereasons.md): Deletes an Reasons ### Create or Update Batch Reasons - [PUT /reasons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reasons/updatebatchreasons.md): Create or Update multiple Reasons at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Relationships ### Create Relationships - [POST /relationships](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/relationships/createrelationships.md): Creates a new Relationships ### List Relationships - [GET /relationships](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/relationships/listrelationships.md): Lists all Relationships ### Get Relationships - [GET /relationships/{relateCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/relationships/getrelationships.md): Gets Relationships ### Update Relationships - [PUT /relationships/{relateCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/relationships/updaterelationships.md): Updates a specific Relationships. ### Delete Relationships - [DELETE /relationships/{relateCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/relationships/deleterelationships.md): Deletes an Relationships ### Create or Update Batch Relationships - [PUT /relationships-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/relationships/updatebatchrelationships.md): Create or Update multiple Relationships at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Rounding Precision ### List Rounding Precisions - [GET /rounding-precision](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/rounding-precision/listroundingprecision.md): Lists all Rounding Precisions ### Get Rounding Precision - [GET /rounding-precision/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/rounding-precision/getroundingprecision.md): Gets a single Rounding Precision by ID ## Rounding Types ### List Rounding Types - [GET /rounding-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/rounding-types/listroundingtypes.md): Lists all Rounding Types ### Get Rounding Type - [GET /rounding-types/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/rounding-types/getroundingtype.md): Gets a single Rounding Type by ID ## Search Config ### List SearchConfigs - [GET /search-configs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-config/listsearchconfigs.md): Gets a list of SearchConfigs with optional FunctionalArea filter ### Get a SearchConfig - [GET /search-configs/{searchConfigId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-config/getsearchconfig.md): Get a specific SearchConfig ## Search Operators ### List Search Operators - [GET /search-operators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-operators/listsearchoperators.md): Lists all Search Operators ### Get Search Operator - [GET /search-operators/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-operators/getsearchoperator.md): Gets a single Search Operator by ID ## Search Request ### Run a search - [POST /search](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/search-request/searchrequest.md): Runs a search usng the provided Search Request ## Send To ### Create SendTo - [POST /send-tos](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/send-to/createsendto.md): Creates a new SendTo ### List SendTo - [GET /send-tos](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/send-to/listsendto.md): Lists all SendTo ### Get SendTo - [GET /send-tos/{sendToID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/send-to/getsendto.md): Gets SendTo ### Update SendTo - [PUT /send-tos/{sendToID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/send-to/updatesendto.md): Updates a specific SendTo. ### Delete SendTo - [DELETE /send-tos/{sendToID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/send-to/deletesendto.md): Deletes an SendTo ### Create or Update Batch SendTo - [PUT /send-tos-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/send-to/updatebatchsendto.md): Create or Update multiple SendTo at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Sex Codes ### List Sex Codes - [GET /sex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/sex-codes/listsexcodes.md): Lists all Sex Codes ### Get Sex Code - [GET /sex-codes/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/sex-codes/getsexcode.md): Gets a single Sex Code by ID ## Specialty ### Create Specialty - [POST /specialties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/specialty/createspecialty.md): Creates a new Specialty. ### List Specialties - [GET /specialties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/specialty/listspecialty.md): List all Specialties ### Get Specialty - [GET /specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/specialty/getspecialty.md): Gets Specialty ### Update Specialty - [PUT /specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/specialty/updatespecialty.md): Updates a specific Specialty. ### Delete Specialty - [DELETE /specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/specialty/deletespecialty.md): Deletes an Specialty ### Create or Update Batch Specialty - [PUT /specialties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/specialty/createorupdatebatchspecialty.md): Creates or Updates multiple Specialties ## State Interest ### Create StateInterest - [POST /state-interests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/createstateinterest.md): Creates a new StateInterest ### List StateInterest - [GET /state-interests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/liststateinterest.md): Lists all StateInterest ### Get StateInterest - [GET /state-interests/{stateInterestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/getstateinterest.md): Gets StateInterest ### Update StateInterest - [PUT /state-interests/{stateInterestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/updatestateinterest.md): Updates a specific StateInterest. ### Delete StateInterest - [DELETE /state-interests/{stateInterestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/deletestateinterest.md): Deletes an StateInterest ### Create or Update Batch StateInterest - [PUT /state-interests-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-interest/updatebatchstateinterest.md): Create or Update multiple StateInterest at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## State Procedure Code Taxes ### Create StateProcedureCodeTax - [POST /state-procedure-code-taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-procedure-code-taxes/createstateprocedurecodetax.md): Creates a new StateProcedureCodeTax ### List StateProcedureCodeTax - [GET /state-procedure-code-taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-procedure-code-taxes/liststateprocedurecodetax.md): Lists all StateProcedureCodeTax ### Get StateProcedureCodeTax - [GET /state-procedure-code-taxes/{state}/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-procedure-code-taxes/getstateprocedurecodetax.md): Gets StateProcedureCodeTax ### Update StateProcedureCodeTax - [PUT /state-procedure-code-taxes/{state}/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-procedure-code-taxes/updatestateprocedurecodetax.md): Updates a specific StateProcedureCodeTax. ### Delete StateProcedureCodeTax - [DELETE /state-procedure-code-taxes/{state}/{procedureCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-procedure-code-taxes/deletestateprocedurecodetax.md): Deletes an StateProcedureCodeTax ### Create or Update Batch StateProcedureCodeTax - [PUT /state-procedure-code-taxes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-procedure-code-taxes/updatebatchstateprocedurecodetax.md): Create or Update multiple StateProcedureCodeTax at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## State Surcharge ### Create StateSurcharge - [POST /state-surcharge](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge/createstatesurcharge.md): Creates a new StateSurcharge ### List StateSurcharge - [GET /state-surcharge](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge/liststatesurcharge.md): Lists all StateSurcharge ### Get StateSurcharge - [GET /state-surcharge/{StateSurcharge_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge/getstatesurcharge.md): Gets StateSurcharge ### Update StateSurcharge - [PUT /state-surcharge/{StateSurcharge_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge/updatestatesurcharge.md): Updates a specific StateSurcharge. ### Delete StateSurcharge - [DELETE /state-surcharge/{StateSurcharge_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge/deletestatesurcharge.md): Deletes an StateSurcharge ### Create or Update Batch StateSurcharge - [PUT /state-surcharge-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/state-surcharge/updatebatchstatesurcharge.md): Create or Update multiple StateSurcharge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## States ### Create State - [POST /states](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/states/createstate.md): Creates a new State ### List State - [GET /states](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/states/liststate.md): Lists all State given a specific ### Get State - [GET /states/{stateAbbrev}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/states/getstate.md): Gets State ### Update State - [PUT /states/{stateAbbrev}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/states/updatestate.md): Updates a specific State. ### Delete State - [DELETE /states/{stateAbbrev}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/states/deletestate.md): Deletes an State ### Create or Update Batch State - [PUT /states-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/states/updatebatchstate.md): Create or Update multiple State at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Suffix ### Create Suffix - [POST /suffixes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suffix/createsuffix.md): Creates a new Suffix ### List Suffix - [GET /suffixes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suffix/listsuffixes.md): Lists all Suffix ### Get Suffix - [GET /suffixes/{suffix1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suffix/getsuffix.md): Gets Suffix ### Update Suffix - [PUT /suffixes/{suffix1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suffix/updatesuffix.md): Updates a specific Suffix ### Delete Suffix - [DELETE /suffixes/{suffix1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suffix/deletesuffix.md): Deletes an Suffix ### Create or Update Batch Suffix - [PUT /suffixes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/suffix/updatebatchsuffix.md): Create or Update multiple Suffix at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tax Filing Status ### Create TaxFilingStatus - [POST /tax-filing-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tax-filing-status/createtaxfilingstatus.md): Creates a new TaxFilingStatus ### List TaxFilingStatus - [GET /tax-filing-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tax-filing-status/listtaxfilingstatus.md): Lists all TaxFilingStatus ### Get TaxFilingStatus - [GET /tax-filing-statuses/{filingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tax-filing-status/gettaxfilingstatus.md): Gets TaxFilingStatus ### Update TaxFilingStatus - [PUT /tax-filing-statuses/{filingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tax-filing-status/updatetaxfilingstatus.md): Updates a specific TaxFilingStatus. ### Delete TaxFilingStatus - [DELETE /tax-filing-statuses/{filingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tax-filing-status/deletetaxfilingstatus.md): Deletes an TaxFilingStatus ### Create or Update Batch TaxFilingStatus - [PUT /tax-filing-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tax-filing-status/updatebatchtaxfilingstatus.md): Create or Update multiple TaxFilingStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Taxonomy ### Create Taxonomy - [POST /taxonomies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy/createtaxonomy.md): Creates a new Taxonomy ### List Taxonomy - [GET /taxonomies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy/listtaxonomies.md): Lists all Taxonomy given a specific ### Get Taxonomy - [GET /taxonomies/{taxonomyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy/gettaxonomy.md): Gets Taxonomy ### Update Taxonomy - [PUT /taxonomies/{taxonomyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy/updatetaxonomy.md): Updates a specific Taxonomy. ### Delete Taxonomy - [DELETE /taxonomies/{taxonomyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy/deletetaxonomy.md): Deletes an Taxonomy ### Create or Update Batch Taxonomy - [PUT /taxonomies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy/updatebatchtaxonomy.md): Create or Update multiple Taxonomy at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Taxonomy Group Details ### Create TaxonomyGroupDetail - [POST /taxonomy-groups/{taxonomyGroupID}/taxonomy-group-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-details/createtaxonomygroupdetail.md): Creates a new TaxonomyGroupDetail ### List TaxonomyGroupDetail - [GET /taxonomy-groups/{taxonomyGroupID}/taxonomy-group-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-details/listtaxonomygroupdetail.md): Lists all TaxonomyGroupDetail given a specific taxonomyGroupID ### Get TaxonomyGroupDetail - [GET /taxonomy-groups/{taxonomyGroupID}/taxonomy-group-details/{taxonomyGroupDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-details/gettaxonomygroupdetail.md): Gets TaxonomyGroupDetail ### Update TaxonomyGroupDetail - [PUT /taxonomy-groups/{taxonomyGroupID}/taxonomy-group-details/{taxonomyGroupDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-details/updatetaxonomygroupdetail.md): Updates a specific TaxonomyGroupDetail. ### Delete TaxonomyGroupDetail - [DELETE /taxonomy-groups/{taxonomyGroupID}/taxonomy-group-details/{taxonomyGroupDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-details/deletetaxonomygroupdetail.md): Deletes an TaxonomyGroupDetail ### Create or Update Batch TaxonomyGroupDetail - [PUT /taxonomy-groups/{taxonomyGroupID}/taxonomy-group-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-details/updatebatchtaxonomygroupdetail.md): Create or Update multiple TaxonomyGroupDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Taxonomy Group Types ### List Taxonomy Group Types - [GET /taxonomy-group-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-group-types/listtaxonomygrouptypes.md): List of key/value pairs for Taxonomy Group Types ## Taxonomy Groups ### Create TaxonomyGroup - [POST /taxonomy-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-groups/createtaxonomygroup.md): Creates a new TaxonomyGroup ### List TaxonomyGroup - [GET /taxonomy-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-groups/listtaxonomygroup.md): Lists all TaxonomyGroup given a specific ### Create or Update Batch TaxonomyGroup - [PUT /taxonomy-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-groups/updatebatchtaxonomygroup.md): Create or Update multiple TaxonomyGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get TaxonomyGroup - [GET /taxonomy-groups/{taxonomyGroupID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-groups/gettaxonomygroup.md): Gets TaxonomyGroup ### Update TaxonomyGroup - [PUT /taxonomy-groups/{taxonomyGroupID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-groups/updatetaxonomygroup.md): Updates a specific TaxonomyGroup. ### Delete TaxonomyGroup - [DELETE /taxonomy-groups/{taxonomyGroupID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/taxonomy-groups/deletetaxonomygroup.md): Deletes an TaxonomyGroup ## Tiers ### Create Tier - [POST /tiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tiers/createtier.md): Creates a new Tier ### List Tier - [GET /tiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tiers/listtier.md): Lists all Tier ### Get Tier - [GET /tiers/{tier1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tiers/gettier.md): Gets Tier ### Update Tier - [PUT /tiers/{tier1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tiers/updatetier.md): Updates a specific Tier. ### Delete Tier - [DELETE /tiers/{tier1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tiers/deletetier.md): Deletes an Tier ### Create or Update Batch Tier - [PUT /tiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tiers/updatebatchtier.md): Create or Update multiple Tier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Timely Filing ### Create TimelyFiling - [POST /timely-filings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/timely-filing/createtimelyfiling.md): Creates a new TimelyFiling ### List TimelyFiling - [GET /timely-filings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/timely-filing/listtimelyfiling.md): Lists all TimelyFiling ### Get TimelyFiling - [GET /timely-filings/{timelyFilingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/timely-filing/gettimelyfiling.md): Gets TimelyFiling ### Update TimelyFiling - [PUT /timely-filings/{timelyFilingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/timely-filing/updatetimelyfiling.md): Updates a specific TimelyFiling. ### Delete TimelyFiling - [DELETE /timely-filings/{timelyFilingKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/timely-filing/deletetimelyfiling.md): Deletes an TimelyFiling ### Create or Update Batch TimelyFiling - [PUT /timely-filings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/timely-filing/updatebatchtimelyfiling.md): Create or Update multiple TimelyFiling at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tooth ### Create Tooth - [POST /teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth/createtooth.md): Creates a new Tooth ### List Tooth - [GET /teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth/listtooth.md): Lists all Tooth ### Get Tooth - [GET /teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth/gettooth.md): Gets Tooth ### Update Tooth - [PUT /teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth/updatetooth.md): Updates a specific Tooth. ### Delete Tooth - [DELETE /teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth/deletetooth.md): Deletes an Tooth ### Create or Update Batch Tooth - [PUT /teeth-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth/updatebatchtooth.md): Create or Update multiple Tooth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tooth Actions ### Create ToothAction - [POST /tooth-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/createtoothaction.md): Creates a new ToothAction ### List ToothAction - [GET /tooth-actions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/listtoothaction.md): Lists all ToothAction ### Get ToothAction - [GET /tooth-actions/{toothAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/gettoothaction.md): Gets ToothAction ### Update ToothAction - [PUT /tooth-actions/{toothAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/updatetoothaction.md): Updates a specific ToothAction. ### Delete ToothAction - [DELETE /tooth-actions/{toothAction}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/deletetoothaction.md): Deletes an ToothAction ### Create or Update Batch ToothAction - [PUT /tooth-actions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-actions/updatebatchtoothaction.md): Create or Update multiple ToothAction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tooth Chart Types ### Create ToothChartType - [POST /tooth-chart-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/createtoothcharttype.md): Creates a new ToothChartType ### List ToothChartType - [GET /tooth-chart-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/listtoothcharttype.md): Lists all ToothChartType ### Get ToothChartType - [GET /tooth-chart-types/{chartType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/gettoothcharttype.md): Gets ToothChartType ### Update ToothChartType - [PUT /tooth-chart-types/{chartType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/updatetoothcharttype.md): Updates a specific ToothChartType. ### Delete ToothChartType - [DELETE /tooth-chart-types/{chartType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/deletetoothcharttype.md): Deletes an ToothChartType ### Create or Update Batch ToothChartType - [PUT /tooth-chart-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-chart-types/updatebatchtoothcharttype.md): Create or Update multiple ToothChartType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tooth Charts ### Create ToothChart - [POST /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/createtoothchart.md): Creates a new ToothChart ### Get ToothChart - [GET /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/gettoothchart.md): Gets ToothChart ### Update ToothChart - [PUT /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/updatetoothchart.md): Updates a specific ToothChart. ### Delete ToothChart - [DELETE /tooth-charts/{chartType}/teeth/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/deletetoothchart.md): Deletes an ToothChart ### List ToothChart - [GET /tooth-charts/{chartType}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/listtoothchart.md): Lists all ToothChart for the given chartType ### Create or Update Batch ToothChart - [PUT /tooth-charts/{chartType}/teeth-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-charts/updatebatchtoothchart.md): Create or Update multiple ToothChart at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tooth Procedures ### Create ToothProcedure - [POST /tooth-procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-procedures/createtoothprocedure.md): Creates a new ToothProcedure ### List ToothProcedure - [GET /tooth-procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-procedures/listtoothprocedure.md): Lists all ToothProcedure ### Get ToothProcedure - [GET /tooth-procedures/{toothProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-procedures/gettoothprocedure.md): Gets ToothProcedure ### Update ToothProcedure - [PUT /tooth-procedures/{toothProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-procedures/updatetoothprocedure.md): Updates a specific ToothProcedure. ### Delete ToothProcedure - [DELETE /tooth-procedures/{toothProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-procedures/deletetoothprocedure.md): Deletes an ToothProcedure ### Create or Update Batch ToothProcedure - [PUT /tooth-procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-procedures/updatebatchtoothprocedure.md): Create or Update multiple ToothProcedure at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tooth Quadrants ### Create ToothQuadrant - [POST /tooth-quadrants](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-quadrants/createtoothquadrant.md): Creates a new ToothQuadrant ### List ToothQuadrant - [GET /tooth-quadrants](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-quadrants/listtoothquadrant.md): Lists all ToothQuadrant ### Get ToothQuadrant - [GET /tooth-quadrants/{quadrant}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-quadrants/gettoothquadrant.md): Gets ToothQuadrant ### Update ToothQuadrant - [PUT /tooth-quadrants/{quadrant}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-quadrants/updatetoothquadrant.md): Updates a specific ToothQuadrant. ### Delete ToothQuadrant - [DELETE /tooth-quadrants/{quadrant}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-quadrants/deletetoothquadrant.md): Deletes an ToothQuadrant ### Create or Update Batch ToothQuadrant - [PUT /tooth-quadrants-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tooth-quadrants/updatebatchtoothquadrant.md): Create or Update multiple ToothQuadrant at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Transplant Types ### Transplant Elite Types - [GET /transplant-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/transplant-types/listtransplanttypes.md): List of key/value pairs for Transplant Types. ## Treatment Types ### Create TreatmentType - [POST /treatment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/treatment-types/createtreatmenttype.md): Creates a new TreatmentType ### List TreatmentType - [GET /treatment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/treatment-types/listtreatmenttype.md): Lists all TreatmentType ### Get TreatmentType - [GET /treatment-types/{treatmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/treatment-types/gettreatmenttype.md): Gets TreatmentType ### Update TreatmentType - [PUT /treatment-types/{treatmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/treatment-types/updatetreatmenttype.md): Updates a specific TreatmentType. ### Delete TreatmentType - [DELETE /treatment-types/{treatmentType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/treatment-types/deletetreatmenttype.md): Deletes an TreatmentType ### Create or Update Batch TreatmentType - [PUT /treatment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/treatment-types/updatebatchtreatmenttype.md): Create or Update multiple TreatmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## UC Network ### Create UCNetwork - [POST /uc-networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/uc-network/createucnetwork.md): Creates a new UCNetwork ### List UCNetwork - [GET /uc-networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/uc-network/listucnetwork.md): Lists all UCNetwork for the given groupID and divisionID and planID and state and feeSched ### Get UCNetwork - [GET /uc-networks/{groupID}/{divisionID}/{planID}/{state}/{feeSched}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/uc-network/getucnetwork.md): Gets UCNetwork ### Update UCNetwork - [PUT /uc-networks/{groupID}/{divisionID}/{planID}/{state}/{feeSched}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/uc-network/updateucnetwork.md): Updates a specific UCNetwork. ### Delete UCNetwork - [DELETE /uc-networks/{groupID}/{divisionID}/{planID}/{state}/{feeSched}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/uc-network/deleteucnetwork.md): Deletes an UCNetwork ## Unit Type Conversions ### Create UnitConversion - [POST /unit-type-conversions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-type-conversions/createunitconversion.md): Creates a new UnitConversion ### List UnitConversion - [GET /unit-type-conversions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-type-conversions/listunitconversion.md): Lists all UnitConversion ### Get UnitConversion - [GET /unit-type-conversions/{fromUnit}/{toUnit}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-type-conversions/getunitconversion.md): Gets UnitConversion ### Update UnitConversion - [PUT /unit-type-conversions/{fromUnit}/{toUnit}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-type-conversions/updateunitconversion.md): Updates a specific UnitConversion. ### Delete UnitConversion - [DELETE /unit-type-conversions/{fromUnit}/{toUnit}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-type-conversions/deleteunitconversion.md): Deletes an UnitConversion ### Create or Update Batch UnitConversion - [PUT /unit-type-conversions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-type-conversions/updatebatchunitconversion.md): Create or Update multiple UnitConversion at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Unit Types ### Create UnitType - [POST /unit-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/createunittype.md): Creates a new UnitType ### List UnitType - [GET /unit-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/listunittype.md): Lists all UnitType ### Get UnitType - [GET /unit-types/{unitType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/getunittype.md): Gets UnitType ### Update UnitType - [PUT /unit-types/{unitType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/updateunittype.md): Updates a specific UnitType. ### Delete UnitType - [DELETE /unit-types/{unitType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/deleteunittype.md): Deletes an UnitType ### Create or Update Batch UnitType - [PUT /unit-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/updatebatchunittype.md): Create or Update multiple UnitType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBA Plan Types ### List VBA Plan Types - [GET /vba-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-plan-types/listvbaplantypes.md): Lists all VBA Plan Types ### Get VBA Plan Type - [GET /vba-plan-types/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-plan-types/getvbaplantype.md): Gets a single VBA Plan Types by ID ## Visium Code ExCode ### Create CostContainVisiumExCode - [POST /visium-code-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-code-excode/createcostcontainvisiumexcode.md): Creates a new CostContainVisiumExCode ### List CostContainVisiumExCode - [GET /visium-code-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-code-excode/listcostcontainvisiumexcode.md): Lists all CostContainVisiumExCode ### Get CostContainVisiumExCode - [GET /visium-code-ex-codes/{CostContainVisiumExCode_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-code-excode/getcostcontainvisiumexcode.md): Gets CostContainVisiumExCode ### Update CostContainVisiumExCode - [PUT /visium-code-ex-codes/{CostContainVisiumExCode_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-code-excode/updatecostcontainvisiumexcode.md): Updates a specific CostContainVisiumExCode. ### Delete CostContainVisiumExCode - [DELETE /visium-code-ex-codes/{CostContainVisiumExCode_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-code-excode/deletecostcontainvisiumexcode.md): Deletes an CostContainVisiumExCode ### Create or Update Batch CostContainVisiumExCode - [PUT /visium-code-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-code-excode/updatebatchcostcontainvisiumexcode.md): Create or Update multiple CostContainVisiumExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Visium Network ### Create CostContainVisiumNetwork - [POST /visium-contract/{Visium_Contract_Name}/network/{Visium_Network_Level}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-network/createcostcontainvisiumnetwork.md): Creates a new CostContainVisiumNetwork ### Get CostContainVisiumNetwork - [GET /visium-contract/{Visium_Contract_Name}/network/{Visium_Network_Level}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-network/getcostcontainvisiumnetwork.md): Gets CostContainVisiumNetwork ### Update CostContainVisiumNetwork - [PUT /visium-contract/{Visium_Contract_Name}/network/{Visium_Network_Level}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-network/updatecostcontainvisiumnetwork.md): Updates a specific CostContainVisiumNetwork. ### Delete CostContainVisiumNetwork - [DELETE /visium-contract/{Visium_Contract_Name}/network/{Visium_Network_Level}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-network/deletecostcontainvisiumnetwork.md): Deletes an CostContainVisiumNetwork ### List CostContainVisiumNetwork - [GET /visium-contract/{Visium_Contract_Name}/network](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-network/listcostcontainvisiumnetwork.md): Lists all CostContainVisiumNetwork for the given Visium_Contract_Name ### Create or Update Batch CostContainVisiumNetwork - [PUT /visium-contract-network-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-network/updatebatchcostcontainvisiumnetwork.md): Create or Update multiple CostContainVisiumNetwork at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Visium Policy ### Create CostContainVisiumPolicy - [POST /visium-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-policy/createcostcontainvisiumpolicy.md): Creates a new CostContainVisiumPolicy ### List CostContainVisiumPolicy - [GET /visium-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-policy/listcostcontainvisiumpolicy.md): Lists all CostContainVisiumPolicy ### Get CostContainVisiumPolicy - [GET /visium-policy/{Visium_Policy_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-policy/getcostcontainvisiumpolicy.md): Gets CostContainVisiumPolicy ### Update CostContainVisiumPolicy - [PUT /visium-policy/{Visium_Policy_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-policy/updatecostcontainvisiumpolicy.md): Updates a specific CostContainVisiumPolicy. ### Delete CostContainVisiumPolicy - [DELETE /visium-policy/{Visium_Policy_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-policy/deletecostcontainvisiumpolicy.md): Deletes an CostContainVisiumPolicy ### Create or Update Batch CostContainVisiumPolicy - [PUT /visium-policy-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-policy/updatebatchcostcontainvisiumpolicy.md): Create or Update multiple CostContainVisiumPolicy at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Visium Setting ### Create CostContainVisiumSetting - [POST /visium-setting](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-setting/createcostcontainvisiumsetting.md): Creates a new CostContainVisiumSetting ### List CostContainVisiumSetting - [GET /visium-setting](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-setting/listcostcontainvisiumsetting.md): Lists all CostContainVisiumSetting ### Get CostContainVisiumSetting - [GET /visium-setting/{Visium_Setting_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-setting/getcostcontainvisiumsetting.md): Gets CostContainVisiumSetting ### Update CostContainVisiumSetting - [PUT /visium-setting/{Visium_Setting_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-setting/updatecostcontainvisiumsetting.md): Updates a specific CostContainVisiumSetting. ### Delete CostContainVisiumSetting - [DELETE /visium-setting/{Visium_Setting_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-setting/deletecostcontainvisiumsetting.md): Deletes an CostContainVisiumSetting ### Create or Update Batch CostContainVisiumSetting - [PUT /visium-setting-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/visium-setting/updatebatchcostcontainvisiumsetting.md): Create or Update multiple CostContainVisiumSetting at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Volume Types ### List Volume Types - [GET /volume-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/volume-types/listvolumetypes.md): Lists all Volume Types ### Get Volume Type - [GET /volume-types/{id}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/volume-types/getvolumetype.md): Gets a single Volume Type by ID ## Yes No List ### Yes/No List - [GET /yes-no-list](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/yes-no-list/listyesno.md): List of key/value for Yes/No. Display is Yes/No, value is Y/N. ## Zelis Cost Containment Claim Detail Repricing ### Create CostContainZelisClaimDetailReprice - [POST /zelis-claim-detail-repricing/batches/{batchNumber}/claims/{batchClaim}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-detail-repricing/createcostcontainzelisclaimdetailreprice.md): Creates a new CostContainZelisClaimDetailReprice ### List CostContainZelisClaimDetailReprice - [GET /zelis-claim-detail-repricing/batches/{batchNumber}/claims/{batchClaim}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-detail-repricing/listcostcontainzelisclaimdetailreprice.md): Lists all CostContainZelisClaimDetailReprice for the given batchNumber and batchClaim ### Get CostContainZelisClaimDetailReprice - [GET /zelis-claim-detail-repricing/batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-detail-repricing/getcostcontainzelisclaimdetailreprice.md): Gets CostContainZelisClaimDetailReprice ### Update CostContainZelisClaimDetailReprice - [PUT /zelis-claim-detail-repricing/batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-detail-repricing/updatecostcontainzelisclaimdetailreprice.md): Updates a specific CostContainZelisClaimDetailReprice. ### Delete CostContainZelisClaimDetailReprice - [DELETE /zelis-claim-detail-repricing/batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/{adjustmentSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-detail-repricing/deletecostcontainzelisclaimdetailreprice.md): Deletes an CostContainZelisClaimDetailReprice ### Create or Update Batch CostContainZelisClaimDetailReprice - [PUT /zelis-claim-detail-repricing/batches/{batchNumber}/claims/{batchClaim}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-detail-repricing/updatebatchcostcontainzelisclaimdetailreprice.md): Create or Update multiple CostContainZelisClaimDetailReprice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Zelis Cost Containment Claim Repricing ### Create CostContainZelisClaimReprice - [POST /zelis-claim-repricing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-repricing/createcostcontainzelisclaimreprice.md): Creates a new CostContainZelisClaimReprice ### List CostContainZelisClaimReprice - [GET /zelis-claim-repricing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-repricing/listcostcontainzelisclaimreprice.md): Lists all CostContainZelisClaimReprice ### Get CostContainZelisClaimReprice - [GET /zelis-claim-repricing/batches/{batchNumber}/claims/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-repricing/getcostcontainzelisclaimreprice.md): Gets CostContainZelisClaimReprice ### Update CostContainZelisClaimReprice - [PUT /zelis-claim-repricing/batches/{batchNumber}/claims/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-repricing/updatecostcontainzelisclaimreprice.md): Updates a specific CostContainZelisClaimReprice. ### Delete CostContainZelisClaimReprice - [DELETE /zelis-claim-repricing/batches/{batchNumber}/claims/{batchClaim}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-repricing/deletecostcontainzelisclaimreprice.md): Deletes an CostContainZelisClaimReprice ### Create or Update Batch CostContainZelisClaimReprice - [PUT /zelis-claim-repricing-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-claim-repricing/updatebatchcostcontainzelisclaimreprice.md): Create or Update multiple CostContainZelisClaimReprice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Zelis Cost Containment Edit Codes ### Create CostContainZelisEditCode - [POST /zelis-edit-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-edit-codes/createcostcontainzeliseditcode.md): Creates a new CostContainZelisEditCode ### List CostContainZelisEditCode - [GET /zelis-edit-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-edit-codes/listcostcontainzeliseditcode.md): Lists all CostContainZelisEditCode ### Get CostContainZelisEditCode - [GET /zelis-edit-codes/{editCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-edit-codes/getcostcontainzeliseditcode.md): Gets CostContainZelisEditCode ### Update CostContainZelisEditCode - [PUT /zelis-edit-codes/{editCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-edit-codes/updatecostcontainzeliseditcode.md): Updates a specific CostContainZelisEditCode. ### Delete CostContainZelisEditCode - [DELETE /zelis-edit-codes/{editCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-edit-codes/deletecostcontainzeliseditcode.md): Deletes an CostContainZelisEditCode ### Create or Update Batch CostContainZelisEditCode - [PUT /zelis-edit-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-edit-codes/updatebatchcostcontainzeliseditcode.md): Create or Update multiple CostContainZelisEditCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Zelis Cost Containment EOB Codes ### Create CostContainZelisEOBCode - [POST /zelis-eob-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-eob-codes/createcostcontainzeliseobcode.md): Creates a new CostContainZelisEOBCode ### List CostContainZelisEOBCode - [GET /zelis-eob-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-eob-codes/listcostcontainzeliseobcode.md): Lists all CostContainZelisEOBCode ### Get CostContainZelisEOBCode - [GET /zelis-eob-codes/{eobCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-eob-codes/getcostcontainzeliseobcode.md): Gets CostContainZelisEOBCode ### Update CostContainZelisEOBCode - [PUT /zelis-eob-codes/{eobCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-eob-codes/updatecostcontainzeliseobcode.md): Updates a specific CostContainZelisEOBCode. ### Delete CostContainZelisEOBCode - [DELETE /zelis-eob-codes/{eobCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-eob-codes/deletecostcontainzeliseobcode.md): Deletes an CostContainZelisEOBCode ### Create or Update Batch CostContainZelisEOBCode - [PUT /zelis-eob-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-eob-codes/updatebatchcostcontainzeliseobcode.md): Create or Update multiple CostContainZelisEOBCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Zelis Cost Containment Polls ### Create CostContainZelisPoll - [POST /zelis-polls](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-polls/createcostcontainzelispoll.md): Creates a new CostContainZelisPoll ### List CostContainZelisPoll - [GET /zelis-polls](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-polls/listcostcontainzelispoll.md): Lists all CostContainZelisPoll ### Get CostContainZelisPoll - [GET /zelis-polls/{costContainZelisPollKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-polls/getcostcontainzelispoll.md): Gets CostContainZelisPoll ### Update CostContainZelisPoll - [PUT /zelis-polls/{costContainZelisPollKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-polls/updatecostcontainzelispoll.md): Updates a specific CostContainZelisPoll. ### Delete CostContainZelisPoll - [DELETE /zelis-polls/{costContainZelisPollKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-polls/deletecostcontainzelispoll.md): Deletes an CostContainZelisPoll ### Create or Update Batch CostContainZelisPoll - [PUT /zelis-polls-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-cost-containment-polls/updatebatchcostcontainzelispoll.md): Create or Update multiple CostContainZelisPoll at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## ZipCodes ### Create ZipCodes - [POST /zip-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zipcodes/createzipcodes.md): Creates a new ZipCodes ### List ZipCodes - [GET /zip-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zipcodes/listzipcodes.md): Lists all ZipCodes ### Get ZipCodes - [GET /zip-codes/{zipCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zipcodes/getzipcodes.md): Gets ZipCodes ### Update ZipCodes - [PUT /zip-codes/{zipCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zipcodes/updatezipcodes.md): Updates a specific ZipCodes. ### Delete ZipCodes - [DELETE /zip-codes/{zipCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zipcodes/deletezipcodes.md): Deletes an ZipCodes ### Create or Update Batch ZipCodes - [PUT /zip-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zipcodes/updatebatchzipcodes.md): Create or Update multiple ZipCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Amounts ### Create CredAmount - [POST /credentialing-amounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-amounts/createcredamount.md): Creates a new CredAmount ### List CredAmount - [GET /credentialing-amounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-amounts/listcredamount.md): Lists all CredAmount ### Get CredAmount - [GET /credentialing-amounts/{credAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-amounts/getcredamount.md): Gets CredAmount ### Update CredAmount - [PUT /credentialing-amounts/{credAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-amounts/updatecredamount.md): Updates a specific CredAmount. ### Delete CredAmount - [DELETE /credentialing-amounts/{credAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-amounts/deletecredamount.md): Deletes an CredAmount ### Create or Update Batch CredAmount - [PUT /credentialing-amounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-amounts/updatebatchcredamount.md): Create or Update multiple CredAmount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Attestation Methods ### Create CredAttestationMethod - [POST /credentialing-attestation-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-methods/createcredattestationmethod.md): Creates a new CredAttestationMethod ### List CredAttestationMethod - [GET /credentialing-attestation-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-methods/listcredattestationmethod.md): Lists all CredAttestationMethod ### Get CredAttestationMethod - [GET /credentialing-attestation-methods/{credAttestationMethodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-methods/getcredattestationmethod.md): Gets CredAttestationMethod ### Update CredAttestationMethod - [PUT /credentialing-attestation-methods/{credAttestationMethodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-methods/updatecredattestationmethod.md): Updates a specific CredAttestationMethod. ### Delete CredAttestationMethod - [DELETE /credentialing-attestation-methods/{credAttestationMethodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-methods/deletecredattestationmethod.md): Deletes an CredAttestationMethod ### Create or Update Batch CredAttestationMethod - [PUT /credentialing-attestation-methods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-methods/updatebatchcredattestationmethod.md): Create or Update multiple CredAttestationMethod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Attestation Questions ### Create CredAttestationQuestion - [POST /credentialing-attestation-questions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-questions/createcredattestationquestion.md): Creates a new CredAttestationQuestion ### List CredAttestationQuestion - [GET /credentialing-attestation-questions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-questions/listcredattestationquestion.md): Lists all CredAttestationQuestion ### Get CredAttestationQuestion - [GET /credentialing-attestation-questions/{credAttestationQuestionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-questions/getcredattestationquestion.md): Gets CredAttestationQuestion ### Update CredAttestationQuestion - [PUT /credentialing-attestation-questions/{credAttestationQuestionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-questions/updatecredattestationquestion.md): Updates a specific CredAttestationQuestion. ### Delete CredAttestationQuestion - [DELETE /credentialing-attestation-questions/{credAttestationQuestionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-questions/deletecredattestationquestion.md): Deletes an CredAttestationQuestion ### Create or Update Batch CredAttestationQuestion - [PUT /credentialing-attestation-questions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-questions/updatebatchcredattestationquestion.md): Create or Update multiple CredAttestationQuestion at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Attestation Sources ### Create CredAttestationSource - [POST /credentialing-attestation-sources](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-sources/createcredattestationsource.md): Creates a new CredAttestationSource ### List CredAttestationSource - [GET /credentialing-attestation-sources](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-sources/listcredattestationsource.md): Lists all CredAttestationSource ### Get CredAttestationSource - [GET /credentialing-attestation-sources/{credAttestationSourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-sources/getcredattestationsource.md): Gets CredAttestationSource ### Update CredAttestationSource - [PUT /credentialing-attestation-sources/{credAttestationSourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-sources/updatecredattestationsource.md): Updates a specific CredAttestationSource. ### Delete CredAttestationSource - [DELETE /credentialing-attestation-sources/{credAttestationSourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-sources/deletecredattestationsource.md): Deletes an CredAttestationSource ### Create or Update Batch CredAttestationSource - [PUT /credentialing-attestation-sources-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-sources/updatebatchcredattestationsource.md): Create or Update multiple CredAttestationSource at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Attestation Types ### Create CredAttestationType - [POST /credentialing-attestation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-types/createcredattestationtype.md): Creates a new CredAttestationType ### List CredAttestationType - [GET /credentialing-attestation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-types/listcredattestationtype.md): Lists all CredAttestationType ### Get CredAttestationType - [GET /credentialing-attestation-types/{credAttestationTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-types/getcredattestationtype.md): Gets CredAttestationType ### Update CredAttestationType - [PUT /credentialing-attestation-types/{credAttestationTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-types/updatecredattestationtype.md): Updates a specific CredAttestationType. ### Delete CredAttestationType - [DELETE /credentialing-attestation-types/{credAttestationTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-types/deletecredattestationtype.md): Deletes an CredAttestationType ### Create or Update Batch CredAttestationType - [PUT /credentialing-attestation-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-attestation-types/updatebatchcredattestationtype.md): Create or Update multiple CredAttestationType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Carriers ### Create CredCarrier - [POST /credentialing-carriers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-carriers/createcredcarrier.md): Creates a new CredCarrier ### List CredCarrier - [GET /credentialing-carriers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-carriers/listcredcarrier.md): Lists all CredCarrier ### Get CredCarrier - [GET /credentialing-carriers/{credCarrierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-carriers/getcredcarrier.md): Gets CredCarrier ### Update CredCarrier - [PUT /credentialing-carriers/{credCarrierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-carriers/updatecredcarrier.md): Updates a specific CredCarrier. ### Delete CredCarrier - [DELETE /credentialing-carriers/{credCarrierKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-carriers/deletecredcarrier.md): Deletes an CredCarrier ### Create or Update Batch CredCarrier - [PUT /credentialing-carriers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-carriers/updatebatchcredcarrier.md): Create or Update multiple CredCarrier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Certifications ### Create CredCertification - [POST /credentialing-certifications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-certifications/createcredcertification.md): Creates a new CredCertification ### List CredCertification - [GET /credentialing-certifications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-certifications/listcredcertification.md): Lists all CredCertification ### Get CredCertification - [GET /credentialing-certifications/{credCertificationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-certifications/getcredcertification.md): Gets CredCertification ### Update CredCertification - [PUT /credentialing-certifications/{credCertificationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-certifications/updatecredcertification.md): Updates a specific CredCertification. ### Delete CredCertification - [DELETE /credentialing-certifications/{credCertificationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-certifications/deletecredcertification.md): Deletes an CredCertification ### Create or Update Batch CredCertification - [PUT /credentialing-certifications-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-certifications/updatebatchcredcertification.md): Create or Update multiple CredCertification at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Confidentials ### Create CredConfidential - [POST /credentialing-confidentials](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-confidentials/createcredconfidential.md): Creates a new CredConfidential ### List CredConfidential - [GET /credentialing-confidentials](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-confidentials/listcredconfidential.md): Lists all CredConfidential ### Get CredConfidential - [GET /credentialing-confidentials/{credConfidentialKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-confidentials/getcredconfidential.md): Gets CredConfidential ### Update CredConfidential - [PUT /credentialing-confidentials/{credConfidentialKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-confidentials/updatecredconfidential.md): Updates a specific CredConfidential. ### Delete CredConfidential - [DELETE /credentialing-confidentials/{credConfidentialKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-confidentials/deletecredconfidential.md): Deletes an CredConfidential ### Create or Update Batch CredConfidential - [PUT /credentialing-confidentials-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-confidentials/updatebatchcredconfidential.md): Create or Update multiple CredConfidential at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Contracts ### Create CredContract - [POST /credentialing-contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-contracts/createcredcontract.md): Creates a new CredContract ### List CredContract - [GET /credentialing-contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-contracts/listcredcontract.md): Lists all CredContract ### Get CredContract - [GET /credentialing-contracts/{credContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-contracts/getcredcontract.md): Gets CredContract ### Update CredContract - [PUT /credentialing-contracts/{credContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-contracts/updatecredcontract.md): Updates a specific CredContract. ### Delete CredContract - [DELETE /credentialing-contracts/{credContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-contracts/deletecredcontract.md): Deletes an CredContract ### Create or Update Batch CredContract - [PUT /credentialing-contracts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-contracts/updatebatchcredcontract.md): Create or Update multiple CredContract at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Dates ### Create CredDate - [POST /credentialing-dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-dates/createcreddate.md): Creates a new CredDate ### List CredDate - [GET /credentialing-dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-dates/listcreddate.md): Lists all CredDate ### Get CredDate - [GET /credentialing-dates/{credDateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-dates/getcreddate.md): Gets CredDate ### Update CredDate - [PUT /credentialing-dates/{credDateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-dates/updatecreddate.md): Updates a specific CredDate. ### Delete CredDate - [DELETE /credentialing-dates/{credDateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-dates/deletecreddate.md): Deletes an CredDate ### Create or Update Batch CredDate - [PUT /credentialing-dates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-dates/updatebatchcreddate.md): Create or Update multiple CredDate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Education Types ### Create CredEducationType - [POST /credentialing-education-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-education-types/createcrededucationtype.md): Creates a new CredEducationType ### List CredEducationType - [GET /credentialing-education-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-education-types/listcrededucationtype.md): Lists all CredEducationType ### Get CredEducationType - [GET /credentialing-education-types/{credEducationTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-education-types/getcrededucationtype.md): Gets CredEducationType ### Update CredEducationType - [PUT /credentialing-education-types/{credEducationTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-education-types/updatecrededucationtype.md): Updates a specific CredEducationType. ### Delete CredEducationType - [DELETE /credentialing-education-types/{credEducationTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-education-types/deletecrededucationtype.md): Deletes an CredEducationType ### Create or Update Batch CredEducationType - [PUT /credentialing-education-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-education-types/updatebatchcrededucationtype.md): Create or Update multiple CredEducationType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing License Types ### Create CredLicenseType - [POST /credentialing-license-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-license-types/createcredlicensetype.md): Creates a new CredLicenseType ### List CredLicenseType - [GET /credentialing-license-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-license-types/listcredlicensetype.md): Lists all CredLicenseType ### Get CredLicenseType - [GET /credentialing-license-types/{credLicenseTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-license-types/getcredlicensetype.md): Gets CredLicenseType ### Update CredLicenseType - [PUT /credentialing-license-types/{credLicenseTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-license-types/updatecredlicensetype.md): Updates a specific CredLicenseType. ### Delete CredLicenseType - [DELETE /credentialing-license-types/{credLicenseTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-license-types/deletecredlicensetype.md): Deletes an CredLicenseType ### Create or Update Batch CredLicenseType - [PUT /credentialing-license-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-license-types/updatebatchcredlicensetype.md): Create or Update multiple CredLicenseType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Options ### Create CredOption - [POST /credentialing-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-options/createcredoption.md): Creates a new CredOption ### List CredOption - [GET /credentialing-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-options/listcredoption.md): Lists all CredOption ### Get CredOption - [GET /credentialing-options/{credOptionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-options/getcredoption.md): Gets CredOption ### Update CredOption - [PUT /credentialing-options/{credOptionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-options/updatecredoption.md): Updates a specific CredOption. ### Delete CredOption - [DELETE /credentialing-options/{credOptionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-options/deletecredoption.md): Deletes an CredOption ### Create or Update Batch CredOption - [PUT /credentialing-options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-options/updatebatchcredoption.md): Create or Update multiple CredOption at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Practice Categories ### Create CredPracticeCategory - [POST /credentialing-practice-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-categories/createcredpracticecategory.md): Creates a new CredPracticeCategory ### List CredPracticeCategory - [GET /credentialing-practice-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-categories/listcredpracticecategory.md): Lists all CredPracticeCategory ### Get CredPracticeCategory - [GET /credentialing-practice-categories/{credPracticeCategoryKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-categories/getcredpracticecategory.md): Gets CredPracticeCategory ### Update CredPracticeCategory - [PUT /credentialing-practice-categories/{credPracticeCategoryKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-categories/updatecredpracticecategory.md): Updates a specific CredPracticeCategory. ### Delete CredPracticeCategory - [DELETE /credentialing-practice-categories/{credPracticeCategoryKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-categories/deletecredpracticecategory.md): Deletes an CredPracticeCategory ### Create or Update Batch CredPracticeCategory - [PUT /credentialing-practice-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-categories/updatebatchcredpracticecategory.md): Create or Update multiple CredPracticeCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Practice Category Types ### Create CredPracticeType - [POST /credentialing-practice-categories/{credPracticeCategoryKey}/practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-category-types/createcredpracticetype.md): Creates a new CredPracticeType ### List CredPracticeType - [GET /credentialing-practice-categories/{credPracticeCategoryKey}/practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-category-types/listcredpracticetype.md): Lists all CredPracticeType for the given credPracticeCategoryKey ### Get CredPracticeType - [GET /credentialing-practice-categories/{credPracticeCategoryKey}/practice-types/{credPracticeTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-category-types/getcredpracticetype.md): Gets CredPracticeType ### Update CredPracticeType - [PUT /credentialing-practice-categories/{credPracticeCategoryKey}/practice-types/{credPracticeTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-category-types/updatecredpracticetype.md): Updates a specific CredPracticeType. ### Delete CredPracticeType - [DELETE /credentialing-practice-categories/{credPracticeCategoryKey}/practice-types/{credPracticeTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-category-types/deletecredpracticetype.md): Deletes an CredPracticeType ### Create or Update Batch CredPracticeType - [PUT /credentialing-practice-categories/{credPracticeCategoryKey}/practice-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-practice-category-types/updatebatchcredpracticetype.md): Create or Update multiple CredPracticeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Quality ### Create CredQuality - [POST /credentialing-qualities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-quality/createcredquality.md): Creates a new CredQuality ### List CredQuality - [GET /credentialing-qualities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-quality/listcredquality.md): Lists all CredQuality ### Get CredQuality - [GET /credentialing-qualities/{credQualityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-quality/getcredquality.md): Gets CredQuality ### Update CredQuality - [PUT /credentialing-qualities/{credQualityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-quality/updatecredquality.md): Updates a specific CredQuality. ### Delete CredQuality - [DELETE /credentialing-qualities/{credQualityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-quality/deletecredquality.md): Deletes an CredQuality ### Create or Update Batch CredQuality - [PUT /credentialing-qualities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-quality/updatebatchcredquality.md): Create or Update multiple CredQuality at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Services ### Create CredService - [POST /credentialing-services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-services/createcredservice.md): Creates a new CredService ### List CredService - [GET /credentialing-services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-services/listcredservice.md): Lists all CredService ### Get CredService - [GET /credentialing-services/{credServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-services/getcredservice.md): Gets CredService ### Update CredService - [PUT /credentialing-services/{credServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-services/updatecredservice.md): Updates a specific CredService. ### Delete CredService - [DELETE /credentialing-services/{credServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-services/deletecredservice.md): Deletes an CredService ### Create or Update Batch CredService - [PUT /credentialing-services-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-services/updatebatchcredservice.md): Create or Update multiple CredService at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Statuses ### Create CredStatus - [POST /credentialing-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-statuses/createcredstatus.md): Creates a new CredStatus ### List CredStatus - [GET /credentialing-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-statuses/listcredstatus.md): Lists all CredStatus ### Get CredStatus - [GET /credentialing-statuses/{credStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-statuses/getcredstatus.md): Gets CredStatus ### Update CredStatus - [PUT /credentialing-statuses/{credStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-statuses/updatecredstatus.md): Updates a specific CredStatus. ### Delete CredStatus - [DELETE /credentialing-statuses/{credStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-statuses/deletecredstatus.md): Deletes an CredStatus ### Create or Update Batch CredStatus - [PUT /credentialing-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-statuses/updatebatchcredstatus.md): Create or Update multiple CredStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Techniques ### Create CredTechnique - [POST /credentialing-techniques](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-techniques/createcredtechnique.md): Creates a new CredTechnique ### List CredTechnique - [GET /credentialing-techniques](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-techniques/listcredtechnique.md): Lists all CredTechnique ### Get CredTechnique - [GET /credentialing-techniques/{credTechniqueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-techniques/getcredtechnique.md): Gets CredTechnique ### Update CredTechnique - [PUT /credentialing-techniques/{credTechniqueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-techniques/updatecredtechnique.md): Updates a specific CredTechnique. ### Delete CredTechnique - [DELETE /credentialing-techniques/{credTechniqueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-techniques/deletecredtechnique.md): Deletes an CredTechnique ### Create or Update Batch CredTechnique - [PUT /credentialing-techniques-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-techniques/updatebatchcredtechnique.md): Create or Update multiple CredTechnique at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Terminations ### Create CredTermination - [POST /credentialing-terminations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-terminations/createcredtermination.md): Creates a new CredTermination ### List CredTermination - [GET /credentialing-terminations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-terminations/listcredtermination.md): Lists all CredTermination ### Get CredTermination - [GET /credentialing-terminations/{credTerminationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-terminations/getcredtermination.md): Gets CredTermination ### Update CredTermination - [PUT /credentialing-terminations/{credTerminationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-terminations/updatecredtermination.md): Updates a specific CredTermination. ### Delete CredTermination - [DELETE /credentialing-terminations/{credTerminationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-terminations/deletecredtermination.md): Deletes an CredTermination ### Create or Update Batch CredTermination - [PUT /credentialing-terminations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-terminations/updatebatchcredtermination.md): Create or Update multiple CredTermination at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Credentialing Types ### Create CredType - [POST /credentialing-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-types/createcredtype.md): Creates a new CredType ### List CredType - [GET /credentialing-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-types/listcredtype.md): Lists all CredType ### Get CredType - [GET /credentialing-types/{credTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-types/getcredtype.md): Gets CredType ### Update CredType - [PUT /credentialing-types/{credTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-types/updatecredtype.md): Updates a specific CredType. ### Delete CredType - [DELETE /credentialing-types/{credTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-types/deletecredtype.md): Deletes an CredType ### Create or Update Batch CredType - [PUT /credentialing-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/credentialing-types/updatebatchcredtype.md): Create or Update multiple CredType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing ### Create ProviderCred - [POST /providers/{providerID}/credentialing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing/createprovidercred.md): Creates a new ProviderCred ### List ProviderCred - [GET /providers/{providerID}/credentialing](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing/listprovidercred.md): Lists all ProviderCred for the given providerID ### Get ProviderCred - [GET /providers/{providerID}/credentialing/{providerCredKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing/getprovidercred.md): Gets ProviderCred ### Update ProviderCred - [PUT /providers/{providerID}/credentialing/{providerCredKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing/updateprovidercred.md): Updates a specific ProviderCred. ### Delete ProviderCred - [DELETE /providers/{providerID}/credentialing/{providerCredKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing/deleteprovidercred.md): Deletes an ProviderCred ### Create or Update Batch ProviderCred - [PUT /providers/{providerID}/credentialing-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing/updatebatchprovidercred.md): Create or Update multiple ProviderCred at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Amounts ### Create ProviderCredAmount - [POST /provider-credentialing/{providerCredKey}/amounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-amounts/createprovidercredamount.md): Creates a new ProviderCredAmount ### List ProviderCredAmount - [GET /provider-credentialing/{providerCredKey}/amounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-amounts/listprovidercredamount.md): Lists all ProviderCredAmount for the given providerCredKey ### Get ProviderCredAmount - [GET /provider-credentialing/{providerCredKey}/amounts/{credAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-amounts/getprovidercredamount.md): Gets ProviderCredAmount ### Update ProviderCredAmount - [PUT /provider-credentialing/{providerCredKey}/amounts/{credAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-amounts/updateprovidercredamount.md): Updates a specific ProviderCredAmount. ### Delete ProviderCredAmount - [DELETE /provider-credentialing/{providerCredKey}/amounts/{credAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-amounts/deleteprovidercredamount.md): Deletes an ProviderCredAmount ### Create or Update Batch ProviderCredAmount - [PUT /provider-credentialing/{providerCredKey}/amounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-amounts/updatebatchprovidercredamount.md): Create or Update multiple ProviderCredAmount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Attestations ### Create ProviderCredAttestation - [POST /provider-credentialing/{providerCredKey}/attestations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-attestations/createprovidercredattestation.md): Creates a new ProviderCredAttestation ### List ProviderCredAttestation - [GET /provider-credentialing/{providerCredKey}/attestations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-attestations/listprovidercredattestation.md): Lists all ProviderCredAttestation for the given providerCredKey ### Get ProviderCredAttestation - [GET /provider-credentialing/{providerCredKey}/attestations/{providerCredAttestationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-attestations/getprovidercredattestation.md): Gets ProviderCredAttestation ### Update ProviderCredAttestation - [PUT /provider-credentialing/{providerCredKey}/attestations/{providerCredAttestationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-attestations/updateprovidercredattestation.md): Updates a specific ProviderCredAttestation. ### Delete ProviderCredAttestation - [DELETE /provider-credentialing/{providerCredKey}/attestations/{providerCredAttestationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-attestations/deleteprovidercredattestation.md): Deletes an ProviderCredAttestation ### Create or Update Batch ProviderCredAttestation - [PUT /provider-credentialing/{providerCredKey}/attestations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-attestations/updatebatchprovidercredattestation.md): Create or Update multiple ProviderCredAttestation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Certifications ### Create ProviderCredCertification - [POST /provider-credentialing/{providerCredKey}/certifications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-certifications/createprovidercredcertification.md): Creates a new ProviderCredCertification ### List ProviderCredCertification - [GET /provider-credentialing/{providerCredKey}/certifications](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-certifications/listprovidercredcertification.md): Lists all ProviderCredCertification for the given providerCredKey ### Get ProviderCredCertification - [GET /provider-credentialing/{providerCredKey}/certifications/{providerCredCertificationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-certifications/getprovidercredcertification.md): Gets ProviderCredCertification ### Update ProviderCredCertification - [PUT /provider-credentialing/{providerCredKey}/certifications/{providerCredCertificationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-certifications/updateprovidercredcertification.md): Updates a specific ProviderCredCertification. ### Delete ProviderCredCertification - [DELETE /provider-credentialing/{providerCredKey}/certifications/{providerCredCertificationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-certifications/deleteprovidercredcertification.md): Deletes an ProviderCredCertification ### Create or Update Batch ProviderCredCertification - [PUT /provider-credentialing/{providerCredKey}/certifications-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-certifications/updatebatchprovidercredcertification.md): Create or Update multiple ProviderCredCertification at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Confidentials ### Create ProviderCredConfidential - [POST /provider-credentialing/{providerCredKey}/confidentials](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-confidentials/createprovidercredconfidential.md): Creates a new ProviderCredConfidential ### List ProviderCredConfidential - [GET /provider-credentialing/{providerCredKey}/confidentials](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-confidentials/listprovidercredconfidential.md): Lists all ProviderCredConfidential for the given providerCredKey ### Get ProviderCredConfidential - [GET /provider-credentialing/{providerCredKey}/confidentials/{credConfidentialKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-confidentials/getprovidercredconfidential.md): Gets ProviderCredConfidential ### Delete ProviderCredConfidential - [DELETE /provider-credentialing/{providerCredKey}/confidentials/{credConfidentialKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-confidentials/deleteprovidercredconfidential.md): Deletes an ProviderCredConfidential ### Create Batch ProviderCredConfidential - [PUT /provider-credentialing/{providerCredKey}/confidentials-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-confidentials/createbatchprovidercredconfidential.md): Create or Update multiple ProviderCredConfidential at once. If the entity does not exist, it will be created. ## Provider Credentialing Contracts ### Create ProviderCredContract - [POST /provider-credentialing/{providerCredKey}/contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-contracts/createprovidercredcontract.md): Creates a new ProviderCredContract ### List ProviderCredContract - [GET /provider-credentialing/{providerCredKey}/contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-contracts/listprovidercredcontract.md): Lists all ProviderCredContract for the given providerCredKey ### Get ProviderCredContract - [GET /provider-credentialing/{providerCredKey}/contracts/{credContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-contracts/getprovidercredcontract.md): Gets ProviderCredContract ### Update ProviderCredContract - [PUT /provider-credentialing/{providerCredKey}/contracts/{credContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-contracts/updateprovidercredcontract.md): Updates a specific ProviderCredContract. ### Delete ProviderCredContract - [DELETE /provider-credentialing/{providerCredKey}/contracts/{credContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-contracts/deleteprovidercredcontract.md): Deletes an ProviderCredContract ### Create or Update Batch ProviderCredContract - [PUT /provider-credentialing/{providerCredKey}/contracts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-contracts/updatebatchprovidercredcontract.md): Create or Update multiple ProviderCredContract at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Counties ### Create ProviderCredCounty - [POST /provider-credentialing/{providerCredKey}/counties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/createprovidercredcounty.md): Creates a new ProviderCredCounty ### List ProviderCredCounty - [GET /provider-credentialing/{providerCredKey}/counties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/listprovidercredcounty.md): Lists all ProviderCredCounty for the given providerCredKey ### Get ProviderCredCounty - [GET /provider-credentialing/{providerCredKey}/counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/getprovidercredcounty.md): Gets ProviderCredCounty ### Update ProviderCredCounty - [PUT /provider-credentialing/{providerCredKey}/counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/updateprovidercredcounty.md): Updates a specific ProviderCredCounty. ### Delete ProviderCredCounty - [DELETE /provider-credentialing/{providerCredKey}/counties/{countyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/deleteprovidercredcounty.md): Deletes an ProviderCredCounty ### Create or Update Batch ProviderCredCounty - [PUT /provider-credentialing/{providerCredKey}/counties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-counties/updatebatchprovidercredcounty.md): Create or Update multiple ProviderCredCounty at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Dates ### Create ProviderCredDate - [POST /provider-credentialing/{providerCredKey}/dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-dates/createprovidercreddate.md): Creates a new ProviderCredDate ### List ProviderCredDate - [GET /provider-credentialing/{providerCredKey}/dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-dates/listprovidercreddate.md): Lists all ProviderCredDate for the given providerCredKey ### Get ProviderCredDate - [GET /provider-credentialing/{providerCredKey}/dates/{credDateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-dates/getprovidercreddate.md): Gets ProviderCredDate ### Update ProviderCredDate - [PUT /provider-credentialing/{providerCredKey}/dates/{credDateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-dates/updateprovidercreddate.md): Updates a specific ProviderCredDate. ### Delete ProviderCredDate - [DELETE /provider-credentialing/{providerCredKey}/dates/{credDateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-dates/deleteprovidercreddate.md): Deletes an ProviderCredDate ### Create or Update Batch ProviderCredDate - [PUT /provider-credentialing/{providerCredKey}/dates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-dates/updatebatchprovidercreddate.md): Create or Update multiple ProviderCredDate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Education ### Create ProviderCredEducation - [POST /provider-credentialing/{providerCredKey}/education-records](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-education/createprovidercrededucation.md): Creates a new ProviderCredEducation ### List ProviderCredEducation - [GET /provider-credentialing/{providerCredKey}/education-records](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-education/listprovidercrededucation.md): Lists all ProviderCredEducation for the given providerCredKey ### Get ProviderCredEducation - [GET /provider-credentialing/{providerCredKey}/education-records/{providerCredEducationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-education/getprovidercrededucation.md): Gets ProviderCredEducation ### Update ProviderCredEducation - [PUT /provider-credentialing/{providerCredKey}/education-records/{providerCredEducationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-education/updateprovidercrededucation.md): Updates a specific ProviderCredEducation. ### Delete ProviderCredEducation - [DELETE /provider-credentialing/{providerCredKey}/education-records/{providerCredEducationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-education/deleteprovidercrededucation.md): Deletes an ProviderCredEducation ### Create or Update Batch ProviderCredEducation - [PUT /provider-credentialing/{providerCredKey}/education-records-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-education/updatebatchprovidercrededucation.md): Create or Update multiple ProviderCredEducation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Hours ### Create ProviderCredHours - [POST /provider-credentialing/{providerCredKey}/hours](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hours/createprovidercredhours.md): Creates a new ProviderCredHours ### List ProviderCredHours - [GET /provider-credentialing/{providerCredKey}/hours](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hours/listprovidercredhours.md): Lists all ProviderCredHours for the given providerCredKey ### Get ProviderCredHours - [GET /provider-credentialing/{providerCredKey}/hours/{providerCredHoursKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hours/getprovidercredhours.md): Gets ProviderCredHours ### Update ProviderCredHours - [PUT /provider-credentialing/{providerCredKey}/hours/{providerCredHoursKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hours/updateprovidercredhours.md): Updates a specific ProviderCredHours. ### Delete ProviderCredHours - [DELETE /provider-credentialing/{providerCredKey}/hours/{providerCredHoursKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hours/deleteprovidercredhours.md): Deletes an ProviderCredHours ### Create or Update Batch ProviderCredHours - [PUT /provider-credentialing/{providerCredKey}/hours-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hours/updatebatchprovidercredhours.md): Create or Update multiple ProviderCredHours at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Hyperlinks ### Create ProviderCredHyperlink - [POST /provider-credentialing/{providerCredKey}/hyperlinks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hyperlinks/createprovidercredhyperlink.md): Creates a new ProviderCredHyperlink ### List ProviderCredHyperlink - [GET /provider-credentialing/{providerCredKey}/hyperlinks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hyperlinks/listprovidercredhyperlink.md): Lists all ProviderCredHyperlink for the given providerCredKey ### Get ProviderCredHyperlink - [GET /provider-credentialing/{providerCredKey}/hyperlinks/{providerCredHyperlinkKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hyperlinks/getprovidercredhyperlink.md): Gets ProviderCredHyperlink ### Update ProviderCredHyperlink - [PUT /provider-credentialing/{providerCredKey}/hyperlinks/{providerCredHyperlinkKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hyperlinks/updateprovidercredhyperlink.md): Updates a specific ProviderCredHyperlink. ### Delete ProviderCredHyperlink - [DELETE /provider-credentialing/{providerCredKey}/hyperlinks/{providerCredHyperlinkKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hyperlinks/deleteprovidercredhyperlink.md): Deletes an ProviderCredHyperlink ### Create or Update Batch ProviderCredHyperlink - [PUT /provider-credentialing/{providerCredKey}/hyperlinks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-hyperlinks/updatebatchprovidercredhyperlink.md): Create or Update multiple ProviderCredHyperlink at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Licenses ### Create ProviderCredLicense - [POST /provider-credentialing/{providerCredKey}/licenses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-licenses/createprovidercredlicense.md): Creates a new ProviderCredLicense ### List ProviderCredLicense - [GET /provider-credentialing/{providerCredKey}/licenses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-licenses/listprovidercredlicense.md): Lists all ProviderCredLicense for the given providerCredKey ### Get ProviderCredLicense - [GET /provider-credentialing/{providerCredKey}/licenses/{providerCredLicenseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-licenses/getprovidercredlicense.md): Gets ProviderCredLicense ### Update ProviderCredLicense - [PUT /provider-credentialing/{providerCredKey}/licenses/{providerCredLicenseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-licenses/updateprovidercredlicense.md): Updates a specific ProviderCredLicense. ### Delete ProviderCredLicense - [DELETE /provider-credentialing/{providerCredKey}/licenses/{providerCredLicenseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-licenses/deleteprovidercredlicense.md): Deletes an ProviderCredLicense ### Create or Update Batch ProviderCredLicense - [PUT /provider-credentialing/{providerCredKey}/licenses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-licenses/updatebatchprovidercredlicense.md): Create or Update multiple ProviderCredLicense at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Malpractice ### Create ProviderCredMalpractice - [POST /provider-credentialing/{providerCredKey}/malpractice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-malpractice/createprovidercredmalpractice.md): Creates a new ProviderCredMalpractice ### List ProviderCredMalpractice - [GET /provider-credentialing/{providerCredKey}/malpractice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-malpractice/listprovidercredmalpractice.md): Lists all ProviderCredMalpractice for the given providerCredKey ### Get ProviderCredMalpractice - [GET /provider-credentialing/{providerCredKey}/malpractice/{credCarrierKey}/{policyNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-malpractice/getprovidercredmalpractice.md): Gets ProviderCredMalpractice ### Update ProviderCredMalpractice - [PUT /provider-credentialing/{providerCredKey}/malpractice/{credCarrierKey}/{policyNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-malpractice/updateprovidercredmalpractice.md): Updates a specific ProviderCredMalpractice. ### Delete ProviderCredMalpractice - [DELETE /provider-credentialing/{providerCredKey}/malpractice/{credCarrierKey}/{policyNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-malpractice/deleteprovidercredmalpractice.md): Deletes an ProviderCredMalpractice ### Create or Update Batch ProviderCredMalpractice - [PUT /provider-credentialing/{providerCredKey}/malpractice-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-malpractice/updatebatchprovidercredmalpractice.md): Create or Update multiple ProviderCredMalpractice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Options ### Create ProviderCredOption - [POST /provider-credentialing/{providerCredKey}/options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-options/createprovidercredoption.md): Creates a new ProviderCredOption ### List ProviderCredOption - [GET /provider-credentialing/{providerCredKey}/options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-options/listprovidercredoption.md): Lists all ProviderCredOption for the given providerCredKey ### Get ProviderCredOption - [GET /provider-credentialing/{providerCredKey}/options/{credOptionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-options/getprovidercredoption.md): Gets ProviderCredOption ### Update ProviderCredOption - [PUT /provider-credentialing/{providerCredKey}/options/{credOptionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-options/updateprovidercredoption.md): Updates a specific ProviderCredOption. ### Delete ProviderCredOption - [DELETE /provider-credentialing/{providerCredKey}/options/{credOptionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-options/deleteprovidercredoption.md): Deletes an ProviderCredOption ### Create or Update Batch ProviderCredOption - [PUT /provider-credentialing/{providerCredKey}/options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-options/updatebatchprovidercredoption.md): Create or Update multiple ProviderCredOption at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Practice Offices ### Create ProviderCredPracticeOffice - [POST /provider-credentialing/{providerCredKey}/practice-offices](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practice-offices/createprovidercredpracticeoffice.md): Creates a new ProviderCredPracticeOffice ### List ProviderCredPracticeOffice - [GET /provider-credentialing/{providerCredKey}/practice-offices](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practice-offices/listprovidercredpracticeoffice.md): Lists all ProviderCredPracticeOffice for the given providerCredKey ### Get ProviderCredPracticeOffice - [GET /provider-credentialing/{providerCredKey}/practice-offices/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practice-offices/getprovidercredpracticeoffice.md): Gets ProviderCredPracticeOffice ### Update ProviderCredPracticeOffice - [PUT /provider-credentialing/{providerCredKey}/practice-offices/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practice-offices/updateprovidercredpracticeoffice.md): Updates a specific ProviderCredPracticeOffice. ### Delete ProviderCredPracticeOffice - [DELETE /provider-credentialing/{providerCredKey}/practice-offices/{payeeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practice-offices/deleteprovidercredpracticeoffice.md): Deletes an ProviderCredPracticeOffice ### Create or Update Batch ProviderCredPracticeOffice - [PUT /provider-credentialing/{providerCredKey}/practice-offices-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practice-offices/updatebatchprovidercredpracticeoffice.md): Create or Update multiple ProviderCredPracticeOffice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Practices ### Create ProviderCredPracticeDetail - [POST /provider-credentialing/{providerCredKey}/practices](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practices/createprovidercredpracticedetail.md): Creates a new ProviderCredPracticeDetail ### List ProviderCredPracticeDetail - [GET /provider-credentialing/{providerCredKey}/practices](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practices/listprovidercredpracticedetail.md): Lists all ProviderCredPracticeDetail for the given providerCredKey ### Get ProviderCredPracticeDetail - [GET /provider-credentialing/{providerCredKey}/practices/{credPracticeTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practices/getprovidercredpracticedetail.md): Gets ProviderCredPracticeDetail ### Update ProviderCredPracticeDetail - [PUT /provider-credentialing/{providerCredKey}/practices/{credPracticeTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practices/updateprovidercredpracticedetail.md): Updates a specific ProviderCredPracticeDetail. ### Delete ProviderCredPracticeDetail - [DELETE /provider-credentialing/{providerCredKey}/practices/{credPracticeTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practices/deleteprovidercredpracticedetail.md): Deletes an ProviderCredPracticeDetail ### Create or Update Batch ProviderCredPracticeDetail - [PUT /provider-credentialing/{providerCredKey}/practices-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-practices/updatebatchprovidercredpracticedetail.md): Create or Update multiple ProviderCredPracticeDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Quality ### Create ProviderCredQuality - [POST /provider-credentialing/{providerCredKey}/qualities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-quality/createprovidercredquality.md): Creates a new ProviderCredQuality ### List ProviderCredQuality - [GET /provider-credentialing/{providerCredKey}/qualities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-quality/listprovidercredquality.md): Lists all ProviderCredQuality for the given providerCredKey ### Get ProviderCredQuality - [GET /provider-credentialing/{providerCredKey}/qualities/{credQualityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-quality/getprovidercredquality.md): Gets ProviderCredQuality ### Update ProviderCredQuality - [PUT /provider-credentialing/{providerCredKey}/qualities/{credQualityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-quality/updateprovidercredquality.md): Updates a specific ProviderCredQuality. ### Delete ProviderCredQuality - [DELETE /provider-credentialing/{providerCredKey}/qualities/{credQualityKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-quality/deleteprovidercredquality.md): Deletes an ProviderCredQuality ### Create or Update Batch ProviderCredQuality - [PUT /provider-credentialing/{providerCredKey}/qualities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-quality/updatebatchprovidercredquality.md): Create or Update multiple ProviderCredQuality at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Services ### Create ProviderCredService - [POST /provider-credentialing/{providerCredKey}/services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-services/createprovidercredservice.md): Creates a new ProviderCredService ### List ProviderCredService - [GET /provider-credentialing/{providerCredKey}/services](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-services/listprovidercredservice.md): Lists all ProviderCredService for the given providerCredKey ### Get ProviderCredService - [GET /provider-credentialing/{providerCredKey}/services/{credServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-services/getprovidercredservice.md): Gets ProviderCredService ### Update ProviderCredService - [PUT /provider-credentialing/{providerCredKey}/services/{credServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-services/updateprovidercredservice.md): Updates a specific ProviderCredService. ### Delete ProviderCredService - [DELETE /provider-credentialing/{providerCredKey}/services/{credServiceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-services/deleteprovidercredservice.md): Deletes an ProviderCredService ### Create or Update Batch ProviderCredService - [PUT /provider-credentialing/{providerCredKey}/services-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-services/updatebatchprovidercredservice.md): Create or Update multiple ProviderCredService at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Techniques ### Create ProviderCredTechnique - [POST /provider-credentialing/{providerCredKey}/techniques](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-techniques/createprovidercredtechnique.md): Creates a new ProviderCredTechnique ### List ProviderCredTechnique - [GET /provider-credentialing/{providerCredKey}/techniques](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-techniques/listprovidercredtechnique.md): Lists all ProviderCredTechnique for the given providerCredKey ### Get ProviderCredTechnique - [GET /provider-credentialing/{providerCredKey}/techniques/{credTechniqueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-techniques/getprovidercredtechnique.md): Gets ProviderCredTechnique ### Update ProviderCredTechnique - [PUT /provider-credentialing/{providerCredKey}/techniques/{credTechniqueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-techniques/updateprovidercredtechnique.md): Updates a specific ProviderCredTechnique. ### Delete ProviderCredTechnique - [DELETE /provider-credentialing/{providerCredKey}/techniques/{credTechniqueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-techniques/deleteprovidercredtechnique.md): Deletes an ProviderCredTechnique ### Create or Update Batch ProviderCredTechnique - [PUT /provider-credentialing/{providerCredKey}/techniques-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-techniques/updatebatchprovidercredtechnique.md): Create or Update multiple ProviderCredTechnique at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Credentialing Terminations ### Create ProviderCredTermination - [POST /provider-credentialing/{providerCredKey}/terminations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-terminations/createprovidercredtermination.md): Creates a new ProviderCredTermination ### List ProviderCredTermination - [GET /provider-credentialing/{providerCredKey}/terminations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-terminations/listprovidercredtermination.md): Lists all ProviderCredTermination for the given providerCredKey ### Get ProviderCredTermination - [GET /provider-credentialing/{providerCredKey}/terminations/{networkID}/{credTerminationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-terminations/getprovidercredtermination.md): Gets ProviderCredTermination ### Update ProviderCredTermination - [PUT /provider-credentialing/{providerCredKey}/terminations/{networkID}/{credTerminationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-terminations/updateprovidercredtermination.md): Updates a specific ProviderCredTermination. ### Delete ProviderCredTermination - [DELETE /provider-credentialing/{providerCredKey}/terminations/{networkID}/{credTerminationKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-terminations/deleteprovidercredtermination.md): Deletes an ProviderCredTermination ### Create or Update Batch ProviderCredTermination - [PUT /provider-credentialing/{providerCredKey}/terminations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-credentialing-terminations/updatebatchprovidercredtermination.md): Create or Update multiple ProviderCredTermination at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disenroll Log ### Create DisenrollLog - [POST /disenroll-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log/createdisenrolllog.md): Creates a new DisenrollLog ### List DisenrollLog - [GET /disenroll-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log/listdisenrolllog.md): Lists all DisenrollLog ### Get DisenrollLog - [GET /disenroll-logs/{DisenrollLog_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log/getdisenrolllog.md): Gets DisenrollLog ### Update DisenrollLog - [PUT /disenroll-logs/{DisenrollLog_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log/updatedisenrolllog.md): Updates a specific DisenrollLog. ### Delete DisenrollLog - [DELETE /disenroll-logs/{DisenrollLog_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log/deletedisenrolllog.md): Deletes an DisenrollLog ### Create or Update Batch DisenrollLog - [PUT /disenroll-logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log/updatebatchdisenrolllog.md): Create or Update multiple DisenrollLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Disenroll Log Rates ### Create DisenrollLogRate - [POST /disenroll-logs/{DisenrollLog_Key}/rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log-rates/createdisenrolllograte.md): Creates a new DisenrollLogRate ### List DisenrollLogRate - [GET /disenroll-logs/{DisenrollLog_Key}/rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log-rates/listdisenrolllograte.md): Lists all DisenrollLogRate for the given DisenrollLog_Key ### Get DisenrollLogRate - [GET /disenroll-logs/{DisenrollLog_Key}/rates/{PremRate_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log-rates/getdisenrolllograte.md): Gets DisenrollLogRate ### Update DisenrollLogRate - [PUT /disenroll-logs/{DisenrollLog_Key}/rates/{PremRate_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log-rates/updatedisenrolllograte.md): Updates a specific DisenrollLogRate. ### Delete DisenrollLogRate - [DELETE /disenroll-logs/{DisenrollLog_Key}/rates/{PremRate_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log-rates/deletedisenrolllograte.md): Deletes an DisenrollLogRate ### Create or Update Batch DisenrollLogRate - [PUT /disenroll-logs/{DisenrollLog_Key}/rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/disenroll-log-rates/updatebatchdisenrolllograte.md): Create or Update multiple DisenrollLogRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Enrollment Waiting Period Subscribers ### Create EnrollmentWaitingPeriodSubscriber - [POST /enrollment-waiting-period-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-period-subscribers/createenrollmentwaitingperiodsubscriber.md): Creates a new EnrollmentWaitingPeriodSubscriber ### List EnrollmentWaitingPeriodSubscriber - [GET /enrollment-waiting-period-subscribers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-period-subscribers/listenrollmentwaitingperiodsubscriber.md): Lists all EnrollmentWaitingPeriodSubscriber ### Get EnrollmentWaitingPeriodSubscriber - [GET /enrollment-waiting-period-subscribers/{enrollmentWaitingPeriodSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-period-subscribers/getenrollmentwaitingperiodsubscriber.md): Gets EnrollmentWaitingPeriodSubscriber ### Update EnrollmentWaitingPeriodSubscriber - [PUT /enrollment-waiting-period-subscribers/{enrollmentWaitingPeriodSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-period-subscribers/updateenrollmentwaitingperiodsubscriber.md): Updates a specific EnrollmentWaitingPeriodSubscriber. ### Delete EnrollmentWaitingPeriodSubscriber - [DELETE /enrollment-waiting-period-subscribers/{enrollmentWaitingPeriodSubscriberKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-period-subscribers/deleteenrollmentwaitingperiodsubscriber.md): Deletes an EnrollmentWaitingPeriodSubscriber ### Create or Update Batch EnrollmentWaitingPeriodSubscriber - [PUT /enrollment-waiting-period-subscribers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-period-subscribers/updatebatchenrollmentwaitingperiodsubscriber.md): Create or Update multiple EnrollmentWaitingPeriodSubscriber at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Enrollment Waiting Periods ### Create EnrollmentWaitingPeriod - [POST /enrollment-waiting-periods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-periods/createenrollmentwaitingperiod.md): Creates a new EnrollmentWaitingPeriod ### List EnrollmentWaitingPeriod - [GET /enrollment-waiting-periods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-periods/listenrollmentwaitingperiod.md): Lists all EnrollmentWaitingPeriod ### Get EnrollmentWaitingPeriod - [GET /enrollment-waiting-periods/{enrollmentWaitingPeriodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-periods/getenrollmentwaitingperiod.md): Gets EnrollmentWaitingPeriod ### Update EnrollmentWaitingPeriod - [PUT /enrollment-waiting-periods/{enrollmentWaitingPeriodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-periods/updateenrollmentwaitingperiod.md): Updates a specific EnrollmentWaitingPeriod. ### Delete EnrollmentWaitingPeriod - [DELETE /enrollment-waiting-periods/{enrollmentWaitingPeriodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-periods/deleteenrollmentwaitingperiod.md): Deletes an EnrollmentWaitingPeriod ### Create or Update Batch EnrollmentWaitingPeriod - [PUT /enrollment-waiting-periods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/enrollment-waiting-periods/updatebatchenrollmentwaitingperiod.md): Create or Update multiple EnrollmentWaitingPeriod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Account Plan Payments ### Create MemberAccountPlanPayment - [POST /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}/payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plan-payments/creatememberaccountplanpayment.md): Creates a new MemberAccountPlanPayment ### List MemberAccountPlanPayment - [GET /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}/payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plan-payments/listmemberaccountplanpayment.md): Lists all MemberAccountPlanPayment for the given memberAccountKey and planID ### Get MemberAccountPlanPayment - [GET /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}/payments/{paymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plan-payments/getmemberaccountplanpayment.md): Gets MemberAccountPlanPayment ### Update MemberAccountPlanPayment - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}/payments/{paymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plan-payments/updatememberaccountplanpayment.md): Updates a specific MemberAccountPlanPayment. ### Delete MemberAccountPlanPayment - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}/payments/{paymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plan-payments/deletememberaccountplanpayment.md): Deletes an MemberAccountPlanPayment ### Create or Update Batch MemberAccountPlanPayment - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}/payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plan-payments/updatebatchmemberaccountplanpayment.md): Create or Update multiple MemberAccountPlanPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Account Plans ### Create MemberAccountPlan - [POST /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plans/creatememberaccountplan.md): Creates a new MemberAccountPlan ### List MemberAccountPlan - [GET /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plans/listmemberaccountplan.md): Lists all MemberAccountPlan for the given memberAccountKey ### Get MemberAccountPlan - [GET /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plans/getmemberaccountplan.md): Gets MemberAccountPlan ### Update MemberAccountPlan - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plans/updatememberaccountplan.md): Updates a specific MemberAccountPlan. ### Delete MemberAccountPlan - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plans/deletememberaccountplan.md): Deletes an MemberAccountPlan ### Create or Update Batch MemberAccountPlan - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}/plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-account-plans/updatebatchmemberaccountplan.md): Create or Update multiple MemberAccountPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Accounts ### Create MemberAccount - [POST /subscribers/{subscriberID}/members/{memberSeq}/accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accounts/creatememberaccount.md): Creates a new MemberAccount ### List MemberAccount - [GET /subscribers/{subscriberID}/members/{memberSeq}/accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accounts/listmemberaccount.md): Lists all MemberAccount for the given member ### Get MemberAccount - [GET /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accounts/getmemberaccount.md): Gets MemberAccount ### Update MemberAccount - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accounts/updatememberaccount.md): Updates a specific MemberAccount. ### Delete MemberAccount - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/accounts/{memberAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accounts/deletememberaccount.md): Deletes an MemberAccount ### Create or Update Batch MemberAccount - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accounts/updatebatchmemberaccount.md): Create or Update multiple MemberAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Accum ### Create MemberAccum - [POST /subscribers/{subscriberID}/members/{memberSeq}/accums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accum/creatememberaccum.md): Creates a new MemberAccum ### List MemberAccum - [GET /subscribers/{subscriberID}/members/{memberSeq}/accums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accum/listmemberaccum.md): Lists all MemberAccum for the given subscriberID and memberSeq ### Get MemberAccum - [GET /subscribers/{subscriberID}/members/{memberSeq}/accums/{groupID}/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accum/getmemberaccum.md): Gets MemberAccum ### Update MemberAccum - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accums/{groupID}/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accum/updatememberaccum.md): Updates a specific MemberAccum. ### Delete MemberAccum - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/accums/{groupID}/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accum/deletememberaccum.md): Deletes an MemberAccum ### Create or Update Batch MemberAccum - [PUT /subscribers/{subscriberID}/members/{memberSeq}/accums-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-accum/updatebatchmemberaccum.md): Create or Update multiple MemberAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Address ### Create MemberAddress - [POST /subscribers/{subscriberID}/members/{memberSeq}/addresses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address/creatememberaddress.md): Creates a new MemberAddress ### Get MemberAddress - [GET /subscribers/{subscriberID}/members/{memberSeq}/addresses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address/getmemberaddress.md): Gets MemberAddress ### Update MemberAddress - [PUT /subscribers/{subscriberID}/members/{memberSeq}/addresses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address/updatememberaddress.md): Updates a specific MemberAddress. ### Delete MemberAddress - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/addresses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address/deletememberaddress.md): Deletes an MemberAddress ## Member Address History ### Create MemberAddressHistory - [POST /subscribers/{Subscriber_ID}/members/{Member_Seq}/address-history](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address-history/creatememberaddresshistory.md): Creates a new MemberAddressHistory ### List MemberAddressHistory - [GET /subscribers/{Subscriber_ID}/members/{Member_Seq}/address-history](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address-history/listmemberaddresshistory.md): Lists all MemberAddressHistory for the given Subscriber_ID and Member_Seq ### Get MemberAddressHistory - [GET /subscribers/{Subscriber_ID}/members/{Member_Seq}/address-history/{MemberAddressHistory_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address-history/getmemberaddresshistory.md): Gets MemberAddressHistory ### Update MemberAddressHistory - [PUT /subscribers/{Subscriber_ID}/members/{Member_Seq}/address-history/{MemberAddressHistory_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address-history/updatememberaddresshistory.md): Updates a specific MemberAddressHistory. ### Delete MemberAddressHistory - [DELETE /subscribers/{Subscriber_ID}/members/{Member_Seq}/address-history/{MemberAddressHistory_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address-history/deletememberaddresshistory.md): Deletes an MemberAddressHistory ### Create or Update Batch MemberAddressHistory - [PUT /subscribers/{Subscriber_ID}/members/{Member_Seq}/address-history-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-address-history/updatebatchmemberaddresshistory.md): Create or Update multiple MemberAddressHistory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Alternate Payee ### Create MemberAlternatePayee - [POST /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee/creatememberalternatepayee.md): Creates a new MemberAlternatePayee ### List MemberAlternatePayee - [GET /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee/listmemberalternatepayee.md): Lists all MemberAlternatePayee for the given subscriberId and memberSeq ### Get MemberAlternatePayee - [GET /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee/getmemberalternatepayee.md): Gets MemberAlternatePayee ### Update MemberAlternatePayee - [PUT /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee/updatememberalternatepayee.md): Updates a specific MemberAlternatePayee. ### Delete MemberAlternatePayee - [DELETE /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee/deletememberalternatepayee.md): Deletes an MemberAlternatePayee ### Create or Update Batch MemberAlternatePayee - [PUT /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee/updatebatchmemberalternatepayee.md): Create or Update multiple MemberAlternatePayee at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Alternate Payee Plan ### Create MemberAlternatePayeePlan - [POST /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee-plan/creatememberalternatepayeeplan.md): Creates a new MemberAlternatePayeePlan ### List MemberAlternatePayeePlan - [GET /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee-plan/listmemberalternatepayeeplan.md): Lists all MemberAlternatePayeePlan for the given subscriberId and memberSeq and altPayeeId ### Get MemberAlternatePayeePlan - [GET /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}/plans/{planId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee-plan/getmemberalternatepayeeplan.md): Gets MemberAlternatePayeePlan ### Update MemberAlternatePayeePlan - [PUT /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}/plans/{planId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee-plan/updatememberalternatepayeeplan.md): Updates a specific MemberAlternatePayeePlan. ### Delete MemberAlternatePayeePlan - [DELETE /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}/plans/{planId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee-plan/deletememberalternatepayeeplan.md): Deletes an MemberAlternatePayeePlan ### Create or Update Batch MemberAlternatePayeePlan - [PUT /subscribers/{subscriberId}/members/{memberSeq}/alternate-payees/{altPayeeId}/plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-alternate-payee-plan/updatebatchmemberalternatepayeeplan.md): Create or Update multiple MemberAlternatePayeePlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Beneficiary ### Create MemberBeneficiary - [POST /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary/creatememberbeneficiary.md): Creates a new MemberBeneficiary ### List MemberBeneficiary - [GET /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary/listmemberbeneficiary.md): Lists all MemberBeneficiary for the given subscriberID and memberSeq ### Get MemberBeneficiary - [GET /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary/getmemberbeneficiary.md): Gets MemberBeneficiary ### Update MemberBeneficiary - [PUT /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary/updatememberbeneficiary.md): Updates a specific MemberBeneficiary. ### Delete MemberBeneficiary - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary/deletememberbeneficiary.md): Deletes an MemberBeneficiary ### Create or Update Batch MemberBeneficiary - [PUT /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary/updatebatchmemberbeneficiary.md): Create or Update multiple MemberBeneficiary at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Beneficiary Plans ### Create MemberBeneficiaryPlan - [POST /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary-plans/creatememberbeneficiaryplan.md): Creates a new MemberBeneficiaryPlan ### List MemberBeneficiaryPlan - [GET /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary-plans/listmemberbeneficiaryplan.md): Lists all MemberBeneficiaryPlan for the given subscriberID and memberSeq and beneficiaryID ### Get MemberBeneficiaryPlan - [GET /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary-plans/getmemberbeneficiaryplan.md): Gets MemberBeneficiaryPlan ### Update MemberBeneficiaryPlan - [PUT /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary-plans/updatememberbeneficiaryplan.md): Updates a specific MemberBeneficiaryPlan. ### Delete MemberBeneficiaryPlan - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary-plans/deletememberbeneficiaryplan.md): Deletes an MemberBeneficiaryPlan ### Create or Update Batch MemberBeneficiaryPlan - [PUT /subscribers/{subscriberID}/members/{memberSeq}/beneficiaries/{beneficiaryID}/plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-beneficiary-plans/updatebatchmemberbeneficiaryplan.md): Create or Update multiple MemberBeneficiaryPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Care Alerts ### Create MemberCareAlert - [POST /subscribers/{subscriberID}/members/{memberSeq}/care-alerts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-care-alerts/createmembercarealert.md): Creates a new MemberCareAlert ### List MemberCareAlert - [GET /subscribers/{subscriberID}/members/{memberSeq}/care-alerts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-care-alerts/listmembercarealert.md): Lists all MemberCareAlert for the given subscriberID and memberSeq ### Get MemberCareAlert - [GET /subscribers/{subscriberID}/members/{memberSeq}/care-alerts/{memberCareAlertKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-care-alerts/getmembercarealert.md): Gets MemberCareAlert ### Update MemberCareAlert - [PUT /subscribers/{subscriberID}/members/{memberSeq}/care-alerts/{memberCareAlertKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-care-alerts/updatemembercarealert.md): Updates a specific MemberCareAlert. ### Delete MemberCareAlert - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/care-alerts/{memberCareAlertKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-care-alerts/deletemembercarealert.md): Deletes an MemberCareAlert ### Create or Update Batch MemberCareAlert - [PUT /subscribers/{subscriberID}/members/{memberSeq}/care-alerts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-care-alerts/updatebatchmembercarealert.md): Create or Update multiple MemberCareAlert at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Case Heads ### Create MemberCaseHead - [POST /subscribers/{subscriberID}/members/{memberSeq}/case-heads](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-case-heads/createmembercasehead.md): Creates a new MemberCaseHead ### List MemberCaseHead - [GET /subscribers/{subscriberID}/members/{memberSeq}/case-heads](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-case-heads/listmembercasehead.md): Lists all MemberCaseHead for the given subscriberID and memberSeq ### Get MemberCaseHead - [GET /subscribers/{subscriberID}/members/{memberSeq}/case-heads/{memberCaseHeadKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-case-heads/getmembercasehead.md): Gets MemberCaseHead ### Update MemberCaseHead - [PUT /subscribers/{subscriberID}/members/{memberSeq}/case-heads/{memberCaseHeadKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-case-heads/updatemembercasehead.md): Updates a specific MemberCaseHead. ### Delete MemberCaseHead - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/case-heads/{memberCaseHeadKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-case-heads/deletemembercasehead.md): Deletes an MemberCaseHead ### Create or Update Batch MemberCaseHead - [PUT /subscribers/{subscriberID}/members/{memberSeq}/case-heads-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-case-heads/updatebatchmembercasehead.md): Create or Update multiple MemberCaseHead at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Classes ### Create MemberClass - [POST /subscribers/{subscriberID}/members/{memberSeq}/classes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-classes/creatememberclass.md): Creates a new MemberClass ### List MemberClass - [GET /subscribers/{subscriberID}/members/{memberSeq}/classes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-classes/listmemberclass.md): Lists all MemberClass for the given subscriberID and memberSeq ### Get MemberClass - [GET /subscribers/{subscriberID}/members/{memberSeq}/classes/{memberClassKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-classes/getmemberclass.md): Gets MemberClass ### Update MemberClass - [PUT /subscribers/{subscriberID}/members/{memberSeq}/classes/{memberClassKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-classes/updatememberclass.md): Updates a specific MemberClass. ### Delete MemberClass - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/classes/{memberClassKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-classes/deletememberclass.md): Deletes an MemberClass ### Create or Update Batch MemberClass - [PUT /subscribers/{subscriberID}/members/{memberSeq}/classes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-classes/updatebatchmemberclass.md): Create or Update multiple MemberClass at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member COB Savings ### Create MemberCOBSavings - [POST /subscribers/{subscriberID}/members/{memberSeq}/cob-savings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-cob-savings/createmembercobsavings.md): Creates a new MemberCOBSavings ### List MemberCOBSavings - [GET /subscribers/{subscriberID}/members/{memberSeq}/cob-savings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-cob-savings/listmembercobsavings.md): Lists all MemberCOBSavings for the given subscriberID and memberSeq ### Get MemberCOBSavings - [GET /subscribers/{subscriberID}/members/{memberSeq}/cob-savings/{memberCOBSavingsKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-cob-savings/getmembercobsavings.md): Gets MemberCOBSavings ### Update MemberCOBSavings - [PUT /subscribers/{subscriberID}/members/{memberSeq}/cob-savings/{memberCOBSavingsKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-cob-savings/updatemembercobsavings.md): Updates a specific MemberCOBSavings. ### Delete MemberCOBSavings - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/cob-savings/{memberCOBSavingsKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-cob-savings/deletemembercobsavings.md): Deletes an MemberCOBSavings ### Create or Update Batch MemberCOBSavings - [PUT /subscribers/{subscriberID}/members/{memberSeq}/cob-savings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-cob-savings/updatebatchmembercobsavings.md): Create or Update multiple MemberCOBSavings at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Colleges ### Create MemberCollege - [POST /subscribers/{subscriberID}/members/{memberSeq}/colleges](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-colleges/createmembercollege.md): Creates a new MemberCollege ### List MemberCollege - [GET /subscribers/{subscriberID}/members/{memberSeq}/colleges](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-colleges/listmembercollege.md): Lists all MemberCollege for the given subscriberID and memberSeq ### Get MemberCollege - [GET /subscribers/{subscriberID}/members/{memberSeq}/colleges/{memberCollegeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-colleges/getmembercollege.md): Gets MemberCollege ### Update MemberCollege - [PUT /subscribers/{subscriberID}/members/{memberSeq}/colleges/{memberCollegeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-colleges/updatemembercollege.md): Updates a specific MemberCollege. ### Delete MemberCollege - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/colleges/{memberCollegeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-colleges/deletemembercollege.md): Deletes an MemberCollege ### Create or Update Batch MemberCollege - [PUT /subscribers/{subscriberID}/members/{memberSeq}/colleges-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-colleges/updatebatchmembercollege.md): Create or Update multiple MemberCollege at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Eligibility Status ### Create MemberEligibilityStatus - [POST /subscribers/{subscriberID}/members/{memberSeq}/eligibility-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-eligibility-status/createmembereligibilitystatus.md): Creates a new MemberEligibilityStatus ### List MemberEligibilityStatus - [GET /subscribers/{subscriberID}/members/{memberSeq}/eligibility-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-eligibility-status/listmembereligibilitystatus.md): Lists all MemberEligibilityStatus for the given subscriberID and memberSeq ### Get MemberEligibilityStatus - [GET /subscribers/{subscriberID}/members/{memberSeq}/eligibility-statuses/{memberEligibilityStatusKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-eligibility-status/getmembereligibilitystatus.md): Gets MemberEligibilityStatus ### Update MemberEligibilityStatus - [PUT /subscribers/{subscriberID}/members/{memberSeq}/eligibility-statuses/{memberEligibilityStatusKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-eligibility-status/updatemembereligibilitystatus.md): Updates a specific MemberEligibilityStatus. ### Delete MemberEligibilityStatus - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/eligibility-statuses/{memberEligibilityStatusKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-eligibility-status/deletemembereligibilitystatus.md): Deletes an MemberEligibilityStatus ### Create or Update Batch MemberEligibilityStatus - [PUT /subscribers/{subscriberID}/members/{memberSeq}/eligibility-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-eligibility-status/updatebatchmembereligibilitystatus.md): Create or Update multiple MemberEligibilityStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Enrollment Plan Rider ### Create MemEnrollmentRider - [POST /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plan-rider/creatememenrollmentrider.md): Creates a new MemEnrollmentRider ### List MemEnrollmentRider - [GET /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plan-rider/listmemenrollmentrider.md): Lists all MemEnrollmentRider for the given subscriberID and memberSeq and groupID and divisionID and groupCoverageStart and subStartDate and planID and planStart ### Get MemEnrollmentRider - [GET /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}/riders/{benefitCode}/{fromDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plan-rider/getmemenrollmentrider.md): Gets MemEnrollmentRider ### Update MemEnrollmentRider - [PUT /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}/riders/{benefitCode}/{fromDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plan-rider/updatememenrollmentrider.md): Updates a specific MemEnrollmentRider. ### Delete MemEnrollmentRider - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}/riders/{benefitCode}/{fromDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plan-rider/deletememenrollmentrider.md): Deletes an MemEnrollmentRider ### Create or Update Batch MemEnrollmentRider - [PUT /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}/riders-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plan-rider/updatebatchmemenrollmentrider.md): Create or Update multiple MemEnrollmentRider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Enrollment Plans ### Create MemEnrollmentPlan - [POST /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plans/creatememenrollmentplan.md): Creates a new MemEnrollmentPlan ### List MemEnrollmentPlan - [GET /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plans/listmemenrollmentplan.md): Lists all MemEnrollmentPlan for the given subscriberID and memberSeq and groupID and divisionID ### Get MemEnrollmentPlan - [GET /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plans/getmemenrollmentplan.md): Gets MemEnrollmentPlan ### Update MemEnrollmentPlan - [PUT /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plans/updatememenrollmentplan.md): Updates a specific MemEnrollmentPlan. ### Delete MemEnrollmentPlan - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments/{groupCoverageStart}/{subStartDate}/plans/{planID}/{planStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plans/deletememenrollmentplan.md): Deletes an MemEnrollmentPlan ### Create or Update Batch MemEnrollmentPlan - [PUT /subscribers/{subscriberID}/members/{memberSeq}/groups/{groupID}/divisions/{divisionID}/enrollments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-enrollment-plans/updatebatchmemenrollmentplan.md): Create or Update multiple MemEnrollmentPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member ID Card Request Types ### Create IDCardRequestType - [POST /id-card-request-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-request-types/createidcardrequesttype.md): Creates a new IDCardRequestType ### List IDCardRequestType - [GET /id-card-request-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-request-types/listidcardrequesttype.md): Lists all IDCardRequestType ### Get IDCardRequestType - [GET /id-card-request-types/{requestType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-request-types/getidcardrequesttype.md): Gets IDCardRequestType ### Update IDCardRequestType - [PUT /id-card-request-types/{requestType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-request-types/updateidcardrequesttype.md): Updates a specific IDCardRequestType. ### Delete IDCardRequestType - [DELETE /id-card-request-types/{requestType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-request-types/deleteidcardrequesttype.md): Deletes an IDCardRequestType ### Create or Update Batch IDCardRequestType - [PUT /id-card-request-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-request-types/updatebatchidcardrequesttype.md): Create or Update multiple IDCardRequestType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member ID Card Requests ### Create IDCardRequest - [POST /id-card-requests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-requests/createidcardrequest.md): Creates a new IDCardRequest ### List IDCardRequest - [GET /id-card-requests](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-requests/listidcardrequest.md): Lists all IDCardRequest ### Get IDCardRequest - [GET /id-card-requests/{iDCardRequestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-requests/getidcardrequest.md): Gets IDCardRequest ### Update IDCardRequest - [PUT /id-card-requests/{iDCardRequestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-requests/updateidcardrequest.md): Updates a specific IDCardRequest. ### Delete IDCardRequest - [DELETE /id-card-requests/{iDCardRequestKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-requests/deleteidcardrequest.md): Deletes an IDCardRequest ### Create or Update Batch IDCardRequest - [PUT /id-card-requests-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-card-requests/updatebatchidcardrequest.md): Create or Update multiple IDCardRequest at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member ID Cards Printed ### Create MemberIDCardPrinted - [POST /subscribers/{subscriberID}/members/{memberSeq}/printed-id-cards](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-cards-printed/creatememberidcardprinted.md): Creates a new MemberIDCardPrinted ### List MemberIDCardPrinted - [GET /subscribers/{subscriberID}/members/{memberSeq}/printed-id-cards](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-cards-printed/listmemberidcardprinted.md): Lists all MemberIDCardPrinted for the given subscriberID and memberSeq ### Get MemberIDCardPrinted - [GET /subscribers/{subscriberID}/members/{memberSeq}/printed-id-cards/{reportDefinitionKey}/{printedDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-cards-printed/getmemberidcardprinted.md): Gets MemberIDCardPrinted ### Update MemberIDCardPrinted - [PUT /subscribers/{subscriberID}/members/{memberSeq}/printed-id-cards/{reportDefinitionKey}/{printedDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-cards-printed/updatememberidcardprinted.md): Updates a specific MemberIDCardPrinted. ### Delete MemberIDCardPrinted - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/printed-id-cards/{reportDefinitionKey}/{printedDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-cards-printed/deletememberidcardprinted.md): Deletes an MemberIDCardPrinted ### Create or Update Batch MemberIDCardPrinted - [PUT /subscribers/{subscriberID}/members/{memberSeq}/printed-id-cards-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-id-cards-printed/updatebatchmemberidcardprinted.md): Create or Update multiple MemberIDCardPrinted at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Insurance ### Create MemberInsurance - [POST /subscribers/{subscriberID}/members/{memberSeq}/insurances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-insurance/creatememberinsurance.md): Creates a new MemberInsurance ### List MemberInsurance - [GET /subscribers/{subscriberID}/members/{memberSeq}/insurances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-insurance/listmemberinsurance.md): Lists all MemberInsurance for the given subscriberID and memberSeq ### Get MemberInsurance - [GET /subscribers/{subscriberID}/members/{memberSeq}/insurances/{seqNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-insurance/getmemberinsurance.md): Gets MemberInsurance ### Update MemberInsurance - [PUT /subscribers/{subscriberID}/members/{memberSeq}/insurances/{seqNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-insurance/updatememberinsurance.md): Updates a specific MemberInsurance. ### Delete MemberInsurance - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/insurances/{seqNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-insurance/deletememberinsurance.md): Deletes an MemberInsurance ### Create or Update Batch MemberInsurance - [PUT /subscribers/{subscriberID}/members/{memberSeq}/insurances-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-insurance/updatebatchmemberinsurance.md): Create or Update multiple MemberInsurance at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Languages ### Create MemberLanguage - [POST /subscribers/{subscriberID}/members/{memberSeq}/languages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-languages/creatememberlanguage.md): Creates a new MemberLanguage ### List MemberLanguage - [GET /subscribers/{subscriberID}/members/{memberSeq}/languages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-languages/listmemberlanguage.md): Lists all MemberLanguage for the given subscriberID and memberSeq ### Get MemberLanguage - [GET /subscribers/{subscriberID}/members/{memberSeq}/languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-languages/getmemberlanguage.md): Gets MemberLanguage ### Update MemberLanguage - [PUT /subscribers/{subscriberID}/members/{memberSeq}/languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-languages/updatememberlanguage.md): Updates a specific MemberLanguage. ### Delete MemberLanguage - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-languages/deletememberlanguage.md): Deletes an MemberLanguage ### Create or Update Batch MemberLanguage - [PUT /subscribers/{subscriberID}/members/{memberSeq}/languages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-languages/updatebatchmemberlanguage.md): Create or Update multiple MemberLanguage at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Medicare Reponsibility ### Create MemberMedicareResp - [POST /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-medicare-reponsibility/createmembermedicareresp.md): Creates a new MemberMedicareResp ### List MemberMedicareResp - [GET /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-medicare-reponsibility/listmembermedicareresp.md): Lists all MemberMedicareResp for the given subscriberID and memberSeq ### Get MemberMedicareResp - [GET /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities/{memberMedicareRespKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-medicare-reponsibility/getmembermedicareresp.md): Gets MemberMedicareResp ### Update MemberMedicareResp - [PUT /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities/{memberMedicareRespKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-medicare-reponsibility/updatemembermedicareresp.md): Updates a specific MemberMedicareResp. ### Delete MemberMedicareResp - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities/{memberMedicareRespKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-medicare-reponsibility/deletemembermedicareresp.md): Deletes an MemberMedicareResp ### Create or Update Batch MemberMedicareResp - [PUT /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-medicare-reponsibility/updatebatchmembermedicareresp.md): Create or Update multiple MemberMedicareResp at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Networks ### Create MemberNetwork - [POST /subscribers/{subscriberID}/members/{memberSeq}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-networks/createmembernetwork.md): Creates a new MemberNetwork ### List MemberNetwork - [GET /subscribers/{subscriberID}/members/{memberSeq}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-networks/listmembernetwork.md): Lists all MemberNetwork for the given subscriberID and memberSeq ### Get MemberNetwork - [GET /subscribers/{subscriberID}/members/{memberSeq}/networks/{networkID}/{groupID}/{divisionID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-networks/getmembernetwork.md): Gets MemberNetwork ### Update MemberNetwork - [PUT /subscribers/{subscriberID}/members/{memberSeq}/networks/{networkID}/{groupID}/{divisionID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-networks/updatemembernetwork.md): Updates a specific MemberNetwork. ### Delete MemberNetwork - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/networks/{networkID}/{groupID}/{divisionID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-networks/deletemembernetwork.md): Deletes an MemberNetwork ### Create or Update Batch MemberNetwork - [PUT /subscribers/{subscriberID}/members/{memberSeq}/networks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-networks/updatebatchmembernetwork.md): Create or Update multiple MemberNetwork at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Occupations ### Create MemberOccupation - [POST /subscribers/{subscriberID}/members/{memberSeq}/occupations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-occupations/creatememberoccupation.md): Creates a new MemberOccupation ### List MemberOccupation - [GET /subscribers/{subscriberID}/members/{memberSeq}/occupations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-occupations/listmemberoccupation.md): Lists all MemberOccupation for the given subscriberID and memberSeq ### Get MemberOccupation - [GET /subscribers/{subscriberID}/members/{memberSeq}/occupations/{occupationID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-occupations/getmemberoccupation.md): Gets MemberOccupation ### Update MemberOccupation - [PUT /subscribers/{subscriberID}/members/{memberSeq}/occupations/{occupationID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-occupations/updatememberoccupation.md): Updates a specific MemberOccupation. ### Delete MemberOccupation - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/occupations/{occupationID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-occupations/deletememberoccupation.md): Deletes an MemberOccupation ### Create or Update Batch MemberOccupation - [PUT /subscribers/{subscriberID}/members/{memberSeq}/occupations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-occupations/updatebatchmemberoccupation.md): Create or Update multiple MemberOccupation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Payments ### Create MemberPayment - [POST /subscribers/{subscriberID}/members/{memberSeq}/payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/creatememberpayment.md): Creates a new MemberPayment ### List MemberPayment - [GET /subscribers/{subscriberID}/members/{memberSeq}/payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/listmemberpayment.md): Lists all MemberPayment for the given subscriberID and memberSeq ### List MemberPayments Filtered - [GET /subscribers/{subscriberID}/members/{memberSeq}/payments-filtered](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/listmemberpaymentfiltered.md): Lists all MemberPayment for the given Subscriber ID, Member Seq, Group ID, Division ID, Group Coverage Start and Start Date ### Get MemberPayment - [GET /subscribers/{subscriberID}/members/{memberSeq}/payments/{memberPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/getmemberpayment.md): Gets MemberPayment ### Update MemberPayment - [PUT /subscribers/{subscriberID}/members/{memberSeq}/payments/{memberPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/updatememberpayment.md): Updates a specific MemberPayment. ### Delete MemberPayment - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/payments/{memberPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/deletememberpayment.md): Deletes an MemberPayment ### Create or Update Batch MemberPayment - [PUT /subscribers/{subscriberID}/members/{memberSeq}/payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-payments/updatebatchmemberpayment.md): Create or Update multiple MemberPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Plan Years ### Create MemberPlanYear - [POST /subscribers/{subscriberID}/members/{memberSeq}/plan-years](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-plan-years/creatememberplanyear.md): Creates a new MemberPlanYear ### List MemberPlanYear - [GET /subscribers/{subscriberID}/members/{memberSeq}/plan-years](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-plan-years/listmemberplanyear.md): Lists all MemberPlanYear for the given subscriberID and memberSeq ### Get MemberPlanYear - [GET /subscribers/{subscriberID}/members/{memberSeq}/plan-years/{memberPlanYearKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-plan-years/getmemberplanyear.md): Gets MemberPlanYear ### Update MemberPlanYear - [PUT /subscribers/{subscriberID}/members/{memberSeq}/plan-years/{memberPlanYearKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-plan-years/updatememberplanyear.md): Updates a specific MemberPlanYear. ### Delete MemberPlanYear - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/plan-years/{memberPlanYearKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-plan-years/deletememberplanyear.md): Deletes an MemberPlanYear ### Create or Update Batch MemberPlanYear - [PUT /subscribers/{subscriberID}/members/{memberSeq}/plan-years-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-plan-years/updatebatchmemberplanyear.md): Create or Update multiple MemberPlanYear at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Pre-existing Diagnostic Codes ### Create MemberPreExDiag - [POST /subscribers/{subscriberID}/members/{memberSeq}/pre-exisiting-diagnostic-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-pre-existing-diagnostic-codes/creatememberpreexdiag.md): Creates a new MemberPreExDiag ### List MemberPreExDiag - [GET /subscribers/{subscriberID}/members/{memberSeq}/pre-exisiting-diagnostic-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-pre-existing-diagnostic-codes/listmemberpreexdiag.md): Lists all MemberPreExDiag for the given subscriberID and memberSeq ### Get MemberPreExDiag - [GET /subscribers/{subscriberID}/members/{memberSeq}/pre-exisiting-diagnostic-codes/{diagnosticCodeType}/{fromDiag}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-pre-existing-diagnostic-codes/getmemberpreexdiag.md): Gets MemberPreExDiag ### Update MemberPreExDiag - [PUT /subscribers/{subscriberID}/members/{memberSeq}/pre-exisiting-diagnostic-codes/{diagnosticCodeType}/{fromDiag}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-pre-existing-diagnostic-codes/updatememberpreexdiag.md): Updates a specific MemberPreExDiag. ### Delete MemberPreExDiag - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/pre-exisiting-diagnostic-codes/{diagnosticCodeType}/{fromDiag}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-pre-existing-diagnostic-codes/deletememberpreexdiag.md): Deletes an MemberPreExDiag ### Create or Update Batch MemberPreExDiag - [PUT /subscribers/{subscriberID}/members/{memberSeq}/pre-exisiting-diagnostic-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-pre-existing-diagnostic-codes/updatebatchmemberpreexdiag.md): Create or Update multiple MemberPreExDiag at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member PreEx Disclosed Diags ### Create MemberPreExDisclosedDiag - [POST /subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-preex-disclosed-diags/creatememberpreexdiscloseddiag.md): Creates a new MemberPreExDisclosedDiag ### List MemberPreExDisclosedDiag - [GET /subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-preex-disclosed-diags/listmemberpreexdiscloseddiag.md): Lists all MemberPreExDisclosedDiag for the given Subscriber_ID and Member_Seq ### Get MemberPreExDisclosedDiag - [GET /subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags/{MemberPreExDisclosedDiag_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-preex-disclosed-diags/getmemberpreexdiscloseddiag.md): Gets MemberPreExDisclosedDiag ### Update MemberPreExDisclosedDiag - [PUT /subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags/{MemberPreExDisclosedDiag_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-preex-disclosed-diags/updatememberpreexdiscloseddiag.md): Updates a specific MemberPreExDisclosedDiag. ### Delete MemberPreExDisclosedDiag - [DELETE /subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags/{MemberPreExDisclosedDiag_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-preex-disclosed-diags/deletememberpreexdiscloseddiag.md): Deletes an MemberPreExDisclosedDiag ### Create or Update Batch MemberPreExDisclosedDiag - [PUT /subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-preex-disclosed-diags/updatebatchmemberpreexdiscloseddiag.md): Create or Update multiple MemberPreExDisclosedDiag at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Prior Accumulators ### Create MemberPriorAccum - [POST /subscribers/{subscriberID}/members/{memberSeq}/prior-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-prior-accumulators/creatememberprioraccum.md): Creates a new MemberPriorAccum ### List MemberPriorAccum - [GET /subscribers/{subscriberID}/members/{memberSeq}/prior-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-prior-accumulators/listmemberprioraccum.md): Lists all MemberPriorAccum for the given subscriberID and memberSeq ### Get MemberPriorAccum - [GET /subscribers/{subscriberID}/members/{memberSeq}/prior-accumulators/{groupID}/{divisionID}/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-prior-accumulators/getmemberprioraccum.md): Gets MemberPriorAccum ### Update MemberPriorAccum - [PUT /subscribers/{subscriberID}/members/{memberSeq}/prior-accumulators/{groupID}/{divisionID}/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-prior-accumulators/updatememberprioraccum.md): Updates a specific MemberPriorAccum. ### Delete MemberPriorAccum - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/prior-accumulators/{groupID}/{divisionID}/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-prior-accumulators/deletememberprioraccum.md): Deletes an MemberPriorAccum ### Create or Update Batch MemberPriorAccum - [PUT /subscribers/{subscriberID}/members/{memberSeq}/prior-accumulators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-prior-accumulators/updatebatchmemberprioraccum.md): Create or Update multiple MemberPriorAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Provider Alternates ### Create MemberProviderAlternate - [POST /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}/alternates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-provider-alternates/creatememberprovideralternate.md): Creates a new MemberProviderAlternate ### List MemberProviderAlternate - [GET /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}/alternates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-provider-alternates/listmemberprovideralternate.md): Lists all MemberProviderAlternate for the given memberProviderKey ### Get MemberProviderAlternate - [GET /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}/alternates/{providerID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-provider-alternates/getmemberprovideralternate.md): Gets MemberProviderAlternate ### Update MemberProviderAlternate - [PUT /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}/alternates/{providerID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-provider-alternates/updatememberprovideralternate.md): Updates a specific MemberProviderAlternate. ### Delete MemberProviderAlternate - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}/alternates/{providerID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-provider-alternates/deletememberprovideralternate.md): Deletes an MemberProviderAlternate ### Create or Update Batch MemberProviderAlternate - [PUT /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}/alternates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-provider-alternates/updatebatchmemberprovideralternate.md): Create or Update multiple MemberProviderAlternate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Providers ### Create MemberProvider - [POST /subscribers/{subscriberID}/members/{memberSeq}/providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-providers/creatememberprovider.md): Creates a new MemberProvider ### List MemberProvider - [GET /subscribers/{subscriberID}/members/{memberSeq}/providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-providers/listmemberprovider.md): Lists all MemberProvider for the given subscriberID and memberSeq ### Get MemberProvider - [GET /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-providers/getmemberprovider.md): Gets MemberProvider ### Update MemberProvider - [PUT /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-providers/updatememberprovider.md): Updates a specific MemberProvider. ### Delete MemberProvider - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/providers/{memberProviderKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-providers/deletememberprovider.md): Deletes an MemberProvider ### Create or Update Batch MemberProvider - [PUT /subscribers/{subscriberID}/members/{memberSeq}/providers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-providers/updatebatchmemberprovider.md): Create or Update multiple MemberProvider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Taxes ### Create MemberTax - [POST /subscribers/{subscriberID}/members/{memberSeq}/taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-taxes/createmembertax.md): Creates a new MemberTax ### List MemberTax - [GET /subscribers/{subscriberID}/members/{memberSeq}/taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-taxes/listmembertax.md): Lists all MemberTax for the given subscriberID and memberSeq and memberTaxKey ### Get MemberTax - [GET /subscribers/{subscriberID}/members/{memberSeq}/taxes/{memberTaxKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-taxes/getmembertax.md): Gets MemberTax ### Update MemberTax - [PUT /subscribers/{subscriberID}/members/{memberSeq}/taxes/{memberTaxKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-taxes/updatemembertax.md): Updates a specific MemberTax. ### Delete MemberTax - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/taxes/{memberTaxKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-taxes/deletemembertax.md): Deletes an MemberTax ### Create or Update Batch MemberTax - [PUT /subscribers/{subscriberID}/members/{memberSeq}/taxes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-taxes/updatebatchmembertax.md): Create or Update multiple MemberTax at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Tooth ### Create MemberTooth - [POST /subscribers/{subscriberID}/members/{memberSeq}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth/createmembertooth.md): Creates a new MemberTooth ### List MemberTooth - [GET /subscribers/{subscriberID}/members/{memberSeq}/teeth](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth/listmembertooth.md): Lists all MemberTooth for the given subscriberID and memberSeq ### Get MemberTooth - [GET /subscribers/{subscriberID}/members/{memberSeq}/teeth/{memberToothKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth/getmembertooth.md): Gets MemberTooth ### Update MemberTooth - [PUT /subscribers/{subscriberID}/members/{memberSeq}/teeth/{memberToothKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth/updatemembertooth.md): Updates a specific MemberTooth. ### Delete MemberTooth - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/teeth/{memberToothKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth/deletemembertooth.md): Deletes an MemberTooth ### Create or Update Batch MemberTooth - [PUT /subscribers/{subscriberID}/members/{memberSeq}/teeth-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth/updatebatchmembertooth.md): Create or Update multiple MemberTooth at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member Tooth Ex Codes ### Create MemberToothExCode - [POST /subscribers/{subscriberID}/members/{memberSeq}/teeth-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth-ex-codes/createmembertoothexcode.md): Creates a new MemberToothExCode ### List MemberToothExCode - [GET /subscribers/{subscriberID}/members/{memberSeq}/teeth-ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth-ex-codes/listmembertoothexcode.md): Lists all MemberToothExCode for the given subscriberID and memberSeq ### Get MemberToothExCode - [GET /subscribers/{subscriberID}/members/{memberSeq}/teeth-ex-codes/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth-ex-codes/getmembertoothexcode.md): Gets MemberToothExCode ### Update MemberToothExCode - [PUT /subscribers/{subscriberID}/members/{memberSeq}/teeth-ex-codes/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth-ex-codes/updatemembertoothexcode.md): Updates a specific MemberToothExCode. ### Delete MemberToothExCode - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/teeth-ex-codes/{toothNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth-ex-codes/deletemembertoothexcode.md): Deletes an MemberToothExCode ### Create or Update Batch MemberToothExCode - [PUT /subscribers/{subscriberID}/members/{memberSeq}/teeth-ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-tooth-ex-codes/updatebatchmembertoothexcode.md): Create or Update multiple MemberToothExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Member VBA Plan Type IDs ### Create MemberVBAPlanTypeID - [POST /subscribers/{subscriberID}/members/{memberSeq}/vba-plan-type-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-vba-plan-type-ids/createmembervbaplantypeid.md): Creates a new MemberVBAPlanTypeID ### List MemberVBAPlanTypeID - [GET /subscribers/{subscriberID}/members/{memberSeq}/vba-plan-type-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-vba-plan-type-ids/listmembervbaplantypeid.md): Lists all MemberVBAPlanTypeID for the given subscriberID and memberSeq ### Get MemberVBAPlanTypeID - [GET /subscribers/{subscriberID}/members/{memberSeq}/vba-plan-type-ids/{vBAPlanType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-vba-plan-type-ids/getmembervbaplantypeid.md): Gets MemberVBAPlanTypeID ### Update MemberVBAPlanTypeID - [PUT /subscribers/{subscriberID}/members/{memberSeq}/vba-plan-type-ids/{vBAPlanType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-vba-plan-type-ids/updatemembervbaplantypeid.md): Updates a specific MemberVBAPlanTypeID. ### Delete MemberVBAPlanTypeID - [DELETE /subscribers/{subscriberID}/members/{memberSeq}/vba-plan-type-ids/{vBAPlanType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-vba-plan-type-ids/deletemembervbaplantypeid.md): Deletes an MemberVBAPlanTypeID ### Create or Update Batch MemberVBAPlanTypeID - [PUT /subscribers/{subscriberID}/members/{memberSeq}/vba-plan-type-ids-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/member-vba-plan-type-ids/updatebatchmembervbaplantypeid.md): Create or Update multiple MemberVBAPlanTypeID at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Accumulators ### Create SubscriberAccum - [POST /subscribers/{subscriberID}/groups/{groupID}/accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-accumulators/createsubscriberaccum.md): Creates a new SubscriberAccum ### List SubscriberAccum - [GET /subscribers/{subscriberID}/groups/{groupID}/accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-accumulators/listsubscriberaccum.md): Lists all SubscriberAccum for the given subscriberID and groupID ### Get SubscriberAccum - [GET /subscribers/{subscriberID}/groups/{groupID}/accumulators/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-accumulators/getsubscriberaccum.md): Gets SubscriberAccum ### Update SubscriberAccum - [PUT /subscribers/{subscriberID}/groups/{groupID}/accumulators/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-accumulators/updatesubscriberaccum.md): Updates a specific SubscriberAccum. ### Delete SubscriberAccum - [DELETE /subscribers/{subscriberID}/groups/{groupID}/accumulators/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-accumulators/deletesubscriberaccum.md): Deletes an SubscriberAccum ### Create or Update Batch SubscriberAccum - [PUT /subscribers/{subscriberID}/groups/{groupID}/accumulators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-accumulators/updatebatchsubscriberaccum.md): Create or Update multiple SubscriberAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Enrollment Plan Riders ### Create SubEnrollmentRider - [POST /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plan-riders/createsubenrollmentrider.md): Creates a new SubEnrollmentRider ### List SubEnrollmentRider - [GET /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plan-riders/listsubenrollmentrider.md): Lists all SubEnrollmentRider for the given subscriberID and groupID and divisionID and groupCoverageStart and startDate and planID and planStart ### Get SubEnrollmentRider - [GET /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}/riders/{benefitCode}/{fromDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plan-riders/getsubenrollmentrider.md): Gets SubEnrollmentRider ### Update SubEnrollmentRider - [PUT /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}/riders/{benefitCode}/{fromDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plan-riders/updatesubenrollmentrider.md): Updates a specific SubEnrollmentRider. ### Delete SubEnrollmentRider - [DELETE /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}/riders/{benefitCode}/{fromDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plan-riders/deletesubenrollmentrider.md): Deletes an SubEnrollmentRider ### Create or Update Batch SubEnrollmentRider - [PUT /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}/riders-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plan-riders/updatebatchsubenrollmentrider.md): Create or Update multiple SubEnrollmentRider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Enrollment Plans ### Create SubEnrollmentPlan - [POST /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/createsubenrollmentplan.md): Creates a new SubEnrollmentPlan ### List SubEnrollmentPlan - [GET /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/listsubenrollmentplan.md): Lists all SubEnrollmentPlan for the given Subscriber, Group, Division and Enrollment ### List Subscriber SubEnrollmentPlans - [GET /subscribers/{subscriberID}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/listsubscribersubenrollmentplans.md): Lists all SubEnrollmentPlans for the given Subscriber ### Get SubEnrollmentPlan - [GET /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/getsubenrollmentplan.md): Gets SubEnrollmentPlan ### Update SubEnrollmentPlan - [PUT /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/updatesubenrollmentplan.md): Updates a specific SubEnrollmentPlan. ### Delete SubEnrollmentPlan - [DELETE /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans/{planID}/{planStart}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/deletesubenrollmentplan.md): Deletes an SubEnrollmentPlan ### Create or Update Batch SubEnrollmentPlan - [PUT /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}/plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollment-plans/updatebatchsubenrollmentplan.md): Create or Update multiple SubEnrollmentPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Enrollments ### Create SubEnrollment - [POST /subscribers/{subscriberID}/enrollments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/createsubenrollment.md): Creates a new SubEnrollment ### List SubEnrollment - [GET /subscribers/{subscriberID}/enrollments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/listsubenrollment.md): Lists all SubEnrollment for the given subscriberID ### Get SubEnrollment - [GET /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/getsubenrollment.md): Gets a SubEnrollment for the given subscriberID, groupID, divisionID, groupCoverageStart, and startDate ### Update SubEnrollment - [PUT /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/updatesubenrollment.md): Updates a SubEnrollment with the given subscriberID, groupID, divisionID, groupCoverageStart, and startDate ### Delete SubEnrollment - [DELETE /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/deletesubenrollment.md): Deletes a SubEnrollment with the given subscriberID, groupID, divisionID, groupCoverageStart, and startDate ### Modify SubEnrollment - [PUT /subscribers/{subscriberID}/enrollments-modify/{groupID}/{divisionID}/{groupCoverageStart}/{startDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/modifysubenrollment.md): Modify an existing Subenrollment changing the table keys which forces downstream table updates. ### Create or Update Batch SubEnrollment - [PUT /subscribers/{subscriberID}/enrollments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/updatebatchsubenrollment.md): Create or Update multiple SubEnrollment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Set SubEnrollment Paid Through - [POST /subscribers/{subscriberID}/enrollments/{groupID}/{divisionID}/set-paid-through](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-enrollments/subenrollmentsetpaidthrough.md): Sets the Paid Through value on the Subenrollment based on existing Premium Billing paid invoices. ## Subscriber Flex ### Create SubscriberFlex - [POST /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex/createsubscriberflex.md): Creates a new SubscriberFlex ### List SubscriberFlex - [GET /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex/listsubscriberflex.md): Lists all SubscriberFlex for the given subscriberID and groupID and planID ### Get SubscriberFlex - [GET /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex/getsubscriberflex.md): Gets SubscriberFlex ### Update SubscriberFlex - [PUT /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex/updatesubscriberflex.md): Updates a specific SubscriberFlex. ### Delete SubscriberFlex - [DELETE /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex/deletesubscriberflex.md): Deletes an SubscriberFlex ### Create or Update Batch SubscriberFlex - [PUT /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex/updatebatchsubscriberflex.md): Create or Update multiple SubscriberFlex at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Flex Exports ### Create SubscriberFlexExported - [POST /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}/exports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-exports/createsubscriberflexexported.md): Creates a new SubscriberFlexExported ### List SubscriberFlexExported - [GET /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}/exports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-exports/listsubscriberflexexported.md): Lists all SubscriberFlexExported for the given subscriberID and groupID and planID and calendarYear and effectiveDate ### Get SubscriberFlexExported - [GET /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}/exports/{subscriberFlexExportedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-exports/getsubscriberflexexported.md): Gets SubscriberFlexExported ### Update SubscriberFlexExported - [PUT /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}/exports/{subscriberFlexExportedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-exports/updatesubscriberflexexported.md): Updates a specific SubscriberFlexExported. ### Delete SubscriberFlexExported - [DELETE /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}/exports/{subscriberFlexExportedKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-exports/deletesubscriberflexexported.md): Deletes an SubscriberFlexExported ### Create or Update Batch SubscriberFlexExported - [PUT /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flexes/{calendarYear}/{effectiveDate}/exports-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-exports/updatebatchsubscriberflexexported.md): Create or Update multiple SubscriberFlexExported at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Flex Payments ### Create SubscriberFlexPayment - [POST /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flex-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-payments/createsubscriberflexpayment.md): Creates a new SubscriberFlexPayment ### List SubscriberFlexPayment - [GET /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flex-payments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-payments/listsubscriberflexpayment.md): Lists all SubscriberFlexPayment for the given subscriberID and groupID and planID ### Get SubscriberFlexPayment - [GET /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flex-payments/{subscriberFlexPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-payments/getsubscriberflexpayment.md): Gets SubscriberFlexPayment ### Update SubscriberFlexPayment - [PUT /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flex-payments/{subscriberFlexPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-payments/updatesubscriberflexpayment.md): Updates a specific SubscriberFlexPayment. ### Delete SubscriberFlexPayment - [DELETE /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flex-payments/{subscriberFlexPaymentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-payments/deletesubscriberflexpayment.md): Deletes an SubscriberFlexPayment ### Create or Update Batch SubscriberFlexPayment - [PUT /subscribers/{subscriberID}/groups/{groupID}/plans/{planID}/flex-payments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-flex-payments/updatebatchsubscriberflexpayment.md): Create or Update multiple SubscriberFlexPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber ID Code History ### Create SubscriberIDHistory - [POST /subscribers/{newSubscriberID}/id-codes-history](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-code-history/createsubscriberidhistory.md): Creates a new SubscriberIDHistory ### List SubscriberIDHistory - [GET /subscribers/{newSubscriberID}/id-codes-history](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-code-history/listsubscriberidhistory.md): Lists all SubscriberIDHistory for the given newSubscriberID ### Create or Update Batch SubscriberIDHistory - [PUT /subscribers/{newSubscriberID}/id-codes-history-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-code-history/updatebatchsubscriberidhistory.md): Create or Update multiple SubscriberIDHistory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get SubscriberIDHistory - [GET /subscribers/{newSubscriberID}/id-codes-history/{changeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-code-history/getsubscriberidhistory.md): Gets SubscriberIDHistory ### Update SubscriberIDHistory - [PUT /subscribers/{newSubscriberID}/id-codes-history/{changeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-code-history/updatesubscriberidhistory.md): Updates a specific SubscriberIDHistory. ### Delete SubscriberIDHistory - [DELETE /subscribers/{newSubscriberID}/id-codes-history/{changeID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-code-history/deletesubscriberidhistory.md): Deletes an SubscriberIDHistory ## Subscriber ID Codes ### Create SubscriberIDCode - [POST /subscribers/{subscriberID}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-codes/createsubscriberidcode.md): Creates a new SubscriberIDCode ### List SubscriberIDCode - [GET /subscribers/{subscriberID}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-codes/listsubscriberidcode.md): Lists all SubscriberIDCode for the given subscriberID ### Create or Update Batch SubscriberIDCode - [PUT /subscribers/{subscriberID}/id-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-codes/updatebatchsubscriberidcode.md): Create or Update multiple SubscriberIDCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get SubscriberIDCode - [GET /subscribers/{subscriberID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-codes/getsubscriberidcode.md): Gets SubscriberIDCode ### Update SubscriberIDCode - [PUT /subscribers/{subscriberID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-codes/updatesubscriberidcode.md): Updates a specific SubscriberIDCode. ### Delete SubscriberIDCode - [DELETE /subscribers/{subscriberID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-id-codes/deletesubscriberidcode.md): Deletes an SubscriberIDCode ## Subscriber Payment Methods ### Create SubPaymentMethod - [POST /subscribers/{subscriberID}/payment-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-payment-methods/createsubpaymentmethod.md): Creates a new SubPaymentMethod ### List SubPaymentMethod - [GET /subscribers/{subscriberID}/payment-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-payment-methods/listsubpaymentmethod.md): Lists all SubPaymentMethod for the given subscriberID ### Get SubPaymentMethod - [GET /subscribers/{subscriberID}/payment-methods/{subPaymentMethodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-payment-methods/getsubpaymentmethod.md): Gets SubPaymentMethod ### Update SubPaymentMethod - [PUT /subscribers/{subscriberID}/payment-methods/{subPaymentMethodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-payment-methods/updatesubpaymentmethod.md): Updates a specific SubPaymentMethod. ### Delete SubPaymentMethod - [DELETE /subscribers/{subscriberID}/payment-methods/{subPaymentMethodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-payment-methods/deletesubpaymentmethod.md): Deletes an SubPaymentMethod ### Create or Update Batch SubPaymentMethod - [PUT /subscribers/{subscriberID}/payment-methods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-payment-methods/updatebatchsubpaymentmethod.md): Create or Update multiple SubPaymentMethod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Plan Policy Forfeitures ### Subscriber Policy Forfeiture - [POST /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/forfeiture](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-forfeitures/subscriberpolicyforfeiture.md): Forfeits a Policy for a given Subscriber ID ### Create SubscriberForfeitureStatus - [POST /subscriber-forfeiture-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-forfeitures/createsubscriberforfeiturestatus.md): Creates a new SubscriberForfeitureStatus ### List SubscriberForfeitureStatus - [GET /subscriber-forfeiture-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-forfeitures/listsubscriberforfeiturestatus.md): Lists all SubscriberForfeitureStatus for the given filters: subscriberID and planID and benefitCode and policyNumber and forfeitureStatus and effectiveDate ### Get SubscriberForfeitureStatus - [GET /subscriber-forfeiture-status/{subscriberID}/{planID}/{benefitCode}/{policyNumber}/{forfeitureStatus}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-forfeitures/getsubscriberforfeiturestatus.md): Gets SubscriberForfeitureStatus ### Update SubscriberForfeitureStatus - [PUT /subscriber-forfeiture-status/{subscriberID}/{planID}/{benefitCode}/{policyNumber}/{forfeitureStatus}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-forfeitures/updatesubscriberforfeiturestatus.md): Updates a specific SubscriberForfeitureStatus. ### Delete SubscriberForfeitureStatus - [DELETE /subscriber-forfeiture-status/{subscriberID}/{planID}/{benefitCode}/{policyNumber}/{forfeitureStatus}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-forfeitures/deletesubscriberforfeiturestatus.md): Deletes an SubscriberForfeitureStatus ## Subscriber Plan Policy Statuses ### Create SubscriberPolicyStatus - [POST /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-statuses/createsubscriberpolicystatus.md): Creates a new SubscriberPolicyStatus ### List SubscriberPolicyStatus - [GET /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-statuses/listsubscriberpolicystatus.md): Lists all SubscriberPolicyStatus for the given subscriberID and planID and benefitCode and policyNumber ### Get SubscriberPolicyStatus - [GET /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/statuses/{policyStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-statuses/getsubscriberpolicystatus.md): Gets SubscriberPolicyStatus ### Update SubscriberPolicyStatus - [PUT /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/statuses/{policyStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-statuses/updatesubscriberpolicystatus.md): Updates a specific SubscriberPolicyStatus. ### Delete SubscriberPolicyStatus - [DELETE /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/statuses/{policyStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-statuses/deletesubscriberpolicystatus.md): Deletes an SubscriberPolicyStatus ### Create or Update Batch SubscriberPolicyStatus - [PUT /subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-plan-policy-statuses/updatebatchsubscriberpolicystatus.md): Create or Update multiple SubscriberPolicyStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Premium Rate Splits ### Create SubscriberPremRateSplit - [POST /subscribers/{subscriberID}/premium-rate-splits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-premium-rate-splits/createsubscriberpremratesplit.md): Creates a new SubscriberPremRateSplit ### List SubscriberPremRateSplit - [GET /subscribers/{subscriberID}/premium-rate-splits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-premium-rate-splits/listsubscriberpremratesplit.md): Lists all SubscriberPremRateSplit for the given subscriberID ### Create or Update Batch SubscriberPremRateSplit - [PUT /subscribers/{subscriberID}/premium-rate-splits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-premium-rate-splits/updatebatchsubscriberpremratesplit.md): Create or Update multiple SubscriberPremRateSplit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get SubscriberPremRateSplit - [GET /subscribers/{subscriberID}/premium-rate-splits/{subscriberPremRateSplitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-premium-rate-splits/getsubscriberpremratesplit.md): Gets SubscriberPremRateSplit ### Update SubscriberPremRateSplit - [PUT /subscribers/{subscriberID}/premium-rate-splits/{subscriberPremRateSplitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-premium-rate-splits/updatesubscriberpremratesplit.md): Updates a specific SubscriberPremRateSplit. ### Delete SubscriberPremRateSplit - [DELETE /subscribers/{subscriberID}/premium-rate-splits/{subscriberPremRateSplitKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-premium-rate-splits/deletesubscriberpremratesplit.md): Deletes an SubscriberPremRateSplit ## Subscriber Prior Accumulators ### Create SubscriberPriorAccum - [POST /subscribers/{subscriberID}/groups/{groupID}/prior-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-prior-accumulators/createsubscriberprioraccum.md): Creates a new SubscriberPriorAccum ### List SubscriberPriorAccum - [GET /subscribers/{subscriberID}/groups/{groupID}/prior-accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-prior-accumulators/listsubscriberprioraccum.md): Lists all SubscriberPriorAccum for the given subscriberID and groupID ### Get SubscriberPriorAccum - [GET /subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-prior-accumulators/getsubscriberprioraccum.md): Gets SubscriberPriorAccum ### Update SubscriberPriorAccum - [PUT /subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-prior-accumulators/updatesubscriberprioraccum.md): Updates a specific SubscriberPriorAccum. ### Delete SubscriberPriorAccum - [DELETE /subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-prior-accumulators/deletesubscriberprioraccum.md): Deletes an SubscriberPriorAccum ### Create or Update Batch SubscriberPriorAccum - [PUT /subscribers/{subscriberID}/groups/{groupID}/prior-accumulators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-prior-accumulators/updatebatchsubscriberprioraccum.md): Create or Update multiple SubscriberPriorAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Sponsors ### Create SubscriberSponsor - [POST /subscriber-sponsors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-sponsors/createsubscribersponsor.md): Creates a new SubscriberSponsor ### List SubscriberSponsor - [GET /subscriber-sponsors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-sponsors/listsubscribersponsor.md): Lists all SubscriberSponsor ### Get SubscriberSponsor - [GET /subscriber-sponsors/{SubscriberSponsor_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-sponsors/getsubscribersponsor.md): Gets SubscriberSponsor ### Update SubscriberSponsor - [PUT /subscriber-sponsors/{SubscriberSponsor_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-sponsors/updatesubscribersponsor.md): Updates a specific SubscriberSponsor. ### Delete SubscriberSponsor - [DELETE /subscriber-sponsors/{SubscriberSponsor_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-sponsors/deletesubscribersponsor.md): Deletes an SubscriberSponsor ### Create or Update Batch SubscriberSponsor - [PUT /subscriber-sponsors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-sponsors/updatebatchsubscribersponsor.md): Create or Update multiple SubscriberSponsor at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Waive Premiums ### Create SubscriberWaivePremium - [POST /subscribers/{subscriberID}/waive-premiums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-waive-premiums/createsubscriberwaivepremium.md): Creates a new SubscriberWaivePremium ### List SubscriberWaivePremium - [GET /subscribers/{subscriberID}/waive-premiums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-waive-premiums/listsubscriberwaivepremium.md): Lists all SubscriberWaivePremium for the given subscriberID ### Get SubscriberWaivePremium - [GET /subscribers/{subscriberID}/waive-premiums/{subscriberWaivePremiumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-waive-premiums/getsubscriberwaivepremium.md): Gets SubscriberWaivePremium ### Update SubscriberWaivePremium - [PUT /subscribers/{subscriberID}/waive-premiums/{subscriberWaivePremiumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-waive-premiums/updatesubscriberwaivepremium.md): Updates a specific SubscriberWaivePremium. ### Delete SubscriberWaivePremium - [DELETE /subscribers/{subscriberID}/waive-premiums/{subscriberWaivePremiumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-waive-premiums/deletesubscriberwaivepremium.md): Deletes an SubscriberWaivePremium ### Create or Update Batch SubscriberWaivePremium - [PUT /subscribers/{subscriberID}/waive-premiums-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-waive-premiums/updatebatchsubscriberwaivepremium.md): Create or Update multiple SubscriberWaivePremium at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Subscriber Writing Agents ### Create SubscriberWritingAgent - [POST /subscribers/{Subscriber_ID}/writing-agents](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-writing-agents/createsubscriberwritingagent.md): Creates a new SubscriberWritingAgent ### List SubscriberWritingAgent - [GET /subscribers/{Subscriber_ID}/writing-agents](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-writing-agents/listsubscriberwritingagent.md): Lists all SubscriberWritingAgent for the given Subscriber_ID ### Get SubscriberWritingAgent - [GET /subscribers/{Subscriber_ID}/writing-agents/{SubscriberWritingAgent_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-writing-agents/getsubscriberwritingagent.md): Gets SubscriberWritingAgent ### Update SubscriberWritingAgent - [PUT /subscribers/{Subscriber_ID}/writing-agents/{SubscriberWritingAgent_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-writing-agents/updatesubscriberwritingagent.md): Updates a specific SubscriberWritingAgent. ### Delete SubscriberWritingAgent - [DELETE /subscribers/{Subscriber_ID}/writing-agents/{SubscriberWritingAgent_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-writing-agents/deletesubscriberwritingagent.md): Deletes an SubscriberWritingAgent ### Create or Update Batch SubscriberWritingAgent - [PUT /subscribers/{Subscriber_ID}/writing-agents-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/subscriber-writing-agents/updatebatchsubscriberwritingagent.md): Create or Update multiple SubscriberWritingAgent at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Waiting Period Types ### List Waiting Period Types - [GET /waiting-period-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/waiting-period-types/listwaitingperiodtypes.md): List of all Waiting Period Types ## Event Args ### Create EventArg - [POST /events/{eventID}/args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-args/createeventarg.md): Creates a new EventArg ### List EventArg - [GET /events/{eventID}/args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-args/listeventarg.md): Lists all EventArgs for the given EventID ### Get EventArg - [GET /events/{eventID}/args/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-args/geteventarg.md): Gets EventArg ### Update EventArg - [PUT /events/{eventID}/args/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-args/updateeventarg.md): Updates a specific EventArg. ### Delete EventArg - [DELETE /events/{eventID}/args/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-args/deleteeventarg.md): Deletes an EventArg ### Create or Update Batch EventArg - [PUT /events/{eventID}/args-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-args/updatebatcheventarg.md): Create or Update multiple EventArg at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Event Schedules ### Create EventSchedule - [POST /events/{eventID}/schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-schedules/createeventschedule.md): Creates a new EventSchedule ### List EventSchedule - [GET /events/{eventID}/schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-schedules/listeventschedule.md): Lists all EventSchedule for a given Event ID ### Get EventSchedule - [GET /events/{eventID}/schedules/{scheduleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-schedules/geteventschedule.md): Gets EventSchedule ### Update EventSchedule - [PUT /events/{eventID}/schedules/{scheduleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-schedules/updateeventschedule.md): Updates a specific EventSchedule. ### Delete EventSchedule - [DELETE /events/{eventID}/schedules/{scheduleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-schedules/deleteeventschedule.md): Deletes an EventSchedule ### Create or Update Batch EventSchedule - [PUT /events/{eventID}/schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/event-schedules/updatebatcheventschedule.md): Create or Update multiple EventSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Fee Schedule Anesthesias ### Create FeeSchedAnesthesia - [POST /fee-schedule-anesthesias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-anesthesias/createfeeschedanesthesia.md): Creates a new FeeSchedAnesthesia ### List FeeSchedAnesthesia - [GET /fee-schedule-anesthesias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-anesthesias/listfeeschedanesthesia.md): Lists all FeeSchedAnesthesia ### Get FeeSchedAnesthesia - [GET /fee-schedule-anesthesias/{feeSchedAnesthesiaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-anesthesias/getfeeschedanesthesia.md): Gets FeeSchedAnesthesia ### Update FeeSchedAnesthesia - [PUT /fee-schedule-anesthesias/{feeSchedAnesthesiaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-anesthesias/updatefeeschedanesthesia.md): Updates a specific FeeSchedAnesthesia. ### Delete FeeSchedAnesthesia - [DELETE /fee-schedule-anesthesias/{feeSchedAnesthesiaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-anesthesias/deletefeeschedanesthesia.md): Deletes an FeeSchedAnesthesia ### Create or Update Batch FeeSchedAnesthesia - [PUT /fee-schedule-anesthesias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-anesthesias/updatebatchfeeschedanesthesia.md): Create or Update multiple FeeSchedAnesthesia at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Fee Schedule Details ### Create FeeSchedDetail - [POST /fee-schedule-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-details/createfeescheddetail.md): Creates a new FeeSchedDetail ### List FeeSchedDetail - [GET /fee-schedule-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-details/listfeescheddetail.md): Lists all FeeSchedDetail ### Get FeeSchedDetail - [GET /fee-schedule-details/{feeSchedDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-details/getfeescheddetail.md): Gets FeeSchedDetail ### Update FeeSchedDetail - [PUT /fee-schedule-details/{feeSchedDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-details/updatefeescheddetail.md): Updates a specific FeeSchedDetail. ### Delete FeeSchedDetail - [DELETE /fee-schedule-details/{feeSchedDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-details/deletefeescheddetail.md): Deletes an FeeSchedDetail ### Create or Update Batch FeeSchedDetail - [PUT /fee-schedule-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-details/updatebatchfeescheddetail.md): Create or Update multiple FeeSchedDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Fee Schedule Effective Dates ### Create FeeSchedEffDate - [POST /fee-schedules/{feeSched}/effective-dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-effective-dates/createfeeschedeffdate.md): Creates a new FeeSchedEffDate ### List FeeSchedEffDate - [GET /fee-schedules/{feeSched}/effective-dates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-effective-dates/listfeeschedeffdate.md): Lists all FeeSchedEffDate for the given feeSched ### Get FeeSchedEffDate - [GET /fee-schedules/{feeSched}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-effective-dates/getfeeschedeffdate.md): Gets FeeSchedEffDate ### Delete FeeSchedEffDate - [DELETE /fee-schedules/{feeSched}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-effective-dates/deletefeeschedeffdate.md): Deletes an FeeSchedEffDate ### Create Batch FeeSchedEffDate - [PUT /fee-schedules/{feeSched}/effective-dates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-effective-dates/updatebatchfeeschedeffdate.md): Create multiple FeeSchedEffDate at once. If the entity does not exist, it will be created. If the entity exists, an error message will be returned for that id. ## Fee Schedule Modifier Discounts ### Create FeeSchedModifierDiscount - [POST /fee-schedule-modifier-discounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-discounts/createfeeschedmodifierdiscount.md): Creates a new FeeSchedModifierDiscount ### List FeeSchedModifierDiscount - [GET /fee-schedule-modifier-discounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-discounts/listfeeschedmodifierdiscount.md): Lists all FeeSchedModifierDiscount ### Get FeeSchedModifierDiscount - [GET /fee-schedule-modifier-discounts/{feeSchedModifierDiscountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-discounts/getfeeschedmodifierdiscount.md): Gets FeeSchedModifierDiscount ### Update FeeSchedModifierDiscount - [PUT /fee-schedule-modifier-discounts/{feeSchedModifierDiscountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-discounts/updatefeeschedmodifierdiscount.md): Updates a specific FeeSchedModifierDiscount. ### Delete FeeSchedModifierDiscount - [DELETE /fee-schedule-modifier-discounts/{feeSchedModifierDiscountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-discounts/deletefeeschedmodifierdiscount.md): Deletes an FeeSchedModifierDiscount ### Create or Update Batch FeeSchedModifierDiscount - [PUT /fee-schedule-modifier-discounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-discounts/updatebatchfeeschedmodifierdiscount.md): Create or Update multiple FeeSchedModifierDiscount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Fee Schedule Modifier Excludes ### Create FeeSchedModifierExclude - [POST /fee-schedule-modifier-excludes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-excludes/createfeeschedmodifierexclude.md): Creates a new FeeSchedModifierExclude ### List FeeSchedModifierExclude - [GET /fee-schedule-modifier-excludes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-excludes/listfeeschedmodifierexclude.md): Lists all FeeSchedModifierExclude ### Get FeeSchedModifierExclude - [GET /fee-schedule-modifier-excludes/{feeSchedModifierExcludeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-excludes/getfeeschedmodifierexclude.md): Gets FeeSchedModifierExclude ### Update FeeSchedModifierExclude - [PUT /fee-schedule-modifier-excludes/{feeSchedModifierExcludeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-excludes/updatefeeschedmodifierexclude.md): Updates a specific FeeSchedModifierExclude. ### Delete FeeSchedModifierExclude - [DELETE /fee-schedule-modifier-excludes/{feeSchedModifierExcludeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-excludes/deletefeeschedmodifierexclude.md): Deletes an FeeSchedModifierExclude ### Create or Update Batch FeeSchedModifierExclude - [PUT /fee-schedule-modifier-excludes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-modifier-excludes/updatebatchfeeschedmodifierexclude.md): Create or Update multiple FeeSchedModifierExclude at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Fee Schedule Procedure Group Adjustments ### Create FeeSchedProcedureGroupAdjust - [POST /fee-schedule-procedure-group-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-procedure-group-adjustments/createfeeschedproceduregroupadjust.md): Creates a new FeeSchedProcedureGroupAdjust ### List FeeSchedProcedureGroupAdjust - [GET /fee-schedule-procedure-group-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-procedure-group-adjustments/listfeeschedproceduregroupadjust.md): Lists all FeeSchedProcedureGroupAdjust ### Get FeeSchedProcedureGroupAdjust - [GET /fee-schedule-procedure-group-adjustments/{feeSchedProcedureGroupAdjustKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-procedure-group-adjustments/getfeeschedproceduregroupadjust.md): Gets FeeSchedProcedureGroupAdjust ### Update FeeSchedProcedureGroupAdjust - [PUT /fee-schedule-procedure-group-adjustments/{feeSchedProcedureGroupAdjustKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-procedure-group-adjustments/updatefeeschedproceduregroupadjust.md): Updates a specific FeeSchedProcedureGroupAdjust. ### Delete FeeSchedProcedureGroupAdjust - [DELETE /fee-schedule-procedure-group-adjustments/{feeSchedProcedureGroupAdjustKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-procedure-group-adjustments/deletefeeschedproceduregroupadjust.md): Deletes an FeeSchedProcedureGroupAdjust ### Create or Update Batch FeeSchedProcedureGroupAdjust - [PUT /fee-schedule-procedure-group-adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-procedure-group-adjustments/updatebatchfeeschedproceduregroupadjust.md): Create or Update multiple FeeSchedProcedureGroupAdjust at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Fee Schedule Provider Type Discounts ### Create FeeSchedProviderTypeDiscount - [POST /fee-schedule-provider-type-discounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-provider-type-discounts/createfeeschedprovidertypediscount.md): Creates a new FeeSchedProviderTypeDiscount ### List FeeSchedProviderTypeDiscount - [GET /fee-schedule-provider-type-discounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-provider-type-discounts/listfeeschedprovidertypediscount.md): Lists all FeeSchedProviderTypeDiscount ### Get FeeSchedProviderTypeDiscount - [GET /fee-schedule-provider-type-discounts/{feeSchedProviderTypeDiscountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-provider-type-discounts/getfeeschedprovidertypediscount.md): Gets FeeSchedProviderTypeDiscount ### Update FeeSchedProviderTypeDiscount - [PUT /fee-schedule-provider-type-discounts/{feeSchedProviderTypeDiscountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-provider-type-discounts/updatefeeschedprovidertypediscount.md): Updates a specific FeeSchedProviderTypeDiscount. ### Delete FeeSchedProviderTypeDiscount - [DELETE /fee-schedule-provider-type-discounts/{feeSchedProviderTypeDiscountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-provider-type-discounts/deletefeeschedprovidertypediscount.md): Deletes an FeeSchedProviderTypeDiscount ### Create or Update Batch FeeSchedProviderTypeDiscount - [PUT /fee-schedule-provider-type-discounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/fee-schedule-provider-type-discounts/updatebatchfeeschedprovidertypediscount.md): Create or Update multiple FeeSchedProviderTypeDiscount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Grievance Admin Change Types ### Create GrievanceAdminChangeType - [POST /grievance-admin-change-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-admin-change-types/creategrievanceadminchangetype.md): Creates a new GrievanceAdminChangeType ### List GrievanceAdminChangeType - [GET /grievance-admin-change-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-admin-change-types/listgrievanceadminchangetype.md): Lists all GrievanceAdminChangeType ### Get GrievanceAdminChangeType - [GET /grievance-admin-change-types/{grievanceAdminChangeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-admin-change-types/getgrievanceadminchangetype.md): Gets GrievanceAdminChangeType ### Update GrievanceAdminChangeType - [PUT /grievance-admin-change-types/{grievanceAdminChangeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-admin-change-types/updategrievanceadminchangetype.md): Updates a specific GrievanceAdminChangeType. ### Delete GrievanceAdminChangeType - [DELETE /grievance-admin-change-types/{grievanceAdminChangeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-admin-change-types/deletegrievanceadminchangetype.md): Deletes an GrievanceAdminChangeType ### Create or Update Batch GrievanceAdminChangeType - [PUT /grievance-admin-change-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-admin-change-types/updatebatchgrievanceadminchangetype.md): Create or Update multiple GrievanceAdminChangeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Grievance Categories ### Create GrievanceCategory - [POST /grievance-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-categories/creategrievancecategory.md): Creates a new GrievanceCategory ### List GrievanceCategory - [GET /grievance-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-categories/listgrievancecategory.md): Lists all GrievanceCategory ### Get GrievanceCategory - [GET /grievance-categories/{grievanceCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-categories/getgrievancecategory.md): Gets GrievanceCategory ### Update GrievanceCategory - [PUT /grievance-categories/{grievanceCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-categories/updategrievancecategory.md): Updates a specific GrievanceCategory. ### Delete GrievanceCategory - [DELETE /grievance-categories/{grievanceCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-categories/deletegrievancecategory.md): Deletes an GrievanceCategory ### Create or Update Batch GrievanceCategory - [PUT /grievance-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-categories/updatebatchgrievancecategory.md): Create or Update multiple GrievanceCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Grievance Issue Types ### Create GrievanceIssueType - [POST /grievance-issue-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-issue-types/creategrievanceissuetype.md): Creates a new GrievanceIssueType ### List GrievanceIssueType - [GET /grievance-issue-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-issue-types/listgrievanceissuetype.md): Lists all GrievanceIssueType ### Get GrievanceIssueType - [GET /grievance-issue-types/{grievanceIssueType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-issue-types/getgrievanceissuetype.md): Gets GrievanceIssueType ### Update GrievanceIssueType - [PUT /grievance-issue-types/{grievanceIssueType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-issue-types/updategrievanceissuetype.md): Updates a specific GrievanceIssueType. ### Delete GrievanceIssueType - [DELETE /grievance-issue-types/{grievanceIssueType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-issue-types/deletegrievanceissuetype.md): Deletes an GrievanceIssueType ### Create or Update Batch GrievanceIssueType - [PUT /grievance-issue-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-issue-types/updatebatchgrievanceissuetype.md): Create or Update multiple GrievanceIssueType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Grievance Resolution Types ### Create GrievanceResolutionType - [POST /grievance-resolution-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/creategrievanceresolutiontype.md): Creates a new GrievanceResolutionType ### List GrievanceResolutionType - [GET /grievance-resolution-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/listgrievanceresolutiontype.md): Lists all GrievanceResolutionType ### Get GrievanceResolutionType - [GET /grievance-resolution-types/{grievanceResolutionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/getgrievanceresolutiontype.md): Gets GrievanceResolutionType ### Update GrievanceResolutionType - [PUT /grievance-resolution-types/{grievanceResolutionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/updategrievanceresolutiontype.md): Updates a specific GrievanceResolutionType. ### Delete GrievanceResolutionType - [DELETE /grievance-resolution-types/{grievanceResolutionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/deletegrievanceresolutiontype.md): Deletes an GrievanceResolutionType ### Create or Update Batch GrievanceResolutionType - [PUT /grievance-resolution-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/updatebatchgrievanceresolutiontype.md): Create or Update multiple GrievanceResolutionType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Grievance Statuses ### Create GrievanceStatus - [POST /grievance-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-statuses/creategrievancestatus.md): Creates a new GrievanceStatus ### List GrievanceStatus - [GET /grievance-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-statuses/listgrievancestatus.md): Lists all GrievanceStatus ### Get GrievanceStatus - [GET /grievance-statuses/{grievanceStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-statuses/getgrievancestatus.md): Gets GrievanceStatus ### Update GrievanceStatus - [PUT /grievance-statuses/{grievanceStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-statuses/updategrievancestatus.md): Updates a specific GrievanceStatus. ### Delete GrievanceStatus - [DELETE /grievance-statuses/{grievanceStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-statuses/deletegrievancestatus.md): Deletes an GrievanceStatus ### Create or Update Batch GrievanceStatus - [PUT /grievance-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-statuses/updatebatchgrievancestatus.md): Create or Update multiple GrievanceStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Grievance Types ### Create GrievanceType - [POST /grievance-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-types/creategrievancetype.md): Creates a new GrievanceType ### List GrievanceType - [GET /grievance-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-types/listgrievancetype.md): Lists all GrievanceType ### Get GrievanceType - [GET /grievance-types/{grievanceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-types/getgrievancetype.md): Gets GrievanceType ### Update GrievanceType - [PUT /grievance-types/{grievanceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-types/updategrievancetype.md): Updates a specific GrievanceType. ### Delete GrievanceType - [DELETE /grievance-types/{grievanceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-types/deletegrievancetype.md): Deletes an GrievanceType ### Create or Update Batch GrievanceType - [PUT /grievance-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-types/updatebatchgrievancetype.md): Create or Update multiple GrievanceType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Classes ### Create Class - [POST /classes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/classes/createclass.md): Creates a new Class ### List Class - [GET /classes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/classes/listclass.md): Lists all Class ### Get Class - [GET /classes/{classCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/classes/getclass.md): Gets Class ### Update Class - [PUT /classes/{classCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/classes/updateclass.md): Updates a specific Class. ### Delete Class - [DELETE /classes/{classCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/classes/deleteclass.md): Deletes an Class ### Create or Update Batch Class - [PUT /classes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/classes/updatebatchclass.md): Create or Update multiple Class at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Contribution Schedules ### Create ContributionSchedule - [POST /contribution-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contribution-schedules/createcontributionschedule.md): Creates a new ContributionSchedule ### List ContributionSchedule - [GET /contribution-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contribution-schedules/listcontributionschedule.md): Lists all ContributionSchedule ### Get ContributionSchedule - [GET /contribution-schedules/{contributionSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contribution-schedules/getcontributionschedule.md): Gets ContributionSchedule ### Update ContributionSchedule - [PUT /contribution-schedules/{contributionSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contribution-schedules/updatecontributionschedule.md): Updates a specific ContributionSchedule. ### Delete ContributionSchedule - [DELETE /contribution-schedules/{contributionSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contribution-schedules/deletecontributionschedule.md): Deletes an ContributionSchedule ### Create or Update Batch ContributionSchedule - [PUT /contribution-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/contribution-schedules/updatebatchcontributionschedule.md): Create or Update multiple ContributionSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Issuance Types ### Create FlexIssuanceType - [POST /flex-vendors/{flexVendor}/issuance-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-issuance-types/createflexissuancetype.md): Creates a new FlexIssuanceType ### List FlexIssuanceType - [GET /flex-vendors/{flexVendor}/issuance-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-issuance-types/listflexissuancetype.md): Lists all FlexIssuanceType for the given flexVendor ### Get FlexIssuanceType - [GET /flex-vendors/{flexVendor}/issuance-types/{issuanceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-issuance-types/getflexissuancetype.md): Gets FlexIssuanceType ### Update FlexIssuanceType - [PUT /flex-vendors/{flexVendor}/issuance-types/{issuanceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-issuance-types/updateflexissuancetype.md): Updates a specific FlexIssuanceType. ### Delete FlexIssuanceType - [DELETE /flex-vendors/{flexVendor}/issuance-types/{issuanceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-issuance-types/deleteflexissuancetype.md): Deletes an FlexIssuanceType ### Create or Update Batch FlexIssuanceType - [PUT /flex-vendors/{flexVendor}/issuance-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-issuance-types/updatebatchflexissuancetype.md): Create or Update multiple FlexIssuanceType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Vendor Card Status ### Create FlexVendorCardStatus - [POST /flex-vendors/{flexVendor}/card-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-card-status/createflexvendorcardstatus.md): Creates a new FlexVendorCardStatus ### List FlexVendorCardStatus - [GET /flex-vendors/{flexVendor}/card-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-card-status/listflexvendorcardstatus.md): Lists all FlexVendorCardStatus for the given flexVendor ### Get FlexVendorCardStatus - [GET /flex-vendors/{flexVendor}/card-statuses/{cardStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-card-status/getflexvendorcardstatus.md): Gets FlexVendorCardStatus ### Update FlexVendorCardStatus - [PUT /flex-vendors/{flexVendor}/card-statuses/{cardStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-card-status/updateflexvendorcardstatus.md): Updates a specific FlexVendorCardStatus. ### Delete FlexVendorCardStatus - [DELETE /flex-vendors/{flexVendor}/card-statuses/{cardStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-card-status/deleteflexvendorcardstatus.md): Deletes an FlexVendorCardStatus ### Create or Update Batch FlexVendorCardStatus - [PUT /flex-vendors/{flexVendor}/card-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-card-status/updatebatchflexvendorcardstatus.md): Create or Update multiple FlexVendorCardStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Vendor Purse Status ### Create FlexVendorPurseStatus - [POST /flex-vendors/{flexVendor}/purse-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-purse-status/createflexvendorpursestatus.md): Creates a new FlexVendorPurseStatus ### List FlexVendorPurseStatus - [GET /flex-vendors/{flexVendor}/purse-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-purse-status/listflexvendorpursestatus.md): Lists all FlexVendorPurseStatus for the given flexVendor ### Get FlexVendorPurseStatus - [GET /flex-vendors/{flexVendor}/purse-statuses/{purseStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-purse-status/getflexvendorpursestatus.md): Gets FlexVendorPurseStatus ### Update FlexVendorPurseStatus - [PUT /flex-vendors/{flexVendor}/purse-statuses/{purseStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-purse-status/updateflexvendorpursestatus.md): Updates a specific FlexVendorPurseStatus. ### Delete FlexVendorPurseStatus - [DELETE /flex-vendors/{flexVendor}/purse-statuses/{purseStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-purse-status/deleteflexvendorpursestatus.md): Deletes an FlexVendorPurseStatus ### Create or Update Batch FlexVendorPurseStatus - [PUT /flex-vendors/{flexVendor}/purse-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendor-purse-status/updatebatchflexvendorpursestatus.md): Create or Update multiple FlexVendorPurseStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Flex Vendors ### Create FlexVendor - [POST /flex-vendors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendors/createflexvendor.md): Creates a new FlexVendor ### List FlexVendor - [GET /flex-vendors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendors/listflexvendor.md): Lists all FlexVendor ### Get FlexVendor - [GET /flex-vendors/{flexVendor}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendors/getflexvendor.md): Gets FlexVendor ### Update FlexVendor - [PUT /flex-vendors/{flexVendor}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendors/updateflexvendor.md): Updates a specific FlexVendor. ### Delete FlexVendor - [DELETE /flex-vendors/{flexVendor}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendors/deleteflexvendor.md): Deletes an FlexVendor ### Create or Update Batch FlexVendor - [PUT /flex-vendors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/flex-vendors/updatebatchflexvendor.md): Create or Update multiple FlexVendor at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Account Periods ### Create GroupAccountPeriod - [POST /groups/{groupID}/account-periods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-periods/creategroupaccountperiod.md): Creates a new GroupAccountPeriod ### List GroupAccountPeriod - [GET /groups/{groupID}/account-periods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-periods/listgroupaccountperiod.md): Lists all GroupAccountPeriod ### Get GroupAccountPeriod - [GET /groups/{groupID}/account-periods/{groupAccountPeriodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-periods/getgroupaccountperiod.md): Gets GroupAccountPeriod ### Update GroupAccountPeriod - [PUT /groups/{groupID}/account-periods/{groupAccountPeriodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-periods/updategroupaccountperiod.md): Updates a specific GroupAccountPeriod. ### Delete GroupAccountPeriod - [DELETE /groups/{groupID}/account-periods/{groupAccountPeriodKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-periods/deletegroupaccountperiod.md): Deletes an GroupAccountPeriod ### Create or Update Batch GroupAccountPeriod - [PUT /groups/{groupID}/account-periods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-periods/updatebatchgroupaccountperiod.md): Create or Update multiple GroupAccountPeriod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Account Reports ### Create GroupAccountReport - [POST /groups/{groupID}/account-reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-reports/creategroupaccountreport.md): Creates a new GroupAccountReport ### List GroupAccountReport - [GET /groups/{groupID}/account-reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-reports/listgroupaccountreport.md): Lists all GroupAccountReport for the given groupID ### Get GroupAccountReport - [GET /groups/{groupID}/account-reports/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-reports/getgroupaccountreport.md): Gets GroupAccountReport ### Update GroupAccountReport - [PUT /groups/{groupID}/account-reports/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-reports/updategroupaccountreport.md): Updates a specific GroupAccountReport. ### Delete GroupAccountReport - [DELETE /groups/{groupID}/account-reports/{accountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-reports/deletegroupaccountreport.md): Deletes an GroupAccountReport ### Create or Update Batch GroupAccountReport - [PUT /groups/{groupID}/account-reports-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-account-reports/updatebatchgroupaccountreport.md): Create or Update multiple GroupAccountReport at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group ACH Pulls ### Create GroupACHPull - [POST /groups/{Group_ID}/ach-pulls](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/creategroupachpull.md): Creates a new GroupACHPull ### List GroupACHPull - [GET /groups/{Group_ID}/ach-pulls](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/listgroupachpull.md): Lists all GroupACHPull for the given Group_ID ### Get GroupACHPull - [GET /groups/{Group_ID}/ach-pulls/{ACH_Pull_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/getgroupachpull.md): Gets GroupACHPull ### Update GroupACHPull - [PUT /groups/{Group_ID}/ach-pulls/{ACH_Pull_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/updategroupachpull.md): Updates a specific GroupACHPull. ### Delete GroupACHPull - [DELETE /groups/{Group_ID}/ach-pulls/{ACH_Pull_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/deletegroupachpull.md): Deletes an GroupACHPull ### Create or Update Batch GroupACHPull - [PUT /groups/{Group_ID}/ach-pulls-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/updatebatchgroupachpull.md): Create or Update multiple GroupACHPull at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Advice to Pay ### Create GroupATP - [POST /groups/{groupID}/avdvice-to-pay](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-advice-to-pay/creategroupatp.md): Creates a new GroupATP ### List GroupATP - [GET /groups/{groupID}/avdvice-to-pay](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-advice-to-pay/listgroupatp.md): Lists all GroupATP for the given groupID ### Get GroupATP - [GET /groups/{groupID}/avdvice-to-pay/{groupATPKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-advice-to-pay/getgroupatp.md): Gets GroupATP ### Update GroupATP - [PUT /groups/{groupID}/avdvice-to-pay/{groupATPKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-advice-to-pay/updategroupatp.md): Updates a specific GroupATP. ### Delete GroupATP - [DELETE /groups/{groupID}/avdvice-to-pay/{groupATPKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-advice-to-pay/deletegroupatp.md): Deletes an GroupATP ### Create or Update Batch GroupATP - [PUT /groups/{groupID}/avdvice-to-pay-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-advice-to-pay/updatebatchgroupatp.md): Create or Update multiple GroupATP at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Calculate Interest Network Options ### Calculate Interest Network Options - [GET /calculate-interest-network-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-calculate-interest-network-options/listcalculateinterestnetworkoptions.md): List of key/value pairs for Calculate Interest Network Options ## Group Calculate Interest Options ### Calculate Interest Options - [GET /calculate-interest-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-calculate-interest-options/listcalculateinterestoptions.md): List of key/value pairs for Calculate Interest Options ## Group Classes ### Create GroupClass - [POST /groups/{groupID}/classes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-classes/creategroupclass.md): Creates a new GroupClass ### List GroupClass - [GET /groups/{groupID}/classes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-classes/listgroupclass.md): Lists all GroupClass for the given groupID ### Get GroupClass - [GET /groups/{groupID}/classes/{groupDivisionClassKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-classes/getgroupclass.md): Gets GroupClass ### Update GroupClass - [PUT /groups/{groupID}/classes/{groupDivisionClassKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-classes/updategroupclass.md): Updates a specific GroupClass. ### Delete GroupClass - [DELETE /groups/{groupID}/classes/{groupDivisionClassKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-classes/deletegroupclass.md): Deletes an GroupClass ### Create or Update Batch GroupClass - [PUT /groups/{groupID}/classes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-classes/updatebatchgroupclass.md): Create or Update multiple GroupClass at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Company Data Ex-Code Overrides ### Create GroupCompanyDataExCodeOverride - [POST /groups/{groupID}/company-data-ex-code-overrides](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-company-data-ex-code-overrides/creategroupcompanydataexcodeoverride.md): Creates a new GroupCompanyDataExCodeOverride ### List GroupCompanyDataExCodeOverride - [GET /groups/{groupID}/company-data-ex-code-overrides](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-company-data-ex-code-overrides/listgroupcompanydataexcodeoverride.md): Lists all GroupCompanyDataExCodeOverride for the given groupID ### Get GroupCompanyDataExCodeOverride - [GET /groups/{groupID}/company-data-ex-code-overrides/{groupCompanyDataExCodeOverrideKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-company-data-ex-code-overrides/getgroupcompanydataexcodeoverride.md): Gets GroupCompanyDataExCodeOverride ### Update GroupCompanyDataExCodeOverride - [PUT /groups/{groupID}/company-data-ex-code-overrides/{groupCompanyDataExCodeOverrideKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-company-data-ex-code-overrides/updategroupcompanydataexcodeoverride.md): Updates a specific GroupCompanyDataExCodeOverride. ### Delete GroupCompanyDataExCodeOverride - [DELETE /groups/{groupID}/company-data-ex-code-overrides/{groupCompanyDataExCodeOverrideKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-company-data-ex-code-overrides/deletegroupcompanydataexcodeoverride.md): Deletes an GroupCompanyDataExCodeOverride ### Create or Update Batch GroupCompanyDataExCodeOverride - [PUT /groups/{groupID}/company-data-ex-code-overrides-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-company-data-ex-code-overrides/updatebatchgroupcompanydataexcodeoverride.md): Create or Update multiple GroupCompanyDataExCodeOverride at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Contract Network Types ### Contract Network Types - [GET /contract-network-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-network-types/listcontractnetworktypes.md): List of key/value pairs for Contract Network Types ## Group Contract Plan Premiums ### Create GroupContractPlanPremium - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/premiums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-premiums/creategroupcontractplanpremium.md): Creates a new GroupContractPlanPremium ### List GroupContractPlanPremium - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/premiums](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-premiums/listgroupcontractplanpremium.md): Lists all GroupContractPlanPremium for the given groupID and divisionID and coverageStart and planID ### Get GroupContractPlanPremium - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/premiums/{groupContractPlanPremiumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-premiums/getgroupcontractplanpremium.md): Gets GroupContractPlanPremium ### Update GroupContractPlanPremium - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/premiums/{groupContractPlanPremiumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-premiums/updategroupcontractplanpremium.md): Updates a specific GroupContractPlanPremium. ### Delete GroupContractPlanPremium - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/premiums/{groupContractPlanPremiumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-premiums/deletegroupcontractplanpremium.md): Deletes an GroupContractPlanPremium ### Create or Update Batch GroupContractPlanPremium - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/premiums-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-premiums/updatebatchgroupcontractplanpremium.md): Create or Update multiple GroupContractPlanPremium at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Contract Plan Rider External IDs ### Create GroupContractPlanRiderExternalID - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}/external-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-rider-external-ids/creategroupcontractplanriderexternalid.md): Creates a new GroupContractPlanRiderExternalID ### List GroupContractPlanRiderExternalID - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}/external-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-rider-external-ids/listgroupcontractplanriderexternalid.md): Lists all GroupContractPlanRiderExternalID for the given groupID and divisionID and coverageStart and planID and benefitCode ### Get GroupContractPlanRiderExternalID - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}/external-ids/{externalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-rider-external-ids/getgroupcontractplanriderexternalid.md): Gets GroupContractPlanRiderExternalID ### Update GroupContractPlanRiderExternalID - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}/external-ids/{externalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-rider-external-ids/updategroupcontractplanriderexternalid.md): Updates a specific GroupContractPlanRiderExternalID. ### Delete GroupContractPlanRiderExternalID - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}/external-ids/{externalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-rider-external-ids/deletegroupcontractplanriderexternalid.md): Deletes an GroupContractPlanRiderExternalID ### Create or Update Batch GroupContractPlanRiderExternalID - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}/external-ids-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-rider-external-ids/updatebatchgroupcontractplanriderexternalid.md): Create or Update multiple GroupContractPlanRiderExternalID at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Contract Plan Riders ### Create GroupContractPlanRider - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-riders/creategroupcontractplanrider.md): Creates a new GroupContractPlanRider ### List GroupContractPlanRider - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-riders/listgroupcontractplanrider.md): Lists all GroupContractPlanRider for the given groupID and divisionID and coverageStart and planID ### Get GroupContractPlanRider - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-riders/getgroupcontractplanrider.md): Gets GroupContractPlanRider ### Update GroupContractPlanRider - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-riders/updategroupcontractplanrider.md): Updates a specific GroupContractPlanRider. ### Delete GroupContractPlanRider - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-riders/deletegroupcontractplanrider.md): Deletes an GroupContractPlanRider ### Create or Update Batch GroupContractPlanRider - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}/riders-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plan-riders/updatebatchgroupcontractplanrider.md): Create or Update multiple GroupContractPlanRider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Contract Plans ### Create GroupContractPlan - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/creategroupcontractplan.md): Creates a new GroupContractPlan ### List GroupContractPlan - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/listgroupcontractplan.md): Lists all GroupContractPlan for the given groupID and divisionID and coverageStart ### List Plans by Group and Division - [GET /groups/{groupID}/divisions/{divisionID}/plans-no-contracts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/listplannocontract.md): A unique list of Plans for all GroupContractPlan for the given groupID and divisionID ### Get GroupContractPlan - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/getgroupcontractplan.md): Gets GroupContractPlan ### Update GroupContractPlan - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/updategroupcontractplan.md): Updates a specific GroupContractPlan. ### Delete GroupContractPlan - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans/{planID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/deletegroupcontractplan.md): Deletes an GroupContractPlan ### Create or Update Batch GroupContractPlan - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/plans-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/updatebatchgroupcontractplan.md): Create or Update multiple GroupContractPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Cascade Plan Update to GroupContractPlan - [POST /group-contract-plan-cascade-update/{planId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-plans/cascadeupdategroupcontractplan.md): Using an existing GroupContractPlan, pass in a Plan ID to be updated that then updates downstream SubenrollmentPlan and MemenrollmentPlan records. ## Group Contract Tiers ### Create GroupContractTier - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/tiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-tiers/creategroupcontracttier.md): Creates a new GroupContractTier ### List GroupContractTier - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/tiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-tiers/listgroupcontracttier.md): Lists all GroupContractTier for the given groupID and divisionID and coverageStart ### Get GroupContractTier - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/tiers/{tier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-tiers/getgroupcontracttier.md): Gets GroupContractTier ### Update GroupContractTier - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/tiers/{tier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-tiers/updategroupcontracttier.md): Updates a specific GroupContractTier. ### Delete GroupContractTier - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/tiers/{tier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-tiers/deletegroupcontracttier.md): Deletes an GroupContractTier ### Create or Update Batch GroupContractTier - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/tiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-contract-tiers/updatebatchgroupcontracttier.md): Create or Update multiple GroupContractTier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Coverage Calculations ### List Coverage Calculations - [GET /coverage-calculations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-coverage-calculations/listcoveragecalculations.md): List of key/value pairs for Coverage Calculations ## Group Day Interval ### Create GroupDayInterval - [POST /group-day-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/creategroupdayinterval.md): Creates a new GroupDayInterval ### List GroupDayInterval - [GET /group-day-intervals](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/listgroupdayinterval.md): Lists all GroupDayInterval for the given Group_ID and Interval_Year and Interval_Month and Interval_Day ### Get GroupDayInterval - [GET /group-day-intervals/{Group_ID}/{Interval_Year}/{Interval_Month}/{Interval_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/getgroupdayinterval.md): Gets GroupDayInterval ### Update GroupDayInterval - [PUT /group-day-intervals/{Group_ID}/{Interval_Year}/{Interval_Month}/{Interval_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/updategroupdayinterval.md): Updates a specific GroupDayInterval. ### Delete GroupDayInterval - [DELETE /group-day-intervals/{Group_ID}/{Interval_Year}/{Interval_Month}/{Interval_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/deletegroupdayinterval.md): Deletes an GroupDayInterval ### Create or Update Batch GroupDayInterval - [PUT /group-day-intervals-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-day-interval/updatebatchgroupdayinterval.md): Create or Update multiple GroupDayInterval at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Disenroll Affected Claims ### Get Affected Claims for Disrolling Group ID - [GET /groups/{groupID}/disenroll-affected-claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-disenroll-affected-claims/listgroupdisenrollaffectedclaims.md): List Affected Claims for Disrolling Group ID ## Group Division Captives ### Create GroupDivisionCaptive - [POST /group-division-captives](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-captives/creategroupdivisioncaptive.md): Creates a new GroupDivisionCaptive ### List GroupDivisionCaptive - [GET /group-division-captives](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-captives/listgroupdivisioncaptive.md): Lists all GroupDivisionCaptive ### Get GroupDivisionCaptive - [GET /group-division-captives/{groupDivisionCaptive1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-captives/getgroupdivisioncaptive.md): Gets GroupDivisionCaptive ### Update GroupDivisionCaptive - [PUT /group-division-captives/{groupDivisionCaptive1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-captives/updategroupdivisioncaptive.md): Updates a specific GroupDivisionCaptive. ### Delete GroupDivisionCaptive - [DELETE /group-division-captives/{groupDivisionCaptive1}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-captives/deletegroupdivisioncaptive.md): Deletes an GroupDivisionCaptive ### Create or Update Batch GroupDivisionCaptive - [PUT /group-division-captives-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-captives/updatebatchgroupdivisioncaptive.md): Create or Update multiple GroupDivisionCaptive at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Division Cobras ### Create GroupDivisionCobra - [POST /groups/{groupID}/divisions/{divisionID}/cobra-divisions/{cobraDivisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-cobras/creategroupdivisioncobra.md): Creates a new GroupDivisionCobra ### Get GroupDivisionCobra - [GET /groups/{groupID}/divisions/{divisionID}/cobra-divisions/{cobraDivisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-cobras/getgroupdivisioncobra.md): Gets GroupDivisionCobra ### Delete GroupDivisionCobra - [DELETE /groups/{groupID}/divisions/{divisionID}/cobra-divisions/{cobraDivisionID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-cobras/deletegroupdivisioncobra.md): Deletes an GroupDivisionCobra ### List GroupDivisionCobra - [GET /groups/{groupID}/divisions/{divisionID}/cobra-divisions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-cobras/listgroupdivisioncobra.md): Lists all GroupDivisionCobra for the given groupID and divisionID ### Create Batch GroupDivisionCobra - [PUT /groups/{groupID}/divisions/{divisionID}/cobra-divisions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-cobras/updatebatchgroupdivisioncobra.md): Create multiple GroupDivisionCobra at once. If the entity does not exist, it will be created. If the entity already exists, an error will come back for that item. These entities are not editable. Delete and recreate to edit. ## Group Division Deduction Types ### Create GroupDivisionDeductionType - [POST /groups/{groupID}/divisions/{divisionID}/deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-deduction-types/creategroupdivisiondeductiontype.md): Creates a new GroupDivisionDeductionType ### Get GroupDivisionDeductionType - [GET /groups/{groupID}/divisions/{divisionID}/deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-deduction-types/getgroupdivisiondeductiontype.md): Gets GroupDivisionDeductionType ### Delete GroupDivisionDeductionType - [DELETE /groups/{groupID}/divisions/{divisionID}/deduction-types/{deductionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-deduction-types/deletegroupdivisiondeductiontype.md): Deletes an GroupDivisionDeductionType ### List GroupDivisionDeductionType - [GET /groups/{groupID}/divisions/{divisionID}/deduction-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-deduction-types/listgroupdivisiondeductiontype.md): Lists all GroupDivisionDeductionType for the given groupID and divisionID ### Create or Update Batch GroupDivisionDeductionType - [PUT /groups/{groupID}/divisions/{divisionID}/deduction-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-deduction-types/updatebatchgroupdivisiondeductiontype.md): Create or Update multiple GroupDivisionDeductionType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Division ID Codes ### Create GroupDivisionIDCode - [POST /groups/{groupID}/divisions/{divisionID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-id-codes/creategroupdivisionidcode.md): Creates a new GroupDivisionIDCode ### Get GroupDivisionIDCode - [GET /groups/{groupID}/divisions/{divisionID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-id-codes/getgroupdivisionidcode.md): Gets GroupDivisionIDCode ### Update GroupDivisionIDCode - [PUT /groups/{groupID}/divisions/{divisionID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-id-codes/updategroupdivisionidcode.md): Updates a specific GroupDivisionIDCode. ### Delete GroupDivisionIDCode - [DELETE /groups/{groupID}/divisions/{divisionID}/id-codes/{iDCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-id-codes/deletegroupdivisionidcode.md): Deletes an GroupDivisionIDCode ### List GroupDivisionIDCode - [GET /groups/{groupID}/divisions/{divisionID}/id-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-id-codes/listgroupdivisionidcode.md): Lists all GroupDivisionIDCode for the given groupID and divisionID ### Create or Update Batch GroupDivisionIDCode - [PUT /groups/{groupID}/divisions/{divisionID}/id-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-division-id-codes/updatebatchgroupdivisionidcode.md): Create or Update multiple GroupDivisionIDCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group End Coverage Age Types ### End Coverage Age Types - [GET /end-coverage-age-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-end-coverage-age-types/listendcoverageagetypes.md): List of key/value pairs for End Coverage Age Types ## Group Ex-Code Criterias ### Create GroupExCodeCriteria - [POST /group-ex-code-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ex-code-criterias/creategroupexcodecriteria.md): Creates a new GroupExCodeCriteria ### List GroupExCodeCriteria - [GET /group-ex-code-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ex-code-criterias/listgroupexcodecriteria.md): Lists all GroupExCodeCriteria ### Get GroupExCodeCriteria - [GET /group-ex-code-criterias/{groupExCodeCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ex-code-criterias/getgroupexcodecriteria.md): Gets GroupExCodeCriteria ### Update GroupExCodeCriteria - [PUT /group-ex-code-criterias/{groupExCodeCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ex-code-criterias/updategroupexcodecriteria.md): Updates a specific GroupExCodeCriteria. ### Delete GroupExCodeCriteria - [DELETE /group-ex-code-criterias/{groupExCodeCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ex-code-criterias/deletegroupexcodecriteria.md): Deletes an GroupExCodeCriteria ### Create or Update Batch GroupExCodeCriteria - [PUT /group-ex-code-criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ex-code-criterias/updatebatchgroupexcodecriteria.md): Create or Update multiple GroupExCodeCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Flex Auto-Create ### Create GroupFlexCreate - [POST /groups/{groupID}/flex-auto-creates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-auto-create/creategroupflexcreate.md): Creates a new GroupFlexCreate ### List GroupFlexCreate - [GET /groups/{groupID}/flex-auto-creates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-auto-create/listgroupflexcreate.md): Lists all GroupFlexCreate for the given groupID ### Get GroupFlexCreate - [GET /groups/{groupID}/flex-auto-creates/{groupFlexCreateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-auto-create/getgroupflexcreate.md): Gets GroupFlexCreate ### Update GroupFlexCreate - [PUT /groups/{groupID}/flex-auto-creates/{groupFlexCreateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-auto-create/updategroupflexcreate.md): Updates a specific GroupFlexCreate. ### Delete GroupFlexCreate - [DELETE /groups/{groupID}/flex-auto-creates/{groupFlexCreateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-auto-create/deletegroupflexcreate.md): Deletes an GroupFlexCreate ### Create or Update Batch GroupFlexCreate - [PUT /groups/{groupID}/flex-auto-creates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-auto-create/updatebatchgroupflexcreate.md): Create or Update multiple GroupFlexCreate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Flex Schedules ### Create GroupFlexSchedule - [POST /groups/{groupID}/flex-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-schedules/creategroupflexschedule.md): Creates a new GroupFlexSchedule ### List GroupFlexSchedule - [GET /groups/{groupID}/flex-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-schedules/listgroupflexschedule.md): Lists all GroupFlexSchedule for the given groupID ### Get GroupFlexSchedule - [GET /groups/{groupID}/flex-schedules/{groupFlexScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-schedules/getgroupflexschedule.md): Gets GroupFlexSchedule ### Update GroupFlexSchedule - [PUT /groups/{groupID}/flex-schedules/{groupFlexScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-schedules/updategroupflexschedule.md): Updates a specific GroupFlexSchedule. ### Delete GroupFlexSchedule - [DELETE /groups/{groupID}/flex-schedules/{groupFlexScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-schedules/deletegroupflexschedule.md): Deletes an GroupFlexSchedule ### Create or Update Batch GroupFlexSchedule - [PUT /groups/{groupID}/flex-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flex-schedules/updatebatchgroupflexschedule.md): Create or Update multiple GroupFlexSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Flexes ### Create GroupFlex - [POST /groups/{groupID}/flexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/creategroupflex.md): Creates a new GroupFlex ### List GroupFlex - [GET /groups/{groupID}/flexes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/listgroupflex.md): Lists all GroupFlex for the given groupID ### Get GroupFlex - [GET /groups/{groupID}/flexes/{planID}/{calendarYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/getgroupflex.md): Gets GroupFlex ### Update GroupFlex - [PUT /groups/{groupID}/flexes/{planID}/{calendarYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/updategroupflex.md): Updates a specific GroupFlex. ### Delete GroupFlex - [DELETE /groups/{groupID}/flexes/{planID}/{calendarYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/deletegroupflex.md): Deletes an GroupFlex ### Create or Update Batch GroupFlex - [PUT /groups/{groupID}/flexes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-flexes/updatebatchgroupflex.md): Create or Update multiple GroupFlex at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group IRS 1094C ### Create IRS1094C - [POST /groups/{groupID}/1094c](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1094c/createirs1094c.md): Creates a new IRS1094C ### List IRS1094C - [GET /groups/{groupID}/1094c](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1094c/listirs1094c.md): Lists all IRS1094C for the given groupID ### Get IRS1094C - [GET /groups/{groupID}/1094c/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1094c/getirs1094c.md): Gets IRS1094C ### Update IRS1094C - [PUT /groups/{groupID}/1094c/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1094c/updateirs1094c.md): Updates a specific IRS1094C. ### Delete IRS1094C - [DELETE /groups/{groupID}/1094c/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1094c/deleteirs1094c.md): Deletes an IRS1094C ### Create or Update Batch IRS1094C - [PUT /groups/{groupID}/1094c-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1094c/updatebatchirs1094c.md): Create or Update multiple IRS1094C at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group IRS 1095B ### Create IRS1095B - [POST /groups/{groupID}/1995b](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1095b/createirs1095b.md): Creates a new IRS1095B ### List IRS1095B - [GET /groups/{groupID}/1995b](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1095b/listirs1095b.md): Lists all IRS1095B for the given groupID ### Get IRS1095B - [GET /groups/{groupID}/1995b/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1095b/getirs1095b.md): Gets IRS1095B ### Update IRS1095B - [PUT /groups/{groupID}/1995b/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1095b/updateirs1095b.md): Updates a specific IRS1095B. ### Delete IRS1095B - [DELETE /groups/{groupID}/1995b/{taxYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1095b/deleteirs1095b.md): Deletes an IRS1095B ### Create or Update Batch IRS1095B - [PUT /groups/{groupID}/1995b-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-irs-1095b/updatebatchirs1095b.md): Create or Update multiple IRS1095B at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Multiplier Options ### List Multiplier Options - [GET /multiplier-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-multiplier-options/listmultiplieroptions.md): List of key/value pairs for Multiplier Options ## Group Network Add-Ons ### Create GroupNetworkAddOn - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-add-ons/creategroupnetworkaddon.md): Creates a new GroupNetworkAddOn ### List GroupNetworkAddOn - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-add-ons/listgroupnetworkaddon.md): Lists all GroupNetworkAddOn for the given groupID ### Get GroupNetworkAddOn - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons/{groupNetworkAddOnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-add-ons/getgroupnetworkaddon.md): Gets GroupNetworkAddOn ### Update GroupNetworkAddOn - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons/{groupNetworkAddOnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-add-ons/updategroupnetworkaddon.md): Updates a specific GroupNetworkAddOn. ### Delete GroupNetworkAddOn - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons/{groupNetworkAddOnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-add-ons/deletegroupnetworkaddon.md): Deletes an GroupNetworkAddOn ### Create or Update Batch GroupNetworkAddOn - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-add-ons/updatebatchgroupnetworkaddon.md): Create or Update multiple GroupNetworkAddOn at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Network Criteria Columns ### List GroupNetworkCriteriaColumn - [GET /group-criteria-columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criteria-columns/listgroupnetworkcriteriacolumn.md): Lists all GroupNetworkCriteriaColumn for the given groupNetworkCriteriaColumnKey ### Get GroupNetworkCriteriaColumn - [GET /group-criteria-columns/{groupNetworkCriteriaColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criteria-columns/getgroupnetworkcriteriacolumn.md): Gets GroupNetworkCriteriaColumn ## Group Network Criterias ### Create GroupNetworkCriteria - [POST /group-network-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criterias/creategroupnetworkcriteria.md): Creates a new GroupNetworkCriteria ### List GroupNetworkCriteria - [GET /group-network-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criterias/listgroupnetworkcriteria.md): Retrieves a paginated list of GroupNetworkCriteria with optional sorting and filtering by Group_ID and Division_ID. ### Get GroupNetworkCriteria - [GET /group-network-criterias/{groupNetworkCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criterias/getgroupnetworkcriteria.md): Gets GroupNetworkCriteria ### Update GroupNetworkCriteria - [PUT /group-network-criterias/{groupNetworkCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criterias/updategroupnetworkcriteria.md): Updates a specific GroupNetworkCriteria. ### Delete GroupNetworkCriteria - [DELETE /group-network-criterias/{groupNetworkCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criterias/deletegroupnetworkcriteria.md): Deletes an GroupNetworkCriteria ### Create or Update Batch GroupNetworkCriteria - [PUT /group-network-criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-network-criterias/updatebatchgroupnetworkcriteria.md): Create or Update multiple GroupNetworkCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Networks ### Create GroupNetwork - [POST /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-networks/creategroupnetwork.md): Creates a new GroupNetwork ### List GroupNetwork - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-networks/listgroupnetwork.md): Lists all GroupNetwork for the given groupID and divisionID and coverageStart ### Get GroupNetwork - [GET /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-networks/getgroupnetwork.md): Gets GroupNetwork ### Update GroupNetwork - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-networks/updategroupnetwork.md): Updates a specific GroupNetwork. ### Delete GroupNetwork - [DELETE /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-networks/deletegroupnetwork.md): Deletes an GroupNetwork ### Create or Update Batch GroupNetwork - [PUT /groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-networks/updatebatchgroupnetwork.md): Create or Update multiple GroupNetwork at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Participation Incentives ### Create GroupsParticipationIncentive - [POST /group-participation-incentives](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-participation-incentives/creategroupsparticipationincentive.md): Creates a new GroupsParticipationIncentive ### List GroupsParticipationIncentive - [GET /group-participation-incentives](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-participation-incentives/listgroupsparticipationincentive.md): Lists all GroupsParticipationIncentive ### Get GroupsParticipationIncentive - [GET /group-participation-incentives/{groupsParticipationIncentiveKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-participation-incentives/getgroupsparticipationincentive.md): Gets GroupsParticipationIncentive ### Update GroupsParticipationIncentive - [PUT /group-participation-incentives/{groupsParticipationIncentiveKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-participation-incentives/updategroupsparticipationincentive.md): Updates a specific GroupsParticipationIncentive. ### Delete GroupsParticipationIncentive - [DELETE /group-participation-incentives/{groupsParticipationIncentiveKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-participation-incentives/deletegroupsparticipationincentive.md): Deletes an GroupsParticipationIncentive ### Create or Update Batch GroupsParticipationIncentive - [PUT /group-participation-incentives-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-participation-incentives/updatebatchgroupsparticipationincentive.md): Create or Update multiple GroupsParticipationIncentive at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Pay Through Day Options ### Pay Through Day Options - [GET /pay-through-day-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-pay-through-day-options/listpaythroughdayoptions.md): List of key/value pairs for Pay Through Day Options ## Group Payor Account Benefits ### Create GroupPayorAccountBenefit - [POST /groups/{groupID}/payor-account-settings/{settingID}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-benefits/creategrouppayoraccountbenefit.md): Creates a new GroupPayorAccountBenefit ### List GroupPayorAccountBenefit - [GET /groups/{groupID}/payor-account-settings/{settingID}/benefits](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-benefits/listgrouppayoraccountbenefit.md): Lists all GroupPayorAccountBenefit for the given groupID and settingID ### Get GroupPayorAccountBenefit - [GET /groups/{groupID}/payor-account-settings/{settingID}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-benefits/getgrouppayoraccountbenefit.md): Gets GroupPayorAccountBenefit ### Update GroupPayorAccountBenefit - [PUT /groups/{groupID}/payor-account-settings/{settingID}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-benefits/updategrouppayoraccountbenefit.md): Updates a specific GroupPayorAccountBenefit. ### Delete GroupPayorAccountBenefit - [DELETE /groups/{groupID}/payor-account-settings/{settingID}/benefits/{benefitCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-benefits/deletegrouppayoraccountbenefit.md): Deletes an GroupPayorAccountBenefit ### Create or Update Batch GroupPayorAccountBenefit - [PUT /groups/{groupID}/payor-account-settings/{settingID}/benefits-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-benefits/updatebatchgrouppayoraccountbenefit.md): Create or Update multiple GroupPayorAccountBenefit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Payor Account Networks ### Create GroupPayorAccountNetwork - [POST /groups/{groupID}/payor-account-settings/{settingID}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-networks/creategrouppayoraccountnetwork.md): Creates a new GroupPayorAccountNetwork ### List GroupPayorAccountNetwork - [GET /groups/{groupID}/payor-account-settings/{settingID}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-networks/listgrouppayoraccountnetwork.md): Lists all GroupPayorAccountNetwork for the given groupID and settingID ### Get GroupPayorAccountNetwork - [GET /groups/{groupID}/payor-account-settings/{settingID}/networks/{networkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-networks/getgrouppayoraccountnetwork.md): Gets GroupPayorAccountNetwork ### Delete GroupPayorAccountNetwork - [DELETE /groups/{groupID}/payor-account-settings/{settingID}/networks/{networkID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-networks/deletegrouppayoraccountnetwork.md): Deletes an GroupPayorAccountNetwork ### Create or Update Batch GroupPayorAccountNetwork - [PUT /groups/{groupID}/payor-account-settings/{settingID}/networks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-networks/updatebatchgrouppayoraccountnetwork.md): Create or Update multiple GroupPayorAccountNetwork at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Payor Account Pay To ### Create GroupPayorAccountPayTo - [POST /groups/{groupID}/payor-account-settings/{settingID}/pay-tos](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-pay-to/creategrouppayoraccountpayto.md): Creates a new GroupPayorAccountPayTo ### List GroupPayorAccountPayTo - [GET /groups/{groupID}/payor-account-settings/{settingID}/pay-tos](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-pay-to/listgrouppayoraccountpayto.md): Lists all GroupPayorAccountPayTo for the given groupID and settingID ### Get GroupPayorAccountPayTo - [GET /groups/{groupID}/payor-account-settings/{settingID}/pay-tos/{sendCheckTo}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-pay-to/getgrouppayoraccountpayto.md): Gets GroupPayorAccountPayTo ### Delete GroupPayorAccountPayTo - [DELETE /groups/{groupID}/payor-account-settings/{settingID}/pay-tos/{sendCheckTo}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-pay-to/deletegrouppayoraccountpayto.md): Deletes an GroupPayorAccountPayTo ### Create or Update Batch GroupPayorAccountPayTo - [PUT /groups/{groupID}/payor-account-settings/{settingID}/pay-tos-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-pay-to/updatebatchgrouppayoraccountpayto.md): Create or Update multiple GroupPayorAccountPayTo at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Payor Account Plan Types ### Create GroupPayorAccountPlanType - [POST /groups/{groupID}/payor-account-settings/{settingID}/plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-plan-types/creategrouppayoraccountplantype.md): Creates a new GroupPayorAccountPlanType ### List GroupPayorAccountPlanType - [GET /groups/{groupID}/payor-account-settings/{settingID}/plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-plan-types/listgrouppayoraccountplantype.md): Lists all GroupPayorAccountPlanType for the given groupID and settingID ### Get GroupPayorAccountPlanType - [GET /groups/{groupID}/payor-account-settings/{settingID}/plan-types/{planType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-plan-types/getgrouppayoraccountplantype.md): Gets GroupPayorAccountPlanType ### Delete GroupPayorAccountPlanType - [DELETE /groups/{groupID}/payor-account-settings/{settingID}/plan-types/{planType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-plan-types/deletegrouppayoraccountplantype.md): Deletes an GroupPayorAccountPlanType ### Create or Update Batch GroupPayorAccountPlanType - [PUT /groups/{groupID}/payor-account-settings/{settingID}/plan-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-plan-types/updatebatchgrouppayoraccountplantype.md): Create or Update multiple GroupPayorAccountPlanType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Payor Account Provider Federal IDs ### Create GroupPayorAccountProviderFederal - [POST /groups/{groupID}/payor-account-settings/{settingID}/federal-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-provider-federal-ids/creategrouppayoraccountproviderfederal.md): Creates a new GroupPayorAccountProviderFederal ### List GroupPayorAccountProviderFederal - [GET /groups/{groupID}/payor-account-settings/{settingID}/federal-ids](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-provider-federal-ids/listgrouppayoraccountproviderfederal.md): Lists all GroupPayorAccountProviderFederal for the given groupID and settingID ### Get GroupPayorAccountProviderFederal - [GET /groups/{groupID}/payor-account-settings/{settingID}/federal-ids/{federalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-provider-federal-ids/getgrouppayoraccountproviderfederal.md): Gets GroupPayorAccountProviderFederal ### Delete GroupPayorAccountProviderFederal - [DELETE /groups/{groupID}/payor-account-settings/{settingID}/federal-ids/{federalID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-provider-federal-ids/deletegrouppayoraccountproviderfederal.md): Deletes an GroupPayorAccountProviderFederal ### Create or Update Batch GroupPayorAccountProviderFederal - [PUT /groups/{groupID}/payor-account-settings/{settingID}/federal-ids-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-provider-federal-ids/updatebatchgrouppayoraccountproviderfederal.md): Create or Update multiple GroupPayorAccountProviderFederal at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Payor Account Senders ### Create GroupPayorAccountSender - [POST /groups/{groupID}/payor-account-settings/{settingID}/senders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-senders/creategrouppayoraccountsender.md): Creates a new GroupPayorAccountSender ### List GroupPayorAccountSender - [GET /groups/{groupID}/payor-account-settings/{settingID}/senders](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-senders/listgrouppayoraccountsender.md): Lists all GroupPayorAccountSender for the given groupID and settingID ### Get GroupPayorAccountSender - [GET /groups/{groupID}/payor-account-settings/{settingID}/senders/{senderID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-senders/getgrouppayoraccountsender.md): Gets GroupPayorAccountSender ### Delete GroupPayorAccountSender - [DELETE /groups/{groupID}/payor-account-settings/{settingID}/senders/{senderID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-senders/deletegrouppayoraccountsender.md): Deletes an GroupPayorAccountSender ### Create or Update Batch GroupPayorAccountSender - [PUT /groups/{groupID}/payor-account-settings/{settingID}/senders-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-senders/updatebatchgrouppayoraccountsender.md): Create or Update multiple GroupPayorAccountSender at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Payor Account Settings ### Create GroupPayorAccount - [POST /groups/{groupID}/payor-account-settings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-settings/creategrouppayoraccount.md): Creates a new GroupPayorAccount ### List GroupPayorAccount - [GET /groups/{groupID}/payor-account-settings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-settings/listgrouppayoraccount.md): Lists all GroupPayorAccount for the given groupID ### Get GroupPayorAccount - [GET /groups/{groupID}/payor-account-settings/{settingID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-settings/getgrouppayoraccount.md): Gets GroupPayorAccount ### Update GroupPayorAccount - [PUT /groups/{groupID}/payor-account-settings/{settingID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-settings/updategrouppayoraccount.md): Updates a specific GroupPayorAccount. ### Delete GroupPayorAccount - [DELETE /groups/{groupID}/payor-account-settings/{settingID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-settings/deletegrouppayoraccount.md): Deletes an GroupPayorAccount ### Create or Update Batch GroupPayorAccount - [PUT /groups/{groupID}/payor-account-settings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-payor-account-settings/updatebatchgrouppayoraccount.md): Create or Update multiple GroupPayorAccount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Plan Prior Accum Auto Generators ### Create GroupPlanYearAutoPriorAccum - [POST /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}/prior-accum-auto-generators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-prior-accum-auto-generators/creategroupplanyearautoprioraccum.md): Creates a new GroupPlanYearAutoPriorAccum ### List GroupPlanYearAutoPriorAccum - [GET /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}/prior-accum-auto-generators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-prior-accum-auto-generators/listgroupplanyearautoprioraccum.md): Lists all GroupPlanYearAutoPriorAccum for the given groupID and divisionID and planYear ### Get GroupPlanYearAutoPriorAccum - [GET /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}/prior-accum-auto-generators/{groupPlanYearAutoPriorAccumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-prior-accum-auto-generators/getgroupplanyearautoprioraccum.md): Gets GroupPlanYearAutoPriorAccum ### Update GroupPlanYearAutoPriorAccum - [PUT /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}/prior-accum-auto-generators/{groupPlanYearAutoPriorAccumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-prior-accum-auto-generators/updategroupplanyearautoprioraccum.md): Updates a specific GroupPlanYearAutoPriorAccum. ### Delete GroupPlanYearAutoPriorAccum - [DELETE /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}/prior-accum-auto-generators/{groupPlanYearAutoPriorAccumKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-prior-accum-auto-generators/deletegroupplanyearautoprioraccum.md): Deletes an GroupPlanYearAutoPriorAccum ### Create or Update Batch GroupPlanYearAutoPriorAccum - [PUT /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}/prior-accum-auto-generators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-prior-accum-auto-generators/updatebatchgroupplanyearautoprioraccum.md): Create or Update multiple GroupPlanYearAutoPriorAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Plan Years ### Create GroupPlanYear - [POST /groups/{groupID}/divisions/{divisionID}/plan-years](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-years/creategroupplanyear.md): Creates a new GroupPlanYear ### List GroupPlanYear - [GET /groups/{groupID}/divisions/{divisionID}/plan-years](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-years/listgroupplanyear.md): Lists all GroupPlanYear for the given groupID and divisionID ### Get GroupPlanYear - [GET /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-years/getgroupplanyear.md): Gets GroupPlanYear ### Update GroupPlanYear - [PUT /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-years/updategroupplanyear.md): Updates a specific GroupPlanYear. ### Delete GroupPlanYear - [DELETE /groups/{groupID}/divisions/{divisionID}/plan-years/{planYear}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-years/deletegroupplanyear.md): Deletes an GroupPlanYear ### Create or Update Batch GroupPlanYear - [PUT /groups/{groupID}/divisions/{divisionID}/plan-years-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-plan-years/updatebatchgroupplanyear.md): Create or Update multiple GroupPlanYear at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Premium Rate Categories ### Create GroupPremRateCategory - [POST /groups/{groupID}/reports/{reportDefinitionKey}/premium-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-premium-rate-categories/creategrouppremratecategory.md): Creates a new GroupPremRateCategory ### List GroupPremRateCategory - [GET /groups/{groupID}/reports/{reportDefinitionKey}/premium-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-premium-rate-categories/listgrouppremratecategory.md): Lists all GroupPremRateCategory for the given groupID and reportDefinitionKey ### Get GroupPremRateCategory - [GET /groups/{groupID}/reports/{reportDefinitionKey}/premium-categories/{sequence}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-premium-rate-categories/getgrouppremratecategory.md): Gets GroupPremRateCategory ### Delete GroupPremRateCategory - [DELETE /groups/{groupID}/reports/{reportDefinitionKey}/premium-categories/{sequence}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-premium-rate-categories/deletegrouppremratecategory.md): Deletes an GroupPremRateCategory ### Create or Update Batch GroupPremRateCategory - [PUT /groups/{groupID}/reports/{reportDefinitionKey}/premium-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-premium-rate-categories/updatebatchgrouppremratecategory.md): Create or Update multiple GroupPremRateCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Price Adjustments ### Create GroupPriceAdjust - [POST /groups/{groupID}/price-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-price-adjustments/creategrouppriceadjust.md): Creates a new GroupPriceAdjust ### List GroupPriceAdjust - [GET /groups/{groupID}/price-adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-price-adjustments/listgrouppriceadjust.md): Lists all GroupPriceAdjust for the given groupID ### Get GroupPriceAdjust - [GET /groups/{groupID}/price-adjustments/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-price-adjustments/getgrouppriceadjust.md): Gets GroupPriceAdjust ### Update GroupPriceAdjust - [PUT /groups/{groupID}/price-adjustments/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-price-adjustments/updategrouppriceadjust.md): Updates a specific GroupPriceAdjust. ### Delete GroupPriceAdjust - [DELETE /groups/{groupID}/price-adjustments/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-price-adjustments/deletegrouppriceadjust.md): Deletes an GroupPriceAdjust ### Create or Update Batch GroupPriceAdjust - [PUT /groups/{groupID}/price-adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-price-adjustments/updatebatchgrouppriceadjust.md): Create or Update multiple GroupPriceAdjust at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Self Admin Settings ### Create GroupSelfAdmin - [POST /group-self-admins](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-self-admin-settings/creategroupselfadmin.md): Creates a new GroupSelfAdmin ### List GroupSelfAdmin - [GET /group-self-admins](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-self-admin-settings/listgroupselfadmin.md): Lists all GroupSelfAdmin ### Get GroupSelfAdmin - [GET /group-self-admins/{groupSelfAdminKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-self-admin-settings/getgroupselfadmin.md): Gets GroupSelfAdmin ### Update GroupSelfAdmin - [PUT /group-self-admins/{groupSelfAdminKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-self-admin-settings/updategroupselfadmin.md): Updates a specific GroupSelfAdmin. ### Delete GroupSelfAdmin - [DELETE /group-self-admins/{groupSelfAdminKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-self-admin-settings/deletegroupselfadmin.md): Deletes an GroupSelfAdmin ### Create or Update Batch GroupSelfAdmin - [PUT /group-self-admins-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-self-admin-settings/updatebatchgroupselfadmin.md): Create or Update multiple GroupSelfAdmin at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Start Date Rules ### Start Date Rules - [GET /start-date-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-start-date-rules/liststartdaterules.md): List of key/value pairs for Start Date Rules ## Group State Surcharge ### Create GroupStateSurcharge - [POST /groups/{groupId}/state-surcharges](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-state-surcharge/creategroupstatesurcharge.md): Creates a new GroupStateSurcharge ### List GroupStateSurcharge - [GET /groups/{groupId}/state-surcharges](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-state-surcharge/listgroupstatesurcharge.md): Lists all GroupStateSurcharge for the given groupId ### Get GroupStateSurcharge - [GET /groups/{groupId}/state-surcharges/{groupStateSurchargeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-state-surcharge/getgroupstatesurcharge.md): Gets GroupStateSurcharge ### Update GroupStateSurcharge - [PUT /groups/{groupId}/state-surcharges/{groupStateSurchargeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-state-surcharge/updategroupstatesurcharge.md): Updates a specific GroupStateSurcharge. ### Delete GroupStateSurcharge - [DELETE /groups/{groupId}/state-surcharges/{groupStateSurchargeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-state-surcharge/deletegroupstatesurcharge.md): Deletes an GroupStateSurcharge ### Create or Update Batch GroupStateSurcharge - [PUT /groups/{groupId}/state-surcharges-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-state-surcharge/updatebatchgroupstatesurcharge.md): Create or Update multiple GroupStateSurcharge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Student Age Settings ### Create GroupStudentAge - [POST /groups/{groupID}/student-ages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-student-age-settings/creategroupstudentage.md): Creates a new GroupStudentAge ### List GroupStudentAge - [GET /groups/{groupID}/student-ages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-student-age-settings/listgroupstudentage.md): Lists all GroupStudentAge for the given groupID ### Get GroupStudentAge - [GET /groups/{groupID}/student-ages/{groupStudentAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-student-age-settings/getgroupstudentage.md): Gets GroupStudentAge ### Update GroupStudentAge - [PUT /groups/{groupID}/student-ages/{groupStudentAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-student-age-settings/updategroupstudentage.md): Updates a specific GroupStudentAge. ### Delete GroupStudentAge - [DELETE /groups/{groupID}/student-ages/{groupStudentAgeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-student-age-settings/deletegroupstudentage.md): Deletes an GroupStudentAge ### Create or Update Batch GroupStudentAge - [PUT /groups/{groupID}/student-ages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-student-age-settings/updatebatchgroupstudentage.md): Create or Update multiple GroupStudentAge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Subscriber Reimbursements ### Create SubscriberReimbursement - [POST /groups/{groupID}/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/subscriber-reimbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-subscriber-reimbursements/createsubscriberreimbursement.md): Creates a new SubscriberReimbursement ### List SubscriberReimbursement - [GET /groups/{groupID}/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/subscriber-reimbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-subscriber-reimbursements/listsubscriberreimbursement.md): Lists all SubscriberReimbursement for the given groupID and planID and benefitCode and maxID ### Get SubscriberReimbursement - [GET /groups/{groupID}/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/subscriber-reimbursements/{subscriberReimbursementKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-subscriber-reimbursements/getsubscriberreimbursement.md): Gets SubscriberReimbursement ### Update SubscriberReimbursement - [PUT /groups/{groupID}/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/subscriber-reimbursements/{subscriberReimbursementKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-subscriber-reimbursements/updatesubscriberreimbursement.md): Updates a specific SubscriberReimbursement. ### Delete SubscriberReimbursement - [DELETE /groups/{groupID}/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/subscriber-reimbursements/{subscriberReimbursementKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-subscriber-reimbursements/deletesubscriberreimbursement.md): Deletes an SubscriberReimbursement ### Create or Update Batch SubscriberReimbursement - [PUT /groups/{groupID}/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/subscriber-reimbursements-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-subscriber-reimbursements/updatebatchsubscriberreimbursement.md): Create or Update multiple SubscriberReimbursement at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Tax Day Limit Types ### Tax Day Limit Types - [GET /tax-day-limit-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-tax-day-limit-types/listtaxdaylimittypes.md): List of key/value pairs for Tax Day Limit Types ## Group Term Rules ### List Term Rules - [GET /term-rules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-term-rules/listtermrules.md): List of key/value pairs for Term Rules ## Group UC Percent Claim Types ### Create GroupUCPercentClaimType - [POST /uc-percent-claim-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-claim-types/creategroupucpercentclaimtype.md): Creates a new GroupUCPercentClaimType ### List GroupUCPercentClaimType - [GET /uc-percent-claim-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-claim-types/listgroupucpercentclaimtype.md): Lists all GroupUCPercentClaimType ### Get GroupUCPercentClaimType - [GET /uc-percent-claim-types/{uCPercentClaimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-claim-types/getgroupucpercentclaimtype.md): Gets GroupUCPercentClaimType ### Update GroupUCPercentClaimType - [PUT /uc-percent-claim-types/{uCPercentClaimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-claim-types/updategroupucpercentclaimtype.md): Updates a specific GroupUCPercentClaimType. ### Delete GroupUCPercentClaimType - [DELETE /uc-percent-claim-types/{uCPercentClaimType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-claim-types/deletegroupucpercentclaimtype.md): Deletes an GroupUCPercentClaimType ### Create or Update Batch GroupUCPercentClaimType - [PUT /uc-percent-claim-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-claim-types/updatebatchgroupucpercentclaimtype.md): Create or Update multiple GroupUCPercentClaimType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group UC Percent Criterias ### Create GroupUCPercentCriteria - [POST /group-uc-percent-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-criterias/creategroupucpercentcriteria.md): Creates a new GroupUCPercentCriteria ### List GroupUCPercentCriteria - [GET /group-uc-percent-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-criterias/listgroupucpercentcriteria.md): Lists all GroupUCPercentCriteria ### Get GroupUCPercentCriteria - [GET /group-uc-percent-criterias/{GroupUCPercentCriteria_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-criterias/getgroupucpercentcriteria.md): Gets GroupUCPercentCriteria ### Update GroupUCPercentCriteria - [PUT /group-uc-percent-criterias/{GroupUCPercentCriteria_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-criterias/updategroupucpercentcriteria.md): Updates a specific GroupUCPercentCriteria. ### Delete GroupUCPercentCriteria - [DELETE /group-uc-percent-criterias/{GroupUCPercentCriteria_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-criterias/deletegroupucpercentcriteria.md): Deletes an GroupUCPercentCriteria ### Create or Update Batch GroupUCPercentCriteria - [PUT /group-uc-percent-criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-criterias/updatebatchgroupucpercentcriteria.md): Create or Update multiple GroupUCPercentCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group UC Percent Settings ### Create GroupUCPercent - [POST /groups/{groupID}/uc-percent-settings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-settings/creategroupucpercent.md): Creates a new GroupUCPercent ### List GroupUCPercent - [GET /groups/{groupID}/uc-percent-settings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-settings/listgroupucpercent.md): Lists all GroupUCPercent for the given groupID ### Get GroupUCPercent - [GET /groups/{groupID}/uc-percent-settings/{groupUCPercentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-settings/getgroupucpercent.md): Gets GroupUCPercent ### Update GroupUCPercent - [PUT /groups/{groupID}/uc-percent-settings/{groupUCPercentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-settings/updategroupucpercent.md): Updates a specific GroupUCPercent. ### Delete GroupUCPercent - [DELETE /groups/{groupID}/uc-percent-settings/{groupUCPercentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-settings/deletegroupucpercent.md): Deletes an GroupUCPercent ### Create or Update Batch GroupUCPercent - [PUT /groups/{groupID}/uc-percent-settings-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-uc-percent-settings/updatebatchgroupucpercent.md): Create or Update multiple GroupUCPercent at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group VBA Plan Types ### Create GroupVBAPlanTypeSubscriberID - [POST /groups/{groupID}/vba-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-vba-plan-types/creategroupvbaplantypesubscriberid.md): Creates a new GroupVBAPlanTypeSubscriberID ### List GroupVBAPlanTypeSubscriberID - [GET /groups/{groupID}/vba-plan-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-vba-plan-types/listgroupvbaplantypesubscriberid.md): Lists all GroupVBAPlanTypeSubscriberID for the given groupID ### Get GroupVBAPlanTypeSubscriberID - [GET /groups/{groupID}/vba-plan-types/{groupVBAPlanTypeSubscriberIDKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-vba-plan-types/getgroupvbaplantypesubscriberid.md): Gets GroupVBAPlanTypeSubscriberID ### Update GroupVBAPlanTypeSubscriberID - [PUT /groups/{groupID}/vba-plan-types/{groupVBAPlanTypeSubscriberIDKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-vba-plan-types/updategroupvbaplantypesubscriberid.md): Updates a specific GroupVBAPlanTypeSubscriberID. ### Delete GroupVBAPlanTypeSubscriberID - [DELETE /groups/{groupID}/vba-plan-types/{groupVBAPlanTypeSubscriberIDKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-vba-plan-types/deletegroupvbaplantypesubscriberid.md): Deletes an GroupVBAPlanTypeSubscriberID ### Create or Update Batch GroupVBAPlanTypeSubscriberID - [PUT /groups/{groupID}/vba-plan-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-vba-plan-types/updatebatchgroupvbaplantypesubscriberid.md): Create or Update multiple GroupVBAPlanTypeSubscriberID at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Group Volumes ### Create GroupVolume - [POST /groups/{groupID}/volumes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/creategroupvolume.md): Creates a new GroupVolume ### List GroupVolume - [GET /groups/{groupID}/volumes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/listgroupvolume.md): Lists all GroupVolume for the given groupID ### List GroupVolume nested by Division/Plan/Benefit - [GET /groups-volumes-nested](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/listgroupvolumenested.md): Lists all GroupVolume for the given groupID and have it nested by Division, then by Plan, then by Benefit. ### Get GroupVolume - [GET /groups/{groupID}/volumes/{groupVolumeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/getgroupvolume.md): Gets GroupVolume ### Update GroupVolume - [PUT /groups/{groupID}/volumes/{groupVolumeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/updategroupvolume.md): Updates a specific GroupVolume. ### Delete GroupVolume - [DELETE /groups/{groupID}/volumes/{groupVolumeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/deletegroupvolume.md): Deletes an GroupVolume ### Create or Update Batch GroupVolume - [PUT /groups/{groupID}/volumes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-volumes/updatebatchgroupvolume.md): Create or Update multiple GroupVolume at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## ID Card Record Statuses ### List ID Card Record Statuses - [GET /id-card-record-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-card-record-statuses/listidcardrecordstatuses.md): List ID Card Record Statuses ## ID Card Request Statuses ### List ID Card Request Statuses - [GET /id-card-request-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-card-request-statuses/listidcardrequeststatuses.md): List ID Card Request Statuses ## Invoice Levels ### List Invoice Levels - [GET /invoice-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/invoice-levels/listinvoicelevels.md): List of key/value pairs for Invoice Levels ## MessageAttachment ### List MessageAttachment - [GET /vbagateway-message-attachments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/messageattachment/listvbagatewaymessageattachments.md): Lists all MessageAttachment, optionally filtered by Message_Key ## Payment Schedules ### Create PaymentSchedule - [POST /payment-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-schedules/createpaymentschedule.md): Creates a new PaymentSchedule ### List PaymentSchedule - [GET /payment-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-schedules/listpaymentschedule.md): Lists all PaymentSchedule ### Get PaymentSchedule - [GET /payment-schedules/{paymentSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-schedules/getpaymentschedule.md): Gets PaymentSchedule ### Update PaymentSchedule - [PUT /payment-schedules/{paymentSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-schedules/updatepaymentschedule.md): Updates a specific PaymentSchedule. ### Delete PaymentSchedule - [DELETE /payment-schedules/{paymentSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-schedules/deletepaymentschedule.md): Deletes an PaymentSchedule ### Create or Update Batch PaymentSchedule - [PUT /payment-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/payment-schedules/updatebatchpaymentschedule.md): Create or Update multiple PaymentSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reimburse Schedules ### Create ReimburseSchedule - [POST /reimburse-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reimburse-schedules/createreimburseschedule.md): Creates a new ReimburseSchedule ### List ReimburseSchedule - [GET /reimburse-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reimburse-schedules/listreimburseschedule.md): Lists all ReimburseSchedule ### Get ReimburseSchedule - [GET /reimburse-schedules/{reimburseSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reimburse-schedules/getreimburseschedule.md): Gets ReimburseSchedule ### Update ReimburseSchedule - [PUT /reimburse-schedules/{reimburseSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reimburse-schedules/updatereimburseschedule.md): Updates a specific ReimburseSchedule. ### Delete ReimburseSchedule - [DELETE /reimburse-schedules/{reimburseSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reimburse-schedules/deletereimburseschedule.md): Deletes an ReimburseSchedule ### Create or Update Batch ReimburseSchedule - [PUT /reimburse-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reimburse-schedules/updatebatchreimburseschedule.md): Create or Update multiple ReimburseSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Tolerances ### Create Tolerance - [POST /tolerances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tolerances/createtolerance.md): Creates a new Tolerance ### List Tolerance - [GET /tolerances](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tolerances/listtolerance.md): Lists all Tolerance ### Get Tolerance - [GET /tolerances/{Tolerance_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tolerances/gettolerance.md): Gets Tolerance ### Update Tolerance - [PUT /tolerances/{Tolerance_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tolerances/updatetolerance.md): Updates a specific Tolerance. ### Delete Tolerance - [DELETE /tolerances/{Tolerance_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tolerances/deletetolerance.md): Deletes an Tolerance ### Create or Update Batch Tolerance - [PUT /tolerances-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/tolerances/updatebatchtolerance.md): Create or Update multiple Tolerance at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAGateway Messaging ### Get VBAGateway MessageThread - [GET /vbagateway-message-threads/{MessageThread_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-messaging/getvbagatewaymessagethread.md): Gets VBAGateway MessageThread by key ### Update VBAGateway MessageThread - [PUT /vbagateway-message-threads/{MessageThread_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-messaging/updatevbagatewaymessagethread.md): Update VBAGateway MessageThread by key ### Create a Message wihtin a VBAGateway MessageThread - [POST /vbagateway-message-threads/{MessageThread_Key}/messages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-messaging/createvbagatewaymessage.md): Create a Message wihtin a VBAGateway MessageThread. This operation will insert the new message into the VBAGateway database that is paired with this VBASoftwre database. ### Get a specific MessageAttachment - [GET /vbagateway-message-attachments/{MessageAttachment_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-messaging/getvbagatewaymessageattachment.md): Retrieves a specific MessageAttachment by its MessageAttachment_Key from the VBAGateway database. ### Get VBAGateway Request and Transpose to key/value pairs - [GET /vbagateway-requests/{Request_Key}/transpose](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-messaging/vbagatewaytransposerequest.md): Gets VBAGateway Request in real-time and converts the request into key/value pairs. VBAGateway requests may have different keys based on the request type. ## Zelis Redcard ### Get EOB from Zelis Redcard - [POST /zelis-redcard/eob](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/zelis-redcard/zelisredcardgeteob.md): Calls the Zelis Redcard interop service to retrieve an EOB for the given request. ## Note Attachments ### Create NoteAttachment - [POST /note-attachments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-attachments/createnoteattachment.md): Creates a new NoteAttachment ### List NoteAttachment - [GET /note-data/{noteKey}/note-attachments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-attachments/listnoteattachment.md): Lists all NoteAttachment for the given noteKey ### Get NoteAttachment - [GET /note-attachments/{attachmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-attachments/getnoteattachment.md): Gets NoteAttachment ### Update NoteAttachment - [PUT /note-attachments/{attachmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-attachments/updatenoteattachment.md): Updates a specific NoteAttachment. ### Delete NoteAttachment - [DELETE /note-attachments/{attachmentKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-attachments/deletenoteattachment.md): Deletes an NoteAttachment ### Create or Update Batch NoteAttachment - [PUT /note-attachments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-attachments/updatebatchnoteattachment.md): Create or Update multiple NoteAttachment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Note Categories ### Create NoteCategory - [POST /note-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/createnotecategory.md): Creates a new NoteCategory ### List NoteCategory - [GET /note-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/listnotecategory.md): Lists all NoteCategory ### Get NoteCategory - [GET /note-categories/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/getnotecategory.md): Gets NoteCategory ### Update NoteCategory - [PUT /note-categories/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/updatenotecategory.md): Updates a specific NoteCategory. ### Delete NoteCategory - [DELETE /note-categories/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/deletenotecategory.md): Deletes an NoteCategory ### Create or Update Batch NoteCategory - [PUT /note-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/updatebatchnotecategory.md): Create or Update multiple NoteCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Note Category Types ### Create NoteCategoryType - [POST /note-categories/{noteCategory}/note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/createnotecategorytype.md): Creates a new NoteCategoryType ### Get NoteCategoryType - [GET /note-categories/{noteCategory}/note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/getnotecategorytype.md): Gets NoteCategoryType ### Delete NoteCategoryType - [DELETE /note-categories/{noteCategory}/note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/deletenotecategorytype.md): Deletes an NoteCategoryType ### List NoteCategoryType - [GET /note-categories/{noteCategory}/note-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/listnotecategorytype.md): Lists all NoteCategoryType noteCategory ### Create multiple NoteCategoryType - [PUT /note-categories/{noteCategory}/note-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/updatebatchnotecategorytype.md): Create multiple NoteCategoryType at once. If the entity exists, an error message will be returned. If the entity does not exist, it will be created. ## Note Data ### Create NoteData - [POST /note-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/createnotedata.md): Creates a new NoteData ### List NoteData by Source - [GET /note-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/listnotesbysource.md): List of Notes based on a specific source Expectations of Category compared to what is in the source values AUTH @SourceColumn1 = auth_number CALL @SourceColumn1 = call_key CASE @SourceColumn1 = case_key CLAIM @SourceColumn1 = batch_number @SourceColumn2 = batch_claim CLMBTCH NO REFS @SourceColumn1 = batch_number COMMAGEN NO REFS @SourceColumn1 = commissionagency_key COMMREP NO REFS @SourceColumn1 = commissionrep_key CORTRACK NO REFS @SourceColumn1 = reporttrack_key FEESCHED NO REFS @SourceColumn1 = fee_sched GRIEV @SourceColumn1 = grievance_key GROUP @SourceColumn1 = group_id GROUPDIV @SourceColumn1 = group_id @SourceColumn2 = division_id GRPCLASS @SourceColumn1 = group_id GWREQ NO REFS @SourceColumn1 = request_key INTRFACE NO REFS @SourceColumn1 = vbainterface_key INVHDR NO REFS @SourceColumn1 = invoice_key MEMBER @SourceColumn1 = subscriber_id @SourceColumn2 = member_seq NETWORK NO REFS @SourceColumn1 = network_id NOTE NO REFS @SourceColumn1 = note_key PAYEE NO REFS @SourceColumn1 = payee_id PAYOR NO REFS @SourceColumn1 = payor_id PBENMAX @SourceColumn1 = plan_id @SourceColumn2 = benefit_code @SourceColumn3 = max_id PLAN NO REFS @SourceColumn1 = plan_id PLANLVL NO REFS @SourceColumn1 = planbenefitlevel_key PROV NO REFS @SourceColumn1 = provider_id PROVCRED @SourceColumn1 = providercred_key REINS @SourceColumn1 = reinscontract_key REINSTRN @SourceColumn1 = reinscontracttrans_key SUB @SourceColumn1 = subscriber_id ### Check NoteData by Source - [GET /note-data-check](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/checknotesbysource.md): Check the NoteData by Source without pulling the full list. This reutrns a true/false on whether there are notes for the identified source. ### Get NoteData - [GET /note-data/{noteKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/getnotedata.md): Gets NoteData ### Update NoteData - [PUT /note-data/{noteKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/updatenotedata.md): Updates a specific NoteData. ### Delete NoteData - [DELETE /note-data/{noteKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/deletenotedata.md): Deletes an NoteData ### Create or Update Batch NoteData - [PUT /note-data-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/updatebatchnotedata.md): Create or Update multiple NoteData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get Note Attachment Location - [GET /note-attachment-location/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-data/getnoteattachmentlocation.md): Gets Note Attachment Location ## Note Priorities ### Create NotePriority - [POST /note-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/createnotepriority.md): Creates a new NotePriority ### List NotePriority - [GET /note-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/listnotepriority.md): Lists all NotePriority ### Get NotePriority - [GET /note-priorities/{notePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/getnotepriority.md): Gets NotePriority ### Update NotePriority - [PUT /note-priorities/{notePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/updatenotepriority.md): Updates a specific NotePriority. ### Delete NotePriority - [DELETE /note-priorities/{notePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/deletenotepriority.md): Deletes an NotePriority ### Create or Update Batch NotePriority - [PUT /note-priorities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/updatebatchnotepriority.md): Create or Update multiple NotePriority at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Note References ### Create NoteReference - [POST /note-references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-references/createnotereference.md): Creates a new NoteReference ### List NoteReference - [GET /note-data/{noteKey}/note-references](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-references/listnotereference.md): Lists all NoteReference for the given noteKey ### Get NoteReference - [GET /note-references/{referenceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-references/getnotereference.md): Gets NoteReference ### Update NoteReference - [PUT /note-references/{referenceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-references/updatenotereference.md): Updates a specific NoteReference. ### Delete NoteReference - [DELETE /note-references/{referenceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-references/deletenotereference.md): Deletes an NoteReference ### Create or Update Batch NoteReference - [PUT /note-references-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-references/updatebatchnotereference.md): Create or Update multiple NoteReference at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Note Sources ### Create NoteSource - [POST /note-sources](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/createnotesource.md): Creates a new NoteSource ### List NoteSource - [GET /note-data/{noteKey}/note-sources](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/listnotesource.md): Lists all NoteSource for the given noteKey ### Get NoteSource - [GET /note-sources/{sourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/getnotesource.md): Gets NoteSource ### Update NoteSource - [PUT /note-sources/{sourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/updatenotesource.md): Updates a specific NoteSource. ### Delete NoteSource - [DELETE /note-sources/{sourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/deletenotesource.md): Deletes an NoteSource ### Create or Update Batch NoteSource - [PUT /note-sources-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/updatebatchnotesource.md): Create or Update multiple NoteSource at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Note Types ### Create NoteType - [POST /note-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/createnotetype.md): Creates a new NoteType ### List NoteType - [GET /note-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/listnotetype.md): Lists all NoteType ### Get NoteType - [GET /note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/getnotetype.md): Gets NoteType ### Update NoteType - [PUT /note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/updatenotetype.md): Updates a specific NoteType. ### Delete NoteType - [DELETE /note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/deletenotetype.md): Deletes an NoteType ### Create or Update Batch NoteType - [PUT /note-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/updatebatchnotetype.md): Create or Update multiple NoteType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Process Automation ### Send Report Email - [POST /process-automation/report/email](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-automation/sendreportemail.md): Sends an email with attached report ### Send Report Fax - [POST /process-automation/report/fax](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-automation/sendreportfax.md): Sends a report via fax ### Send or schedule SMS - [POST /process-automation/sms](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/process-automation/sendsms.md): Sends or schedules an SMS ## Provider CLIA Certificates ### Create CLIACertificateProvider - [POST /providers/{providerID}/clia-certificates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-clia-certificates/createcliacertificateprovider.md): Creates a new CLIACertificateProvider ### List CLIACertificateProvider - [GET /providers/{providerID}/clia-certificates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-clia-certificates/listcliacertificateprovider.md): Lists all CLIACertificateProvider for the given providerID ### Get CLIACertificateProvider - [GET /providers/{providerID}/clia-certificates/{certificateID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-clia-certificates/getcliacertificateprovider.md): Gets CLIACertificateProvider ### Update CLIACertificateProvider - [PUT /providers/{providerID}/clia-certificates/{certificateID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-clia-certificates/updatecliacertificateprovider.md): Updates a specific CLIACertificateProvider. ### Delete CLIACertificateProvider - [DELETE /providers/{providerID}/clia-certificates/{certificateID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-clia-certificates/deletecliacertificateprovider.md): Deletes an CLIACertificateProvider ### Create or Update Batch CLIACertificateProvider - [PUT /providers/{providerID}/clia-certificates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-clia-certificates/updatebatchcliacertificateprovider.md): Create or Update multiple CLIACertificateProvider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## APC Schedules ### Create APCSchedule - [POST /apc-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-schedules/createapcschedule.md): Creates a new APCSchedule ### List APCSchedule - [GET /apc-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-schedules/listapcschedule.md): Lists all APCSchedule ### Get APCSchedule - [GET /apc-schedules/{aPCSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-schedules/getapcschedule.md): Gets APCSchedule ### Update APCSchedule - [PUT /apc-schedules/{aPCSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-schedules/updateapcschedule.md): Updates a specific APCSchedule. ### Delete APCSchedule - [DELETE /apc-schedules/{aPCSchedule}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-schedules/deleteapcschedule.md): Deletes an APCSchedule ### Create or Update Batch APCSchedule - [PUT /apc-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-schedules/updatebatchapcschedule.md): Create or Update multiple APCSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider ### Create Provider - [POST /providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider/createprovider.md): Creates a new Provider ### List Provider - [GET /providers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider/listprovider.md): Lists all Provider ### Get Provider - [GET /providers/{providerID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider/getprovider.md): Gets Provider ### Update Provider - [PUT /providers/{providerID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider/updateprovider.md): Updates a specific Provider. ### Delete Provider - [DELETE /providers/{providerID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider/deleteprovider.md): Deletes an Provider ### Create or Update Batch Provider - [PUT /providers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider/updatebatchprovider.md): Create or Update multiple Provider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Account ### Create Provider Account - [POST /providers/{providerID}/accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-account/createprovideraccount.md): Creates a new Provider Account ### List Provider Accounts - [GET /providers/{providerID}/accounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-account/listprovideraccount.md): List Provider Accounts for a specific Provider ID. ### Get Provider Account - [GET /providers/{providerID}/accounts/{providerAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-account/getprovideraccount.md): Gets Provider Account ### Update Provider Account - [PUT /providers/{providerID}/accounts/{providerAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-account/updateprovideraccount.md): Updates a specific Provider Account. ### Delete Provider Account - [DELETE /providers/{providerID}/accounts/{providerAccountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-account/deleteprovideraccount.md): Deletes a Provider Account ### Create or Update Batch Provider Account - [PUT /providers/{providerID}/accounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-account/updatebatchprovideraccount.md): Create or Update multiple Provider Accounts at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Affiliation ### Create ProviderAffiliation - [POST /providers/{providerID}/affiliations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/createprovideraffiliation.md): Creates a new ProviderAffiliation ### List ProviderAffiliation - [GET /providers/{providerID}/affiliations](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/listprovideraffiliation.md): Gets all ProviderAffiliations for a specific Provider ### Get ProviderAffiliation - [GET /providers/{providerID}/affiliations/{affiliationProviderID}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/getprovideraffiliation.md): Gets ProviderAffiliation ### Update ProviderAffiliation - [PUT /providers/{providerID}/affiliations/{affiliationProviderID}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/updateprovideraffiliation.md): Updates a specific ProviderAffiliation. ### Delete ProviderAffiliation - [DELETE /providers/{providerID}/affiliations/{affiliationProviderID}/effective-dates/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/deleteprovideraffiliation.md): Deletes an ProviderAffiliation ### Create or Update Batch ProviderAffiliation - [PUT /providers/{providerID}/affiliations-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-affiliation/updatebatchprovideraffiliation.md): Create or Update multiple ProviderAffiliation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Alternate ### Create ProviderAlternate - [POST /providers/{providerID}/alternates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-alternate/createprovideralternate.md): Creates a new ProviderAlternate ### List ProviderAlternate - [GET /providers/{providerID}/alternates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-alternate/listprovideralternates.md): Lists all ProviderAlternate given a specific providerID ### Get ProviderAlternate - [GET /providers/{providerID}/alternates/{alternateProviderID}/effectiveDate/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-alternate/getprovideralternate.md): Gets ProviderAlternate ### Update ProviderAlternate - [PUT /providers/{providerID}/alternates/{alternateProviderID}/effectiveDate/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-alternate/updateprovideralternate.md): Updates a specific ProviderAlternate. ### Delete ProviderAlternate - [DELETE /providers/{providerID}/alternates/{alternateProviderID}/effectiveDate/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-alternate/deleteprovideralternate.md): Deletes an ProviderAlternate ### Create or Update Batch ProviderAlternate - [PUT /providers/{providerID}/alternates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-alternate/updatebatchprovideralternate.md): Create or Update multiple ProviderAlternate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider APC ### Create ProviderAPC - [POST /providers/{providerID}/apcs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-apc/createproviderapc.md): Creates a new ProviderAPC ### List ProviderAPCs - [GET /providers/{providerID}/apcs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-apc/listproviderapc.md): List APCs for a given Provider ### Get ProviderAPC - [GET /providers/{providerID}/apcs/{providerAPCKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-apc/getproviderapc.md): Gets ProviderAPC ### Update ProviderAPC - [PUT /providers/{providerID}/apcs/{providerAPCKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-apc/updateproviderapc.md): Updates a specific ProviderAPC. ### Delete ProviderAPC - [DELETE /providers/{providerID}/apcs/{providerAPCKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-apc/deleteproviderapc.md): Deletes an ProviderAPC ### Create or Update Batch ProviderAPC - [PUT /providers/{providerID}/apcs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-apc/updatebatchproviderapc.md): Create or Update multiple ProviderAPC at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Auth Exempt Procedures ### Create ProviderAuthExemptProcedure - [POST /providers/{providerID}/auth-exempt-procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-auth-exempt-procedures/createproviderauthexemptprocedure.md): Creates a new ProviderAuthExemptProcedure ### List ProviderAuthExemptProcedure - [GET /providers/{providerID}/auth-exempt-procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-auth-exempt-procedures/listproviderauthexemptprocedure.md): Lists all ProviderAuthExemptProcedure for the given providerID ### Get ProviderAuthExemptProcedure - [GET /providers/{providerID}/auth-exempt-procedures/{providerAuthExemptProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-auth-exempt-procedures/getproviderauthexemptprocedure.md): Gets ProviderAuthExemptProcedure ### Update ProviderAuthExemptProcedure - [PUT /providers/{providerID}/auth-exempt-procedures/{providerAuthExemptProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-auth-exempt-procedures/updateproviderauthexemptprocedure.md): Updates a specific ProviderAuthExemptProcedure. ### Delete ProviderAuthExemptProcedure - [DELETE /providers/{providerID}/auth-exempt-procedures/{providerAuthExemptProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-auth-exempt-procedures/deleteproviderauthexemptprocedure.md): Deletes an ProviderAuthExemptProcedure ### Create or Update Batch ProviderAuthExemptProcedure - [PUT /providers/{providerID}/auth-exempt-procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-auth-exempt-procedures/updatebatchproviderauthexemptprocedure.md): Create or Update multiple ProviderAuthExemptProcedure at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Benefit Admin Fees ### Create Provider Benefit Admin Fee - [POST /provider/{providerId}/benefit-admin-fees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-benefit-admin-fees/createproviderbenefitadmin.md): Creates a new ProviderBenefitAdmin Fee ### List Provider Benefit Admin Fees - [GET /provider/{providerId}/benefit-admin-fees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-benefit-admin-fees/listproviderbenefitadminfees.md): List All Benefit Admin Fees for a given Provider ### Get ProviderBenefitAdmin - [GET /provider/{providerId}/benefit-admin-fees/{benefitCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-benefit-admin-fees/getproviderbenefitadmin.md): Gets ProviderBenefitAdmin ### Update ProviderBenefitAdmin - [PUT /provider/{providerId}/benefit-admin-fees/{benefitCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-benefit-admin-fees/updateproviderbenefitadmin.md): Updates a specific ProviderBenefitAdmin. ### Delete ProviderBenefitAdmin - [DELETE /provider/{providerId}/benefit-admin-fees/{benefitCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-benefit-admin-fees/deleteproviderbenefitadmin.md): Deletes an ProviderBenefitAdmin ### Update Batch ProviderBenefitAdmin - [PUT /provider/{providerId}/benefit-admin-fees-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-benefit-admin-fees/updatebatchproviderbenefitadmin.md): Updates a multiple ProviderBenefitAdmin. ## Provider DRG ### Create ProviderDRG - [POST /providers/{providerID}/drgs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-drg/createproviderdrg.md): Creates a new ProviderDRG ### List ProviderDRGs - [GET /providers/{providerID}/drgs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-drg/listproviderdrg.md): List all ProviderDRG for a specific Provider ### Get ProviderDRG - [GET /providers/{providerID}/drgs/{providerDRGKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-drg/getproviderdrg.md): Gets ProviderDRG ### Update ProviderDRG - [PUT /providers/{providerID}/drgs/{providerDRGKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-drg/updateproviderdrg.md): Updates a specific ProviderDRG. ### Delete ProviderDRG - [DELETE /providers/{providerID}/drgs/{providerDRGKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-drg/deleteproviderdrg.md): Deletes an ProviderDRG ### Create or Update Batch ProviderDRG - [PUT /providers/{providerID}/drgs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-drg/updatebatchproviderdrg.md): Create or Update multiple ProviderDRG at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Languages ### Create ProviderLanguages - [POST /providers/{providerID}/languages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-languages/createproviderlanguages.md): Creates a new ProviderLanguages ### List ProviderLanguages - [GET /providers/{providerID}/languages](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-languages/listproviderlanguages.md): Lists all ProviderLanguages for the given providerID ### Get ProviderLanguages - [GET /providers/{providerID}/languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-languages/getproviderlanguages.md): Gets ProviderLanguages ### Update ProviderLanguages - [PUT /providers/{providerID}/languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-languages/updateproviderlanguages.md): Updates a specific ProviderLanguages. ### Delete ProviderLanguages - [DELETE /providers/{providerID}/languages/{languageID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-languages/deleteproviderlanguages.md): Deletes an ProviderLanguages ### Create or Update Batch ProviderLanguages - [PUT /providers/{providerID}/languages-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-languages/updatebatchproviderlanguages.md): Create or Update multiple ProviderLanguages at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Network ### Create ProviderNetwork - [POST /providers/{providerId}/networks/{networkId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network/createprovidernetwork.md): Creates a new ProviderNetwork by assigning an existing Network to a Provider for a given Effective Date. ### Get ProviderNetwork - [GET /providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network/getprovidernetwork.md): Gets ProviderNetwork ### Update ProviderNetwork - [PUT /providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network/updateprovidernetwork.md): Updates a specific ProviderNetwork. Note: The Provider ID, Network ID and Effective Date cannot be changed. ### Delete ProviderNetwork - [DELETE /providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network/deleteprovidernetwork.md): Deletes an ProviderNetwork ### List ProviderNetworks by Provider - [GET /providers/{providerId}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network/listprovidernetworksforprovider.md): Gets a List of ProviderNetworks for a given Provider ID ### Update Batch ProviderNetwork - [PUT /providers/{providerId}/networks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network/updatebatchprovidernetwork.md): Updates a multiple ProviderNetwork. ## Provider Network Modifier ### Create ProviderNetworkModifier - [POST /providers/{providerID}/networks/{networkID}/modifiers/{modifier}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/createprovidernetworkmodifier.md): Creates a new ProviderNetworkModifier ### List ProviderNetworkModifier - [GET /providers/{providerID}/networks/{networkID}/modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/listprovidernetworkmodifier.md): Lists all ProviderNetworkModifier for the given Provider ID, and Network ID ### List ProviderNetworkModifier for a given provider id - [GET /providers/{providerID}/network-modifiers](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/listprovidernetworkmodifiersforprovider.md): Lists all ProviderNetworkModifier for the given Provider ID. This will include all assigned Networks. ### Get ProviderNetworkModifier - [GET /providers/{providerID}/networks/{networkID}/modifiers/{modifier}/effective-date/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/getprovidernetworkmodifier.md): Gets ProviderNetworkModifier ### Update ProviderNetworkModifier - [PUT /providers/{providerID}/networks/{networkID}/modifiers/{modifier}/effective-date/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/updateprovidernetworkmodifier.md): Updates a specific ProviderNetworkModifier. ### Delete ProviderNetworkModifier - [DELETE /providers/{providerID}/networks/{networkID}/modifiers/{modifier}/effective-date/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/deleteprovidernetworkmodifier.md): Deletes an ProviderNetworkModifier ### Create or Update Batch ProviderNetworkModifier - [PUT /providers/{providerID}/networks/{networkID}/modifiers-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-network-modifier/updatebatchprovidernetworkmodifier.md): Create or Update multiple ProviderNetworkModifier at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Payees ### Create ProviderPayee - [POST /providers/{providerID}/payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-payees/createproviderpayee.md): Creates a new ProviderPayee ### List ProviderPayee - [GET /providers/{providerID}/payees](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-payees/listproviderpayee.md): Lists all ProviderPayee for the given providerID ### Get ProviderPayee - [GET /providers/{providerID}/payees/{payeeID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-payees/getproviderpayee.md): Gets ProviderPayee ### Update ProviderPayee - [PUT /providers/{providerID}/payees/{payeeID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-payees/updateproviderpayee.md): Updates a specific ProviderPayee. ### Delete ProviderPayee - [DELETE /providers/{providerID}/payees/{payeeID}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-payees/deleteproviderpayee.md): Deletes an ProviderPayee ### Create or Update Batch ProviderPayee - [PUT /providers/{providerID}/payees-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-payees/updatebatchproviderpayee.md): Create or Update multiple ProviderPayee at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Per Diem ### Create ProviderPerDiem - [POST /providers/{providerID}/per-diems](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem/createproviderperdiem.md): Creates a new ProviderPerDiem ### List ProviderPerDiem - [GET /providers/{providerID}/per-diems](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem/listproviderperdiem.md): List ProviderPerDiem for a specific Provider ### Get ProviderPerDiem - [GET /providers/{providerID}/per-diems/{providerPerDiemKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem/getproviderperdiem.md): Gets ProviderPerDiem ### Update ProviderPerDiem - [PUT /providers/{providerID}/per-diems/{providerPerDiemKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem/updateproviderperdiem.md): Updates a specific ProviderPerDiem. ### Delete ProviderPerDiem - [DELETE /providers/{providerID}/per-diems/{providerPerDiemKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem/deleteproviderperdiem.md): Deletes an ProviderPerDiem ### Create or Update Batch ProviderPerDiem - [PUT /providers/{providerID}/per-diems-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem/updatebatchproviderperdiem.md): Create or Update multiple ProviderPerDiem at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Per Diem Procedure ### Create ProviderPerDiemProcedure - [POST /providers/{providerID}/per-diems/{providerPerDiemKey}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem-procedure/createproviderperdiemprocedure.md): Creates a new ProviderPerDiemProcedure ### List ProviderPerDiemProcedure - [GET /providers/{providerID}/per-diems/{providerPerDiemKey}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem-procedure/listproviderperdiemprocedure.md): Lists all ProviderPerDiemProcedure for the given providerPerDiemKey ### Get ProviderPerDiemProcedure - [GET /providers/{providerID}/per-diems/{providerPerDiemKey}/procedures/{fromProcedure}-{thruProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem-procedure/getproviderperdiemprocedure.md): Gets ProviderPerDiemProcedure ### Delete ProviderPerDiemProcedure - [DELETE /providers/{providerID}/per-diems/{providerPerDiemKey}/procedures/{fromProcedure}-{thruProcedure}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem-procedure/deleteproviderperdiemprocedure.md): Deletes an ProviderPerDiemProcedure ### Create or Update Batch ProviderPerDiemProcedure - [PUT /providers/{providerID}/per-diems/{providerPerDiemKey}/procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-per-diem-procedure/updatebatchproviderperdiemprocedure.md): Create or Update multiple ProviderPerDiemProcedure at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Practice Types ### Create PracticeType - [POST /practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/createpracticetype.md): Creates a new PracticeType ### List PracticeType - [GET /practice-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/listpracticetype.md): Lists all PracticeType ### Get PracticeType - [GET /practice-types/{practiceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/getpracticetype.md): Gets PracticeType ### Update PracticeType - [PUT /practice-types/{practiceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/updatepracticetype.md): Updates a specific PracticeType. ### Delete PracticeType - [DELETE /practice-types/{practiceType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/deletepracticetype.md): Deletes an PracticeType ### Create or Update Batch PracticeType - [PUT /practice-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-practice-types/updatebatchpracticetype.md): Create or Update multiple PracticeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Profile ### Create ProviderProfile - [POST /provider-profiles/{profileProviderId}/provider-addresses/{addressProviderId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-profile/createproviderprofile.md): Creates a new ProviderProfile ### Delete ProviderProfile - [DELETE /provider-profiles/{profileProviderId}/provider-addresses/{addressProviderId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-profile/deleteproviderprofile.md): Deletes an ProviderProfile ### Get ProviderProfile - [GET /provider-profiles/{profileProviderId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-profile/getproviderprofile.md): Gets ProviderProfile ## Provider Rate Adjustments ### Create ProviderRateAdjust - [POST /providers/{providerId}/rates/{providerRateKey}/adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-adjustments/createproviderrateadjust.md): Creates a new ProviderRateAdjust ### List Provider Rate Adjustments - [GET /providers/{providerId}/rates/{providerRateKey}/adjustments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-adjustments/listproviderrateadjustments.md): List Adjustments for a specific Provider Rate ### Get ProviderRateAdjust - [GET /providers/{providerId}/rates/{providerRateKey}/adjustments/{providerRateAdjustKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-adjustments/getproviderrateadjust.md): Gets ProviderRateAdjust ### Update ProviderRateAdjust - [PUT /providers/{providerId}/rates/{providerRateKey}/adjustments/{providerRateAdjustKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-adjustments/updateproviderrateadjust.md): Updates a specific ProviderRateAdjust. ### Delete ProviderRateAdjust - [DELETE /providers/{providerId}/rates/{providerRateKey}/adjustments/{providerRateAdjustKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-adjustments/deleteproviderrateadjust.md): Deletes an ProviderRateAdjust ### Update Batch ProviderRateAdjust - [PUT /providers/{providerId}/rates/{providerRateKey}/adjustments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-adjustments/updatebatchproviderrateadjust.md): Create or Update multiple ProviderRateAdjust. ## Provider Rate Column ### Get Provider Rate Column - [GET /provider-rate-columns/{providerRateColumnKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-column/getproviderratecolumn.md): Gets Provider Rate Column ### List Provider Rate Columns - [GET /provider-rate-columns](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-column/listproviderratecolumns.md): List all Provider Rate Columns ## Provider Rate Criteria ### Create Provider Rate Criteria - [POST /providers/{providerId}/rates/{providerRateKey}/criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-criteria/createproviderratecriteria.md): Creates a new Provider Rate Criteria ### List ProviderRateCriteria - [GET /providers/{providerId}/rates/{providerRateKey}/criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-criteria/listproviderratecriteria.md): Lists all ProviderRateCriteria given a ProviderID and ProviderRateKey ### Get ProviderRateCriteria - [GET /providers/{providerId}/rates/{providerRateKey}/criterias/{providerRateCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-criteria/getproviderratecriteria.md): Gets ProviderRateCriteria ### Update ProviderRateCriteria - [PUT /providers/{providerId}/rates/{providerRateKey}/criterias/{providerRateCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-criteria/updateproviderratecriteria.md): Updates a specific ProviderRateCriteria. ### Delete ProviderRateCriteria - [DELETE /providers/{providerId}/rates/{providerRateKey}/criterias/{providerRateCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-criteria/deleteproviderratecriteria.md): Deletes an ProviderRateCriteria ### Update Batch ProviderRateCriteria - [PUT /providers/{providerId}/rates/{providerRateKey}/criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-criteria/updatebatchproviderratecriteria.md): Updates a multiple ProviderRateCriteria. ## Provider Rate Types ### List Provider Rate Types - [GET /provider-rate-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rate-types/listproviderratetypes.md): Lists all Provider Rate Types ## Provider Rates ### Create Provider Rate - [POST /providers/{providerId}/rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rates/createproviderrate.md): Creates a new Provider Rate ### List Provider Rates - [GET /providers/{providerId}/rates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rates/listproviderrates.md): List Provider Rates ### Get Provider Rate - [GET /providers/{providerId}/rates/{providerRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rates/getproviderrate.md): Gets Provider Rate ### Update ProviderRate - [PUT /providers/{providerId}/rates/{providerRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rates/updateproviderrate.md): Updates a specific ProviderRate. ### Delete ProviderRate - [DELETE /providers/{providerId}/rates/{providerRateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rates/deleteproviderrate.md): Deletes an ProviderRate ### Update Batch ProviderRate - [PUT /providers/{providerId}/rates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-rates/updatebatchproviderrate.md): Updates a multiple ProviderRate. ## Provider Roles ### Create ProviderRole - [POST /provider-roles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-roles/createproviderrole.md): Creates a new ProviderRole ### List ProviderRole - [GET /provider-roles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-roles/listproviderrole.md): Lists all ProviderRole ### Get ProviderRole - [GET /provider-roles/{providerRoleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-roles/getproviderrole.md): Gets ProviderRole ### Update ProviderRole - [PUT /provider-roles/{providerRoleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-roles/updateproviderrole.md): Updates a specific ProviderRole. ### Delete ProviderRole - [DELETE /provider-roles/{providerRoleID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-roles/deleteproviderrole.md): Deletes an ProviderRole ### Create or Update Batch ProviderRole - [PUT /provider-roles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-roles/updatebatchproviderrole.md): Create or Update multiple ProviderRole at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Specialty ### Create ProviderSpecialty - [POST /providers/{providerId}/specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-specialty/createproviderspecialty.md): Creates a new ProviderSpecialty by assigning an existing Specialty to a Provider. ### Get ProviderSpecialty - [GET /providers/{providerId}/specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-specialty/getproviderspecialty.md): Gets ProviderSpecialty ### Delete ProviderSpecialty - [DELETE /providers/{providerId}/specialties/{specialtyCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-specialty/deleteproviderspecialty.md): Deletes an ProviderSpecialty ### List ProviderSpecialty by Provider - [GET /providers/{providerId}/specialties](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-specialty/listproviderspecialtiesforprovider.md): Gets a List of ProviderSpecialty for a given Provider ID ### Create Batch ProviderSpecialty - [PUT /providers/{providerId}/specialties-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-specialty/createbatchproviderspecialty.md): Creates multiple ProviderSpecialties at one time. ## Provider Suffix ### Create ProviderSuffix - [POST /providers/{providerID}/suffixes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-suffix/createprovidersuffix.md): Creates a new ProviderSuffix ### List ProviderSuffix - [GET /providers/{providerID}/suffixes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-suffix/listprovidersuffixes.md): Lists all ProviderSuffix given a specific providerID ### Get ProviderSuffix - [GET /providers/{providerID}/suffixes/{suffix}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-suffix/getprovidersuffix.md): Gets ProviderSuffix ### Update ProviderSuffix - [PUT /providers/{providerID}/suffixes/{suffix}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-suffix/updateprovidersuffix.md): Updates a specific ProviderSuffix. ### Delete ProviderSuffix - [DELETE /providers/{providerID}/suffixes/{suffix}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-suffix/deleteprovidersuffix.md): Deletes an ProviderSuffix ### Create or Update Batch ProviderSuffix - [PUT /providers/{providerID}/suffixes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-suffix/updatebatchprovidersuffix.md): Create or Update multiple ProviderSuffix at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Taxonomy ### Create ProviderTaxonomy - [POST /providers/{providerID}/taxonomies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-taxonomy/createprovidertaxonomy.md): Creates a new ProviderTaxonomy ### List ProviderTaxonomy - [GET /providers/{providerID}/taxonomies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-taxonomy/listprovidertaxonomies.md): Lists all ProviderTaxonomy given a specific providerID ### Get ProviderTaxonomy - [GET /providers/{providerID}/taxonomies/{providerTaxonomyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-taxonomy/getprovidertaxonomy.md): Gets ProviderTaxonomy ### Update ProviderTaxonomy - [PUT /providers/{providerID}/taxonomies/{providerTaxonomyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-taxonomy/updateprovidertaxonomy.md): Updates a specific ProviderTaxonomy. ### Delete ProviderTaxonomy - [DELETE /providers/{providerID}/taxonomies/{providerTaxonomyKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-taxonomy/deleteprovidertaxonomy.md): Deletes an ProviderTaxonomy ### Create or Update Batch ProviderTaxonomy - [PUT /providers/{providerID}/taxonomies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-taxonomy/updatebatchprovidertaxonomy.md): Create or Update multiple ProviderTaxonomy at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Provider Withholds ### Create ProviderWithhold - [POST /provider-withholds](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-withholds/createproviderwithhold.md): Creates a new ProviderWithhold ### List ProviderWithhold - [GET /provider-withholds](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-withholds/listproviderwithhold.md): Lists all ProviderWithhold. Supply optional ProviderID and/or FederalID parameters to filter results. ### Get ProviderWithhold - [GET /provider-withholds/{providerWithholdKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-withholds/getproviderwithhold.md): Gets ProviderWithhold ### Update ProviderWithhold - [PUT /provider-withholds/{providerWithholdKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-withholds/updateproviderwithhold.md): Updates a specific ProviderWithhold. ### Delete ProviderWithhold - [DELETE /provider-withholds/{providerWithholdKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-withholds/deleteproviderwithhold.md): Deletes an ProviderWithhold ### Create or Update Batch ProviderWithhold - [PUT /provider-withholds-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/provider-withholds/updatebatchproviderwithhold.md): Create or Update multiple ProviderWithhold at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Accumulators ### Create ReinsAccum - [POST /reinsurance-contracts/{reinsContractKey}/accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-accumulators/createreinsaccum.md): Creates a new ReinsAccum ### List ReinsAccum - [GET /reinsurance-contracts/{reinsContractKey}/accumulators](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-accumulators/listreinsaccum.md): Lists all ReinsAccum for the given reinsContractKey ### Get ReinsAccum - [GET /reinsurance-contracts/{reinsContractKey}/accumulators/{subscriberID}/{memberSeq}/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-accumulators/getreinsaccum.md): Gets ReinsAccum ### Update ReinsAccum - [PUT /reinsurance-contracts/{reinsContractKey}/accumulators/{subscriberID}/{memberSeq}/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-accumulators/updatereinsaccum.md): Updates a specific ReinsAccum. ### Delete ReinsAccum - [DELETE /reinsurance-contracts/{reinsContractKey}/accumulators/{subscriberID}/{memberSeq}/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-accumulators/deletereinsaccum.md): Deletes an ReinsAccum ### Create or Update Batch ReinsAccum - [PUT /reinsurance-contracts/{reinsContractKey}/accumulators-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-accumulators/updatebatchreinsaccum.md): Create or Update multiple ReinsAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Aggregating Specific Members ### Create ReinsContractAggSpecMember - [POST /reinsurance-contracts/{reinsContractKey}/aggregate-specific-members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-aggregating-specific-members/createreinscontractaggspecmember.md): Creates a new ReinsContractAggSpecMember ### List ReinsContractAggSpecMember - [GET /reinsurance-contracts/{reinsContractKey}/aggregate-specific-members](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-aggregating-specific-members/listreinscontractaggspecmember.md): Lists all ReinsContractAggSpecMember for the given reinsContractKey ### Get ReinsContractAggSpecMember - [GET /reinsurance-contracts/{reinsContractKey}/aggregate-specific-members/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-aggregating-specific-members/getreinscontractaggspecmember.md): Gets ReinsContractAggSpecMember ### Delete ReinsContractAggSpecMember - [DELETE /reinsurance-contracts/{reinsContractKey}/aggregate-specific-members/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-aggregating-specific-members/deletereinscontractaggspecmember.md): Deletes an ReinsContractAggSpecMember ### Create Batch ReinsContractAggSpecMember - [PUT /reinsurance-contracts/{reinsContractKey}/aggregate-specific-members-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-aggregating-specific-members/updatebatchreinscontractaggspecmember.md): Create multiple ReinsContractAggSpecMember at once. If the entity does not exist, it will be created. If the entity exists, an error message will be returned for this item. ## Reinsurance Conditional Specific ### Create ReinsContractConditionalSpecific - [POST /reinsurance-contracts/{reinsContractKey}/conditional-specific](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific/createreinscontractconditionalspecific.md): Creates a new ReinsContractConditionalSpecific ### List ReinsContractConditionalSpecific - [GET /reinsurance-contracts/{reinsContractKey}/conditional-specific](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific/listreinscontractconditionalspecific.md): Lists all ReinsContractConditionalSpecific for the given reinsContractKey ### Get ReinsContractConditionalSpecific - [GET /reinsurance-contracts/{reinsContractKey}/conditional-specific/{reinsContractConditionalSpecificKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific/getreinscontractconditionalspecific.md): Gets ReinsContractConditionalSpecific ### Update ReinsContractConditionalSpecific - [PUT /reinsurance-contracts/{reinsContractKey}/conditional-specific/{reinsContractConditionalSpecificKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific/updatereinscontractconditionalspecific.md): Updates a specific ReinsContractConditionalSpecific. ### Delete ReinsContractConditionalSpecific - [DELETE /reinsurance-contracts/{reinsContractKey}/conditional-specific/{reinsContractConditionalSpecificKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific/deletereinscontractconditionalspecific.md): Deletes an ReinsContractConditionalSpecific ### Create or Update Batch ReinsContractConditionalSpecific - [PUT /reinsurance-contracts/{reinsContractKey}/conditional-specific-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific/updatebatchreinscontractconditionalspecific.md): Create or Update multiple ReinsContractConditionalSpecific at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Conditional Specific Detail ### Create ReinsContractConditionalSpecificDetail - [POST /reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific-detail/createreinscontractconditionalspecificdetail.md): Creates a new ReinsContractConditionalSpecificDetail ### List ReinsContractConditionalSpecificDetail - [GET /reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific-detail/listreinscontractconditionalspecificdetail.md): Lists all ReinsContractConditionalSpecificDetail for the given reinsContractConditionalSpecificKey ### Get ReinsContractConditionalSpecificDetail - [GET /reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail/{reinsContractConditionalSpecificDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific-detail/getreinscontractconditionalspecificdetail.md): Gets ReinsContractConditionalSpecificDetail ### Update ReinsContractConditionalSpecificDetail - [PUT /reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail/{reinsContractConditionalSpecificDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific-detail/updatereinscontractconditionalspecificdetail.md): Updates a specific ReinsContractConditionalSpecificDetail. ### Delete ReinsContractConditionalSpecificDetail - [DELETE /reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail/{reinsContractConditionalSpecificDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific-detail/deletereinscontractconditionalspecificdetail.md): Deletes an ReinsContractConditionalSpecificDetail ### Create or Update Batch ReinsContractConditionalSpecificDetail - [PUT /reinsurance-contract-conditional-specifics/{reinsContractConditionalSpecificKey}/detail-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-conditional-specific-detail/updatebatchreinscontractconditionalspecificdetail.md): Create or Update multiple ReinsContractConditionalSpecificDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Criteria Details ### Create ReinsContractCriteriaDetail - [POST /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criteria-details/createreinscontractcriteriadetail.md): Creates a new ReinsContractCriteriaDetail ### List ReinsContractCriteriaDetail - [GET /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criteria-details/listreinscontractcriteriadetail.md): Lists all ReinsContractCriteriaDetail for the given reinsContractCriteriaKey ### Get ReinsContractCriteriaDetail - [GET /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}/details/{reinsContractCriteriaDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criteria-details/getreinscontractcriteriadetail.md): Gets ReinsContractCriteriaDetail ### Update ReinsContractCriteriaDetail - [PUT /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}/details/{reinsContractCriteriaDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criteria-details/updatereinscontractcriteriadetail.md): Updates a specific ReinsContractCriteriaDetail. ### Delete ReinsContractCriteriaDetail - [DELETE /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}/details/{reinsContractCriteriaDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criteria-details/deletereinscontractcriteriadetail.md): Deletes an ReinsContractCriteriaDetail ### Create or Update Batch ReinsContractCriteriaDetail - [PUT /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criteria-details/updatebatchreinscontractcriteriadetail.md): Create or Update multiple ReinsContractCriteriaDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Criterias ### Create ReinsContractCriteria - [POST /reinsurance-contracts/{reinsContractKey}/criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criterias/createreinscontractcriteria.md): Creates a new ReinsContractCriteria ### List ReinsContractCriteria - [GET /reinsurance-contracts/{reinsContractKey}/criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criterias/listreinscontractcriteria.md): Lists all ReinsContractCriteria for the given reinsContractKey ### Get ReinsContractCriteria - [GET /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criterias/getreinscontractcriteria.md): Gets ReinsContractCriteria ### Update ReinsContractCriteria - [PUT /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criterias/updatereinscontractcriteria.md): Updates a specific ReinsContractCriteria. ### Delete ReinsContractCriteria - [DELETE /reinsurance-contracts/{reinsContractKey}/criterias/{reinsContractCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criterias/deletereinscontractcriteria.md): Deletes an ReinsContractCriteria ### Create or Update Batch ReinsContractCriteria - [PUT /reinsurance-contracts/{reinsContractKey}/criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-criterias/updatebatchreinscontractcriteria.md): Create or Update multiple ReinsContractCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Cycles ### Create ReinsContractCycle - [POST /reinsurance-contract-cycles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-cycles/createreinscontractcycle.md): Creates a new ReinsContractCycle ### List ReinsContractCycle - [GET /reinsurance-contract-cycles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-cycles/listreinscontractcycle.md): Lists all ReinsContractCycle ### Get ReinsContractCycle - [GET /reinsurance-contract-cycles/{contractCycle}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-cycles/getreinscontractcycle.md): Gets ReinsContractCycle ### Update ReinsContractCycle - [PUT /reinsurance-contract-cycles/{contractCycle}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-cycles/updatereinscontractcycle.md): Updates a specific ReinsContractCycle. ### Delete ReinsContractCycle - [DELETE /reinsurance-contract-cycles/{contractCycle}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-cycles/deletereinscontractcycle.md): Deletes an ReinsContractCycle ### Create or Update Batch ReinsContractCycle - [PUT /reinsurance-contract-cycles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-cycles/updatebatchreinscontractcycle.md): Create or Update multiple ReinsContractCycle at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Factor Criterias ### Create ReinsContractFactorCriteria - [POST /reinsurance-contracts/{reinsContractKey}/factor-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factor-criterias/createreinscontractfactorcriteria.md): Creates a new ReinsContractFactorCriteria ### List ReinsContractFactorCriteria - [GET /reinsurance-contracts/{reinsContractKey}/factor-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factor-criterias/listreinscontractfactorcriteria.md): Lists all ReinsContractFactorCriteria for the given reinsContractKey ### Get ReinsContractFactorCriteria - [GET /reinsurance-contracts/{reinsContractKey}/factor-criterias/{reinsContractFactorCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factor-criterias/getreinscontractfactorcriteria.md): Gets ReinsContractFactorCriteria ### Update ReinsContractFactorCriteria - [PUT /reinsurance-contracts/{reinsContractKey}/factor-criterias/{reinsContractFactorCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factor-criterias/updatereinscontractfactorcriteria.md): Updates a specific ReinsContractFactorCriteria. ### Delete ReinsContractFactorCriteria - [DELETE /reinsurance-contracts/{reinsContractKey}/factor-criterias/{reinsContractFactorCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factor-criterias/deletereinscontractfactorcriteria.md): Deletes an ReinsContractFactorCriteria ### Create or Update Batch ReinsContractFactorCriteria - [PUT /reinsurance-contracts/{reinsContractKey}/factor-criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factor-criterias/updatebatchreinscontractfactorcriteria.md): Create or Update multiple ReinsContractFactorCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Factors ### Create ReinsContractFactor - [POST /reinsurance-contracts/{reinsContractKey}/factors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factors/createreinscontractfactor.md): Creates a new ReinsContractFactor ### List ReinsContractFactor - [GET /reinsurance-contracts/{reinsContractKey}/factors](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factors/listreinscontractfactor.md): Lists all ReinsContractFactor for the given reinsContractKey ### Get ReinsContractFactor - [GET /reinsurance-contracts/{reinsContractKey}/factors/{reinsContractFactorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factors/getreinscontractfactor.md): Gets ReinsContractFactor ### Update ReinsContractFactor - [PUT /reinsurance-contracts/{reinsContractKey}/factors/{reinsContractFactorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factors/updatereinscontractfactor.md): Updates a specific ReinsContractFactor. ### Delete ReinsContractFactor - [DELETE /reinsurance-contracts/{reinsContractKey}/factors/{reinsContractFactorKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factors/deletereinscontractfactor.md): Deletes an ReinsContractFactor ### Create or Update Batch ReinsContractFactor - [PUT /reinsurance-contracts/{reinsContractKey}/factors-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-factors/updatebatchreinscontractfactor.md): Create or Update multiple ReinsContractFactor at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Levels ### Create ReinsLevel - [POST /reinsurance-contracts/{reinsContractKey}/levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/createreinslevel.md): Creates a new ReinsLevel ### List ReinsLevel - [GET /reinsurance-contracts/{reinsContractKey}/levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/listreinslevel.md): Lists all ReinsLevel for the given reinsContractKey ### Generate ReinsLevel Transactions - [POST /reinsurance-contracts/{reinsContractKey}/generate-reins-level](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/generatereinsleveltrans.md): Creates new Reinsurance Transactions based on Reinsurance Level configurations. ### Get ReinsLevel - [GET /reinsurance-contracts/{reinsContractKey}/levels/{reinsLevelSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/getreinslevel.md): Gets ReinsLevel ### Update ReinsLevel - [PUT /reinsurance-contracts/{reinsContractKey}/levels/{reinsLevelSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/updatereinslevel.md): Updates a specific ReinsLevel. ### Delete ReinsLevel - [DELETE /reinsurance-contracts/{reinsContractKey}/levels/{reinsLevelSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/deletereinslevel.md): Deletes an ReinsLevel ### Create or Update Batch ReinsLevel - [PUT /reinsurance-contracts/{reinsContractKey}/levels-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-levels/updatebatchreinslevel.md): Create or Update multiple ReinsLevel at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Status ### Create ReinsContractStatus - [POST /reinsurance-contract-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-status/createreinscontractstatus.md): Creates a new ReinsContractStatus ### List ReinsContractStatus - [GET /reinsurance-contract-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-status/listreinscontractstatus.md): Lists all ReinsContractStatus ### Get ReinsContractStatus - [GET /reinsurance-contract-statuses/{contractStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-status/getreinscontractstatus.md): Gets ReinsContractStatus ### Update ReinsContractStatus - [PUT /reinsurance-contract-statuses/{contractStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-status/updatereinscontractstatus.md): Updates a specific ReinsContractStatus. ### Delete ReinsContractStatus - [DELETE /reinsurance-contract-statuses/{contractStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-status/deletereinscontractstatus.md): Deletes an ReinsContractStatus ### Create or Update Batch ReinsContractStatus - [PUT /reinsurance-contract-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-status/updatebatchreinscontractstatus.md): Create or Update multiple ReinsContractStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Templates ### Create ReinsContractTemplate - [POST /reinsurance-contracts/{contractKey}/templates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-templates/createreinscontracttemplate.md): Creates a new ReinsContractTemplate ### List ReinsContractTemplate - [GET /reinsurance-contracts/{contractKey}/templates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-templates/listreinscontracttemplate.md): Lists all ReinsContractTemplate for the given contractKey ### Get ReinsContractTemplate - [GET /reinsurance-contracts/{contractKey}/templates/{templateContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-templates/getreinscontracttemplate.md): Gets ReinsContractTemplate ### Delete ReinsContractTemplate - [DELETE /reinsurance-contracts/{contractKey}/templates/{templateContractKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-templates/deletereinscontracttemplate.md): Deletes an ReinsContractTemplate ### Create Batch ReinsContractTemplate - [PUT /reinsurance-contracts/{contractKey}/templates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-templates/updatebatchreinscontracttemplate.md): Create multiple ReinsContractTemplate at once. If the entity exists, an error message will be returned for the item. If the entity does not exist, it will be created. ## Reinsurance Contract Transaction Claim Details ### Create ReinsContractTransClaimDetail - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-details/createreinscontracttransclaimdetail.md): Creates a new ReinsContractTransClaimDetail ### List ReinsContractTransClaimDetail - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-details/listreinscontracttransclaimdetail.md): Lists all ReinsContractTransClaimDetail for the given reinsContractTransKey and claimNumber ### Get ReinsContractTransClaimDetail - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details/{reinsContractTransClaimDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-details/getreinscontracttransclaimdetail.md): Gets ReinsContractTransClaimDetail ### Update ReinsContractTransClaimDetail - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details/{reinsContractTransClaimDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-details/updatereinscontracttransclaimdetail.md): Updates a specific ReinsContractTransClaimDetail. ### Delete ReinsContractTransClaimDetail - [DELETE /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details/{reinsContractTransClaimDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-details/deletereinscontracttransclaimdetail.md): Deletes an ReinsContractTransClaimDetail ### Create or Update Batch ReinsContractTransClaimDetail - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-details/updatebatchreinscontracttransclaimdetail.md): Create or Update multiple ReinsContractTransClaimDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Transaction Claim Statuses ### Create ReinsContractTransClaimStatus - [POST /reinsurance-contracts-transaction-claim-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-statuses/createreinscontracttransclaimstatus.md): Creates a new ReinsContractTransClaimStatus ### List ReinsContractTransClaimStatus - [GET /reinsurance-contracts-transaction-claim-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-statuses/listreinscontracttransclaimstatus.md): Lists all ReinsContractTransClaimStatus ### Get ReinsContractTransClaimStatus - [GET /reinsurance-contracts-transaction-claim-statuses/{claimTransactionStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-statuses/getreinscontracttransclaimstatus.md): Gets ReinsContractTransClaimStatus ### Update ReinsContractTransClaimStatus - [PUT /reinsurance-contracts-transaction-claim-statuses/{claimTransactionStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-statuses/updatereinscontracttransclaimstatus.md): Updates a specific ReinsContractTransClaimStatus. ### Delete ReinsContractTransClaimStatus - [DELETE /reinsurance-contracts-transaction-claim-statuses/{claimTransactionStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-statuses/deletereinscontracttransclaimstatus.md): Deletes an ReinsContractTransClaimStatus ### Create or Update Batch ReinsContractTransClaimStatus - [PUT /reinsurance-contracts-transaction-claim-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claim-statuses/updatebatchreinscontracttransclaimstatus.md): Create or Update multiple ReinsContractTransClaimStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Transaction Claims ### Create ReinsContractTransClaim - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claims/createreinscontracttransclaim.md): Creates a new ReinsContractTransClaim ### List ReinsContractTransClaim - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claims/listreinscontracttransclaim.md): Lists all ReinsContractTransClaim for the given reinsContractTransKey ### Get ReinsContractTransClaim - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claims/getreinscontracttransclaim.md): Gets ReinsContractTransClaim ### Update ReinsContractTransClaim - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claims/updatereinscontracttransclaim.md): Updates a specific ReinsContractTransClaim. ### Delete ReinsContractTransClaim - [DELETE /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims/{claimNumber}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claims/deletereinscontracttransclaim.md): Deletes an ReinsContractTransClaim ### Create or Update Batch ReinsContractTransClaim - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/claims-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-claims/updatebatchreinscontracttransclaim.md): Create or Update multiple ReinsContractTransClaim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Transaction Reimbursements ### Create ReinsContractTransReimburse - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/createreinscontracttransreimburse.md): Creates a new ReinsContractTransReimburse ### List ReinsContractTransReimburse - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/listreinscontracttransreimburse.md): Lists all ReinsContractTransReimburse for the given reinsContractTransKey ### Get ReinsContractTransReimburse - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements/{reinsContractTransReimburseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/getreinscontracttransreimburse.md): Gets ReinsContractTransReimburse ### Update ReinsContractTransReimburse - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements/{reinsContractTransReimburseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/updatereinscontracttransreimburse.md): Updates a specific ReinsContractTransReimburse. ### Delete ReinsContractTransReimburse - [DELETE /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements/{reinsContractTransReimburseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/deletereinscontracttransreimburse.md): Deletes an ReinsContractTransReimburse ### Create or Update Batch ReinsContractTransReimburse - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/updatebatchreinscontracttransreimburse.md): Create or Update multiple ReinsContractTransReimburse at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Transaction Statuses ### Create ReinsContractTransStatus - [POST /reinsurance-contracts-transaction-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-statuses/createreinscontracttransstatus.md): Creates a new ReinsContractTransStatus ### List ReinsContractTransStatus - [GET /reinsurance-contracts-transaction-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-statuses/listreinscontracttransstatus.md): Lists all ReinsContractTransStatus ### Get ReinsContractTransStatus - [GET /reinsurance-contracts-transaction-statuses/{transactionStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-statuses/getreinscontracttransstatus.md): Gets ReinsContractTransStatus ### Update ReinsContractTransStatus - [PUT /reinsurance-contracts-transaction-statuses/{transactionStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-statuses/updatereinscontracttransstatus.md): Updates a specific ReinsContractTransStatus. ### Delete ReinsContractTransStatus - [DELETE /reinsurance-contracts-transaction-statuses/{transactionStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-statuses/deletereinscontracttransstatus.md): Deletes an ReinsContractTransStatus ### Create or Update Batch ReinsContractTransStatus - [PUT /reinsurance-contracts-transaction-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-statuses/updatebatchreinscontracttransstatus.md): Create or Update multiple ReinsContractTransStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Contract Types ### Create ReinsContractType - [POST /reinsurance-contract-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-types/createreinscontracttype.md): Creates a new ReinsContractType ### List ReinsContractType - [GET /reinsurance-contract-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-types/listreinscontracttype.md): Lists all ReinsContractType ### Get ReinsContractType - [GET /reinsurance-contract-types/{contractType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-types/getreinscontracttype.md): Gets ReinsContractType ### Update ReinsContractType - [PUT /reinsurance-contract-types/{contractType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-types/updatereinscontracttype.md): Updates a specific ReinsContractType. ### Delete ReinsContractType - [DELETE /reinsurance-contract-types/{contractType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-types/deletereinscontracttype.md): Deletes an ReinsContractType ### Create or Update Batch ReinsContractType - [PUT /reinsurance-contract-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-types/updatebatchreinscontracttype.md): Create or Update multiple ReinsContractType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Domestic Claims Criteria ### Create ReinsDomesticClaimCriteria - [POST /reinsurance-contracts/{reinsContractKey}/domestic-claim-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-domestic-claims-criteria/createreinsdomesticclaimcriteria.md): Creates a new ReinsDomesticClaimCriteria ### List ReinsDomesticClaimCriteria - [GET /reinsurance-contracts/{reinsContractKey}/domestic-claim-criterias](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-domestic-claims-criteria/listreinsdomesticclaimcriteria.md): Lists all ReinsDomesticClaimCriteria for the given reinsContractKey ### Get ReinsDomesticClaimCriteria - [GET /reinsurance-contracts/{reinsContractKey}/domestic-claim-criterias/{reinsDomesticClaimCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-domestic-claims-criteria/getreinsdomesticclaimcriteria.md): Gets ReinsDomesticClaimCriteria ### Update ReinsDomesticClaimCriteria - [PUT /reinsurance-contracts/{reinsContractKey}/domestic-claim-criterias/{reinsDomesticClaimCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-domestic-claims-criteria/updatereinsdomesticclaimcriteria.md): Updates a specific ReinsDomesticClaimCriteria. ### Delete ReinsDomesticClaimCriteria - [DELETE /reinsurance-contracts/{reinsContractKey}/domestic-claim-criterias/{reinsDomesticClaimCriteriaKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-domestic-claims-criteria/deletereinsdomesticclaimcriteria.md): Deletes an ReinsDomesticClaimCriteria ### Create or Update Batch ReinsDomesticClaimCriteria - [PUT /reinsurance-contracts/{reinsContractKey}/domestic-claim-criterias-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-domestic-claims-criteria/updatebatchreinsdomesticclaimcriteria.md): Create or Update multiple ReinsDomesticClaimCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Member Specific Deductibles ### Create ReinsContractMemberSpecific - [POST /reinsurance-contracts/{reinsContractKey}/member-specific-deductibles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-member-specific-deductibles/createreinscontractmemberspecific.md): Creates a new ReinsContractMemberSpecific ### List ReinsContractMemberSpecific - [GET /reinsurance-contracts/{reinsContractKey}/member-specific-deductibles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-member-specific-deductibles/listreinscontractmemberspecific.md): Lists all ReinsContractMemberSpecific for the given reinsContractKey ### Get ReinsContractMemberSpecific - [GET /reinsurance-contracts/{reinsContractKey}/member-specific-deductibles/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-member-specific-deductibles/getreinscontractmemberspecific.md): Gets ReinsContractMemberSpecific ### Update ReinsContractMemberSpecific - [PUT /reinsurance-contracts/{reinsContractKey}/member-specific-deductibles/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-member-specific-deductibles/updatereinscontractmemberspecific.md): Updates a specific ReinsContractMemberSpecific. ### Delete ReinsContractMemberSpecific - [DELETE /reinsurance-contracts/{reinsContractKey}/member-specific-deductibles/{subscriberID}/{memberSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-member-specific-deductibles/deletereinscontractmemberspecific.md): Deletes an ReinsContractMemberSpecific ### Create or Update Batch ReinsContractMemberSpecific - [PUT /reinsurance-contracts/{reinsContractKey}/member-specific-deductibles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-member-specific-deductibles/updatebatchreinscontractmemberspecific.md): Create or Update multiple ReinsContractMemberSpecific at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Notify User Groups ### Create ReinsContractNotifyGroup - [POST /reinsurance-contracts/{reinsContractKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-user-groups/createreinscontractnotifygroup.md): Creates a new ReinsContractNotifyGroup ### List ReinsContractNotifyGroup - [GET /reinsurance-contracts/{reinsContractKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-user-groups/listreinscontractnotifygroup.md): Lists all ReinsContractNotifyGroup for the given reinsContractKey ### Get ReinsContractNotifyGroup - [GET /reinsurance-contracts/{reinsContractKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-user-groups/getreinscontractnotifygroup.md): Gets ReinsContractNotifyGroup ### Delete ReinsContractNotifyGroup - [DELETE /reinsurance-contracts/{reinsContractKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-user-groups/deletereinscontractnotifygroup.md): Deletes an ReinsContractNotifyGroup ### Create or Update Batch ReinsContractNotifyGroup - [PUT /reinsurance-contracts/{reinsContractKey}/notify-user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-user-groups/updatebatchreinscontractnotifygroup.md): Create or Update multiple ReinsContractNotifyGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Notify Users ### Create ReinsContractNotifyUser - [POST /reinsurance-contracts/{reinsContractKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-users/createreinscontractnotifyuser.md): Creates a new ReinsContractNotifyUser ### List ReinsContractNotifyUser - [GET /reinsurance-contracts/{reinsContractKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-users/listreinscontractnotifyuser.md): Lists all ReinsContractNotifyUser for the given reinsContractKey ### Get ReinsContractNotifyUser - [GET /reinsurance-contracts/{reinsContractKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-users/getreinscontractnotifyuser.md): Gets ReinsContractNotifyUser ### Delete ReinsContractNotifyUser - [DELETE /reinsurance-contracts/{reinsContractKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-users/deletereinscontractnotifyuser.md): Deletes an ReinsContractNotifyUser ### Create or Update Batch ReinsContractNotifyUser - [PUT /reinsurance-contracts/{reinsContractKey}/notify-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-notify-users/updatebatchreinscontractnotifyuser.md): Create or Update multiple ReinsContractNotifyUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Reinsurance Options ### Create ReinsuranceOption - [POST /reinsurance-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/createreinsuranceoption.md): Creates a new ReinsuranceOption ### List ReinsuranceOption - [GET /reinsurance-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/listreinsuranceoption.md): Lists all ReinsuranceOption ### Get ReinsuranceOption - [GET /reinsurance-options/{reinsuranceOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/getreinsuranceoption.md): Gets ReinsuranceOption ### Delete ReinsuranceOption - [DELETE /reinsurance-options/{reinsuranceOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/deletereinsuranceoption.md): Deletes an ReinsuranceOption ### Create Batch ReinsuranceOption - [PUT /reinsurance-options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/updatebatchreinsuranceoption.md): Create multiple ReinsuranceOption at once. If the entity exists, an error will be returned. If the entity does not exist, it will be created. ## Report Categories ### Create ReportCategory - [POST /report-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-categories/createreportcategory.md): Creates a new ReportCategory ### List ReportCategory - [GET /report-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-categories/listreportcategory.md): Lists all ReportCategory ### Get ReportCategory - [GET /report-categories/{reportCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-categories/getreportcategory.md): Gets ReportCategory ### Update ReportCategory - [PUT /report-categories/{reportCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-categories/updatereportcategory.md): Updates a specific ReportCategory. ### Delete ReportCategory - [DELETE /report-categories/{reportCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-categories/deletereportcategory.md): Deletes an ReportCategory ### Create or Update Batch ReportCategory - [PUT /report-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-categories/updatebatchreportcategory.md): Create or Update multiple ReportCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Definitions ### Create ReportDefinition - [POST /report-definitions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/createreportdefinition.md): Creates a new ReportDefinition ### List ReportDefinition - [GET /report-definitions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/listreportdefinition.md): Lists all ReportDefinition ### Get ReportDefinition - [GET /report-definitions/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/getreportdefinition.md): Gets ReportDefinition ### Update ReportDefinition - [PUT /report-definitions/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/updatereportdefinition.md): Updates a specific ReportDefinition. ### Delete ReportDefinition - [DELETE /report-definitions/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/deletereportdefinition.md): Deletes an ReportDefinition ### Track a Report - [POST /report-definitions/{reportDefinitionKey}/track](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/trackreport.md): Tracks a Report. ### Create or Update Batch ReportDefinition - [PUT /report-definitions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-definitions/updatebatchreportdefinition.md): Create or Update multiple ReportDefinition at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Queue Detail Arguments ### Create ReportQueueDetailArg - [POST /report-queue-detail-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-detail-arguments/createreportqueuedetailarg.md): Creates a new ReportQueueDetailArg ### List ReportQueueDetailArg - [GET /report-queue-detail-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-detail-arguments/listreportqueuedetailarg.md): Lists all ReportQueueDetailArg ### Get ReportQueueDetailArg - [GET /report-queue-detail-args/{reportQueueDetailArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-detail-arguments/getreportqueuedetailarg.md): Gets ReportQueueDetailArg ### Update ReportQueueDetailArg - [PUT /report-queue-detail-args/{reportQueueDetailArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-detail-arguments/updatereportqueuedetailarg.md): Updates a specific ReportQueueDetailArg. ### Delete ReportQueueDetailArg - [DELETE /report-queue-detail-args/{reportQueueDetailArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-detail-arguments/deletereportqueuedetailarg.md): Deletes an ReportQueueDetailArg ### Create or Update Batch ReportQueueDetailArg - [PUT /report-queue-detail-args-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-detail-arguments/updatebatchreportqueuedetailarg.md): Create or Update multiple ReportQueueDetailArg at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Queue Details ### Create ReportQueueDetail - [POST /report-queues/{reportQueueKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-details/createreportqueuedetail.md): Creates a new ReportQueueDetail ### List ReportQueueDetail - [GET /report-queues/{reportQueueKey}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-details/listreportqueuedetail.md): Lists all ReportQueueDetail for the given reportQueueKey ### Get ReportQueueDetail - [GET /report-queues/{reportQueueKey}/details/{reportQueueDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-details/getreportqueuedetail.md): Gets ReportQueueDetail ### Update ReportQueueDetail - [PUT /report-queues/{reportQueueKey}/details/{reportQueueDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-details/updatereportqueuedetail.md): Updates a specific ReportQueueDetail. ### Delete ReportQueueDetail - [DELETE /report-queues/{reportQueueKey}/details/{reportQueueDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-details/deletereportqueuedetail.md): Deletes an ReportQueueDetail ### Create or Update Batch ReportQueueDetail - [PUT /report-queues/{reportQueueKey}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-details/updatebatchreportqueuedetail.md): Create or Update multiple ReportQueueDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Queue Logs ### Create ReportQueueLog - [POST /report-queue-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-logs/createreportqueuelog.md): Creates a new ReportQueueLog ### List ReportQueueLog - [GET /report-queue-logs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-logs/listreportqueuelog.md): Lists all ReportQueueLog ### Get ReportQueueLog - [GET /report-queue-logs/{reportQueueLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-logs/getreportqueuelog.md): Gets ReportQueueLog ### Update ReportQueueLog - [PUT /report-queue-logs/{reportQueueLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-logs/updatereportqueuelog.md): Updates a specific ReportQueueLog. ### Delete ReportQueueLog - [DELETE /report-queue-logs/{reportQueueLogKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-logs/deletereportqueuelog.md): Deletes an ReportQueueLog ### Create or Update Batch ReportQueueLog - [PUT /report-queue-logs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-logs/updatebatchreportqueuelog.md): Create or Update multiple ReportQueueLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Queue Schedules ### Create ReportQueueSchedule - [POST /report-queue-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-schedules/createreportqueueschedule.md): Creates a new ReportQueueSchedule ### List ReportQueueSchedule - [GET /report-queue-schedules](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-schedules/listreportqueueschedule.md): Lists all ReportQueueSchedule ### Get ReportQueueSchedule - [GET /report-queue-schedules/{reportQueueScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-schedules/getreportqueueschedule.md): Gets ReportQueueSchedule ### Update ReportQueueSchedule - [PUT /report-queue-schedules/{reportQueueScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-schedules/updatereportqueueschedule.md): Updates a specific ReportQueueSchedule. ### Delete ReportQueueSchedule - [DELETE /report-queue-schedules/{reportQueueScheduleKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-schedules/deletereportqueueschedule.md): Deletes an ReportQueueSchedule ### Create or Update Batch ReportQueueSchedule - [PUT /report-queue-schedules-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queue-schedules/updatebatchreportqueueschedule.md): Create or Update multiple ReportQueueSchedule at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Queues ### Create ReportQueue - [POST /report-queues](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queues/createreportqueue.md): Creates a new ReportQueue ### List ReportQueue - [GET /report-queues](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queues/listreportqueue.md): Lists all ReportQueue ### Get ReportQueue - [GET /report-queues/{reportQueueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queues/getreportqueue.md): Gets ReportQueue ### Update ReportQueue - [PUT /report-queues/{reportQueueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queues/updatereportqueue.md): Updates a specific ReportQueue. ### Delete ReportQueue - [DELETE /report-queues/{reportQueueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queues/deletereportqueue.md): Deletes an ReportQueue ### Create or Update Batch ReportQueue - [PUT /report-queues-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-queues/updatebatchreportqueue.md): Create or Update multiple ReportQueue at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Request Invoice ### Create ReportRequestInvoice - [POST /report-request-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice/createreportrequestinvoice.md): Creates a new ReportRequestInvoice ### List ReportRequestInvoice - [GET /report-request-invoice](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice/listreportrequestinvoice.md): Lists all ReportRequestInvoice ### Get ReportRequestInvoice - [GET /report-request-invoice/{ReportRequestInvoice_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice/getreportrequestinvoice.md): Gets ReportRequestInvoice ### Update ReportRequestInvoice - [PUT /report-request-invoice/{ReportRequestInvoice_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice/updatereportrequestinvoice.md): Updates a specific ReportRequestInvoice. ### Delete ReportRequestInvoice - [DELETE /report-request-invoice/{ReportRequestInvoice_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice/deletereportrequestinvoice.md): Deletes an ReportRequestInvoice ### Create or Update Batch ReportRequestInvoice - [PUT /report-request-invoice-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice/updatebatchreportrequestinvoice.md): Create or Update multiple ReportRequestInvoice at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Request Invoice Detail ### Create ReportRequestInvoiceDetail - [POST /report-request-invoice-detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice-detail/createreportrequestinvoicedetail.md): Creates a new ReportRequestInvoiceDetail ### List ReportRequestInvoiceDetail - [GET /report-request-invoice/{ReportRequestInvoice_Key}/detail](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice-detail/listreportrequestinvoicedetail.md): Lists all ReportRequestInvoiceDetail for the given ReportRequestInvoice_Key ### Get ReportRequestInvoiceDetail - [GET /report-request-invoice/{ReportRequestInvoice_Key}/detail/{Request_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice-detail/getreportrequestinvoicedetail.md): Gets ReportRequestInvoiceDetail ### Update ReportRequestInvoiceDetail - [PUT /report-request-invoice/{ReportRequestInvoice_Key}/detail/{Request_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice-detail/updatereportrequestinvoicedetail.md): Updates a specific ReportRequestInvoiceDetail. ### Delete ReportRequestInvoiceDetail - [DELETE /report-request-invoice/{ReportRequestInvoice_Key}/detail/{Request_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice-detail/deletereportrequestinvoicedetail.md): Deletes an ReportRequestInvoiceDetail ### Create or Update Batch ReportRequestInvoiceDetail - [PUT /report-request-invoice-detail-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-request-invoice-detail/updatebatchreportrequestinvoicedetail.md): Create or Update multiple ReportRequestInvoiceDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Series ### Create ReportSeries - [POST /report-series](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/createreportseries.md): Creates a new ReportSeries ### List ReportSeries - [GET /report-series](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/listreportseries.md): Lists all ReportSeries ### List ReportSeries Users - [GET /report-series-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/listreportseriesusers.md): Lists all ReportSeries ### Get ReportSeries - [GET /report-series/{reportSeriesKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/getreportseries.md): Gets ReportSeries ### Update ReportSeries - [PUT /report-series/{reportSeriesKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/updatereportseries.md): Updates a specific ReportSeries. ### Delete ReportSeries - [DELETE /report-series/{reportSeriesKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/deletereportseries.md): Deletes an ReportSeries ### Create or Update Batch ReportSeries - [PUT /report-series-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/updatebatchreportseries.md): Create or Update multiple ReportSeries at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Process Correspondence Tracking for Step - [POST /process-correspondence-track-by-step](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/processcorrespondencetrack.md): Given a specific ReportSeriesStep_Key, apply Correspondence Tracking if the Report on said step is trackable and the step has the appropriate tracking arguments. ### Process a single ReportSeriesStep - [POST /process-automation-process-series-by-step](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/reportseriesprocessbystep.md): Sometimes Process Automation Steps fail and need to be re-executed. Use this API to fire an existing Process Automation Step. ### Process a single ReportSeriesStep Key - [POST /process-automation-process-series-by-step-key/{reportSeriesStepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series/reportseriesprocessbystepkey.md): Sometimes Process Automation Steps fail and need to be re-executed. Use this API to fire an existing Process Automation Step by key. ## Report Series Process Arguments ### Create ReportSeriesProcessArg - [POST /report-series-processes/{reportSeriesProcessKey}/arguments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/createreportseriesprocessarg.md): Creates a new ReportSeriesProcessArg ### List ReportSeriesProcessArg - [GET /report-series-processes/{reportSeriesProcessKey}/arguments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/listreportseriesprocessarg.md): Lists all ReportSeriesProcessArg for the given reportSeriesProcessKey ### Get ReportSeriesProcessArg - [GET /report-series-processes/{reportSeriesProcessKey}/arguments/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/getreportseriesprocessarg.md): Gets ReportSeriesProcessArg ### Update ReportSeriesProcessArg - [PUT /report-series-processes/{reportSeriesProcessKey}/arguments/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/updatereportseriesprocessarg.md): Updates a specific ReportSeriesProcessArg. ### Delete ReportSeriesProcessArg - [DELETE /report-series-processes/{reportSeriesProcessKey}/arguments/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/deletereportseriesprocessarg.md): Deletes an ReportSeriesProcessArg ### Create or Update Batch ReportSeriesProcessArg - [PUT /report-series-processes/{reportSeriesProcessKey}/arguments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/updatebatchreportseriesprocessarg.md): Create or Update multiple ReportSeriesProcessArg at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Series Process Templates ### Create ReportSeriesProcessTemplate - [POST /report-series-process-templates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-templates/createreportseriesprocesstemplate.md): Creates a new ReportSeriesProcessTemplate ### List ReportSeriesProcessTemplate - [GET /report-series-process-templates](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-templates/listreportseriesprocesstemplate.md): Lists all ReportSeriesProcessTemplate ### Get ReportSeriesProcessTemplate - [GET /report-series-process-templates/{reportSeriesProcessTemplateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-templates/getreportseriesprocesstemplate.md): Gets ReportSeriesProcessTemplate ### Update ReportSeriesProcessTemplate - [PUT /report-series-process-templates/{reportSeriesProcessTemplateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-templates/updatereportseriesprocesstemplate.md): Updates a specific ReportSeriesProcessTemplate. ### Delete ReportSeriesProcessTemplate - [DELETE /report-series-process-templates/{reportSeriesProcessTemplateKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-templates/deletereportseriesprocesstemplate.md): Deletes an ReportSeriesProcessTemplate ### Create or Update Batch ReportSeriesProcessTemplate - [PUT /report-series-process-templates-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-templates/updatebatchreportseriesprocesstemplate.md): Create or Update multiple ReportSeriesProcessTemplate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Series Step Args ### Create ReportSeriesStepArg - [POST /report-series-step-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-step-args/createreportseriessteparg.md): Creates a new ReportSeriesStepArg ### List ReportSeriesStepArg - [GET /report-series-step-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-step-args/listreportseriessteparg.md): Lists all ReportSeriesStepArg ### Get ReportSeriesStepArg - [GET /report-series-step-args/{reportSeriesStepArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-step-args/getreportseriessteparg.md): Gets ReportSeriesStepArg ### Update ReportSeriesStepArg - [PUT /report-series-step-args/{reportSeriesStepArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-step-args/updatereportseriessteparg.md): Updates a specific ReportSeriesStepArg. ### Delete ReportSeriesStepArg - [DELETE /report-series-step-args/{reportSeriesStepArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-step-args/deletereportseriessteparg.md): Deletes an ReportSeriesStepArg ### Create or Update Batch ReportSeriesStepArg - [PUT /report-series-step-args-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-step-args/updatebatchreportseriessteparg.md): Create or Update multiple ReportSeriesStepArg at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Series Steps ### Create ReportSeriesStep - [POST /report-series-steps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-steps/createreportseriesstep.md): Creates a new ReportSeriesStep ### List ReportSeriesStep - [GET /report-series-steps](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-steps/listreportseriesstep.md): Lists all ReportSeriesStep ### Get ReportSeriesStep - [GET /report-series-steps/{reportSeriesStepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-steps/getreportseriesstep.md): Gets ReportSeriesStep ### Update ReportSeriesStep - [PUT /report-series-steps/{reportSeriesStepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-steps/updatereportseriesstep.md): Updates a specific ReportSeriesStep. ### Delete ReportSeriesStep - [DELETE /report-series-steps/{reportSeriesStepKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-steps/deletereportseriesstep.md): Deletes an ReportSeriesStep ### Create or Update Batch ReportSeriesStep - [PUT /report-series-steps-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-steps/updatebatchreportseriesstep.md): Create or Update multiple ReportSeriesStep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Series Tracking Args ### Create ReportSeriesTrackingArg - [POST /report-series-trackins-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-tracking-args/createreportseriestrackingarg.md): Creates a new ReportSeriesTrackingArg ### List ReportSeriesTrackingArg - [GET /report-series-trackins-args](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-tracking-args/listreportseriestrackingarg.md): Lists all ReportSeriesTrackingArg ### Get ReportSeriesTrackingArg - [GET /report-series-trackins-args/{reportSeriesTrackingArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-tracking-args/getreportseriestrackingarg.md): Gets ReportSeriesTrackingArg ### Update ReportSeriesTrackingArg - [PUT /report-series-trackins-args/{reportSeriesTrackingArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-tracking-args/updatereportseriestrackingarg.md): Updates a specific ReportSeriesTrackingArg. ### Delete ReportSeriesTrackingArg - [DELETE /report-series-trackins-args/{reportSeriesTrackingArgKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-tracking-args/deletereportseriestrackingarg.md): Deletes an ReportSeriesTrackingArg ### Create or Update Batch ReportSeriesTrackingArg - [PUT /report-series-trackins-args-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-tracking-args/updatebatchreportseriestrackingarg.md): Create or Update multiple ReportSeriesTrackingArg at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Static Lists ### List Automation Types - [GET /automation-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-static-lists/listautomationtypes.md): List of all Automation Types with Key, Display and Description ### List Automation Statuses - [GET /automation-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-static-lists/listautomationstatuses.md): List of all Automation Statuses with Key, Display and Description ### List Automation Step Types - [GET /automation-step-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-static-lists/listautomationsteptypes.md): List of all Automation Step Types with Key, Display and Description ### List Automation Step Delays - [GET /automation-step-delays](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-static-lists/listautomationstepdelays.md): List of all Automation Step Delays with Key, Display and Description ## Report Tracking ### Create ReportTrack - [POST /report-tracks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking/createreporttrack.md): Creates a new ReportTrack ### List ReportTrack - [GET /report-tracks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking/listreporttrack.md): Lists all ReportTrack ### Get ReportTrack - [GET /report-tracks/{reportTrackKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking/getreporttrack.md): Gets ReportTrack ### Update ReportTrack - [PUT /report-tracks/{reportTrackKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking/updatereporttrack.md): Updates a specific ReportTrack. ### Delete ReportTrack - [DELETE /report-tracks/{reportTrackKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking/deletereporttrack.md): Deletes an ReportTrack ### Create or Update Batch ReportTrack - [PUT /report-tracks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking/updatebatchreporttrack.md): Create or Update multiple ReportTrack at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Tracking Priorities ### Create ReportTrackPriority - [POST /report-definitions/{reportDefinitionKey}/priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-priorities/createreporttrackpriority.md): Creates a new ReportTrackPriority ### List ReportTrackPriority - [GET /report-definitions/{reportDefinitionKey}/priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-priorities/listreporttrackpriority.md): Lists all ReportTrackPriority for the given ReportDefinition_Key ### Get ReportTrackPriority - [GET /report-definitions/{reportDefinitionKey}/priorities/{priority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-priorities/getreporttrackpriority.md): Gets ReportTrackPriority ### Update ReportTrackPriority - [PUT /report-definitions/{reportDefinitionKey}/priorities/{priority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-priorities/updatereporttrackpriority.md): Updates a specific ReportTrackPriority. ### Delete ReportTrackPriority - [DELETE /report-definitions/{reportDefinitionKey}/priorities/{priority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-priorities/deletereporttrackpriority.md): Deletes an ReportTrackPriority ### Create or Update Batch ReportTrackPriority - [PUT /report-definitions/{reportDefinitionKey}/priorities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-priorities/updatebatchreporttrackpriority.md): Create or Update multiple ReportTrackPriority at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Tracking Received Statuses ### Create ReportTrackReceivedStatus - [POST /report-definitions/{reportDefinitionKey}/received-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-received-statuses/createreporttrackreceivedstatus.md): Creates a new ReportTrackReceivedStatus ### List ReportTrackReceivedStatus - [GET /report-definitions/{reportDefinitionKey}/received-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-received-statuses/listreporttrackreceivedstatus.md): Lists all ReportTrackReceivedStatus for the given ReportDefinition_Key ### Get ReportTrackReceivedStatus - [GET /report-definitions/{reportDefinitionKey}/received-statuses/{receivedStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-received-statuses/getreporttrackreceivedstatus.md): Gets ReportTrackReceivedStatus ### Update ReportTrackReceivedStatus - [PUT /report-definitions/{reportDefinitionKey}/received-statuses/{receivedStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-received-statuses/updatereporttrackreceivedstatus.md): Updates a specific ReportTrackReceivedStatus. ### Delete ReportTrackReceivedStatus - [DELETE /report-definitions/{reportDefinitionKey}/received-statuses/{receivedStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-received-statuses/deletereporttrackreceivedstatus.md): Deletes an ReportTrackReceivedStatus ### Create or Update Batch ReportTrackReceivedStatus - [PUT /report-definitions/{reportDefinitionKey}/received-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-received-statuses/updatebatchreporttrackreceivedstatus.md): Create or Update multiple ReportTrackReceivedStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Tracking Sent Statuses ### Create ReportTrackSentStatus - [POST /report-definitions/{reportDefinitionKey}/sent-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-statuses/createreporttracksentstatus.md): Creates a new ReportTrackSentStatus ### List ReportTrackSentStatus - [GET /report-definitions/{reportDefinitionKey}/sent-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-statuses/listreporttracksentstatus.md): Lists all ReportTrackSentStatus for the given ReportDefinition_Key ### Get ReportTrackSentStatus - [GET /report-definitions/{reportDefinitionKey}/sent-statuses/{sentStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-statuses/getreporttracksentstatus.md): Gets ReportTrackSentStatus ### Update ReportTrackSentStatus - [PUT /report-definitions/{reportDefinitionKey}/sent-statuses/{sentStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-statuses/updatereporttracksentstatus.md): Updates a specific ReportTrackSentStatus. ### Delete ReportTrackSentStatus - [DELETE /report-definitions/{reportDefinitionKey}/sent-statuses/{sentStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-statuses/deletereporttracksentstatus.md): Deletes an ReportTrackSentStatus ### Create or Update Batch ReportTrackSentStatus - [PUT /report-definitions/{reportDefinitionKey}/sent-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-statuses/updatebatchreporttracksentstatus.md): Create or Update multiple ReportTrackSentStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Tracking Sent To ### Create ReportTrackSentTo - [POST /report-definitions/{reportDefinitionKey}/sent-to](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-to/createreporttracksentto.md): Creates a new ReportTrackSentTo ### List ReportTrackSentTo - [GET /report-definitions/{reportDefinitionKey}/sent-to](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-to/listreporttracksentto.md): Lists all ReportTrackSentTo for the given reportDefinitionKey ### Get ReportTrackSentTo - [GET /report-definitions/{reportDefinitionKey}/sent-to/{sentTo}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-to/getreporttracksentto.md): Gets ReportTrackSentTo ### Update ReportTrackSentTo - [PUT /report-definitions/{reportDefinitionKey}/sent-to/{sentTo}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-to/updatereporttracksentto.md): Updates a specific ReportTrackSentTo. ### Delete ReportTrackSentTo - [DELETE /report-definitions/{reportDefinitionKey}/sent-to/{sentTo}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-to/deletereporttracksentto.md): Deletes an ReportTrackSentTo ### Create or Update Batch ReportTrackSentTo - [PUT /report-definitions/{reportDefinitionKey}/sent-to-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-sent-to/updatebatchreporttracksentto.md): Create or Update multiple ReportTrackSentTo at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Report Tracking Statuses ### Create ReportTrackStatus - [POST /report-definitions/{reportDefinitionKey}/tracking-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-statuses/createreporttrackstatus.md): Creates a new ReportTrackStatus ### List ReportTrackStatus - [GET /report-definitions/{reportDefinitionKey}/tracking-statuses](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-statuses/listreporttrackstatus.md): Lists all ReportTrackStatus for the given reportDefinitionKey ### Get ReportTrackStatus - [GET /report-definitions/{reportDefinitionKey}/tracking-statuses/{trackingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-statuses/getreporttrackstatus.md): Gets ReportTrackStatus ### Update ReportTrackStatus - [PUT /report-definitions/{reportDefinitionKey}/tracking-statuses/{trackingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-statuses/updatereporttrackstatus.md): Updates a specific ReportTrackStatus. ### Delete ReportTrackStatus - [DELETE /report-definitions/{reportDefinitionKey}/tracking-statuses/{trackingStatus}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-statuses/deletereporttrackstatus.md): Deletes an ReportTrackStatus ### Create or Update Batch ReportTrackStatus - [PUT /report-definitions/{reportDefinitionKey}/tracking-statuses-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-tracking-statuses/updatebatchreporttrackstatus.md): Create or Update multiple ReportTrackStatus at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Area Objects ### Create SecurityAreaObject - [POST /security-areas/{securityArea}/objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-objects/createsecurityareaobject.md): Creates a new SecurityAreaObject ### List SecurityAreaObject - [GET /security-areas/{securityArea}/objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-objects/listsecurityareaobject.md): Lists all SecurityAreaObject securityArea ### Create or Update Batch SecurityAreaObject - [PUT /security-areas/{securityArea}/objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-objects/updatebatchsecurityareaobject.md): Create or Update multiple SecurityAreaObject at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get SecurityAreaObject - [GET /security-areas/{securityArea}/objects/{objectName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-objects/getsecurityareaobject.md): Gets SecurityAreaObject ### Update SecurityAreaObject - [PUT /security-areas/{securityArea}/objects/{objectName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-objects/updatesecurityareaobject.md): Updates a specific SecurityAreaObject. ### Delete SecurityAreaObject - [DELETE /security-areas/{securityArea}/objects/{objectName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-objects/deletesecurityareaobject.md): Deletes an SecurityAreaObject ## Security Area Overrides ### Create SecurityAreaOverride - [POST /security-area-overrides](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-overrides/createsecurityareaoverride.md): Creates a new SecurityAreaOverride ### List SecurityAreaOverride - [GET /security-area-overrides](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-overrides/listsecurityareaoverride.md): Lists all SecurityAreaOverride with optional securityArea filter ### Create or Update Batch SecurityAreaOverride - [PUT /security-area-overrides](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-overrides/updatebatchsecurityareaoverride.md): Create or Update multiple SecurityAreaOverride at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get SecurityAreaOverride - [GET /security-area-overrides/{securityAreaOverrideKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-overrides/getsecurityareaoverride.md): Gets SecurityAreaOverride ### Update SecurityAreaOverride - [PUT /security-area-overrides/{securityAreaOverrideKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-overrides/updatesecurityareaoverride.md): Updates a specific SecurityAreaOverride. ### Delete SecurityAreaOverride - [DELETE /security-area-overrides/{securityAreaOverrideKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-overrides/deletesecurityareaoverride.md): Deletes an SecurityAreaOverride ## Security Area Reports ### Create SecurityAreaReport - [POST /security-areas/{securityArea}/reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-reports/createsecurityareareport.md): Creates a new SecurityAreaReport ### List SecurityAreaReport - [GET /security-areas/{securityArea}/reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-reports/listsecurityareareport.md): Lists all SecurityAreaReport securityArea ### Create or Update Batch SecurityAreaReport - [PUT /security-areas/{securityArea}/reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-reports/updatebatchsecurityareareport.md): Create or Update multiple SecurityAreaReport at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### Get SecurityAreaReport - [GET /security-areas/{securityArea}/reports/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-reports/getsecurityareareport.md): Gets SecurityAreaReport ### Update SecurityAreaReport - [PUT /security-areas/{securityArea}/reports/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-reports/updatesecurityareareport.md): Updates a specific SecurityAreaReport. ### Delete SecurityAreaReport - [DELETE /security-areas/{securityArea}/reports/{reportDefinitionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-reports/deletesecurityareareport.md): Deletes an SecurityAreaReport ## Security Area User Groups ### Create SecurityAreaUserGroup - [POST /security-areas/{securityArea}/user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/createsecurityareausergroup.md): Creates a new SecurityAreaUserGroup ### List SecurityAreaUserGroup - [GET /security-areas/{securityArea}/user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/listsecurityareausergroup.md): Lists all SecurityAreaUserGroup for a given securityArea with optional filtering by UserGroup_Key ### Create or Update Batch SecurityAreaUserGroup - [PUT /security-areas/{securityArea}/user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/updatebatchsecurityareausergroup.md): Create or Update multiple SecurityAreaUserGroup records at once. If the entity exists, it will be updated; if it does not exist, it will be created. Please note: The Security_Area and UserGroup_Key fields represent the primary identifiers for these records and cannot be modified during an update. Ensure these values remain consistent with the original records when performing updates. ### List SecurityAreaUserGroup with optional UserGroup Key filter - [GET /security-area-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/listsecurityareausergroup_byusergroupkey.md): Lists all SecurityAreaUserGroup records across all security areas. If UserGroup_Key is provided, filters by that value. ### Get SecurityAreaUserGroup - [GET /security-areas/{securityArea}/user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/getsecurityareausergroup.md): Gets SecurityAreaUserGroup ### Update SecurityAreaUserGroup - [PUT /security-areas/{securityArea}/user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/updatesecurityareausergroup.md): Updates an existing SecurityAreaUserGroup for the specified Security_Area and UserGroup_Key. Please note: The Security_Area and UserGroup_Key fields represent the primary identifiers for this record and cannot be modified during an update. These fields must match the values of the existing record being updated. ### Delete SecurityAreaUserGroup - [DELETE /security-areas/{securityArea}/user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/deletesecurityareausergroup.md): Deletes an SecurityAreaUserGroup ### List Secure Groups - [GET /secure-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-user-groups/listsecuregroupsforuserid.md): Lists all Secure Groups for a given User ID ## Security Area Users ### Create SecurityAreaUser - [POST /security-areas/{securityArea}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/createsecurityareauser.md): Creates a new SecurityAreaUser ### List SecurityAreaUser - [GET /security-areas/{securityArea}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/listsecurityareauser.md): Lists all SecurityAreaUser given securityArea ### Get SecurityAreaUser - [GET /security-areas/{securityArea}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/getsecurityareauser.md): Gets SecurityAreaUser ### Update SecurityAreaUser - [PUT /security-areas/{securityArea}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/updatesecurityareauser.md): Updates a specific SecurityAreaUser. ### Delete SecurityAreaUser - [DELETE /security-areas/{securityArea}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/deletesecurityareauser.md): Deletes an SecurityAreaUser ### Create or Update Batch SecurityAreaUser - [PUT /security-areas/{securityArea}/users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/updatebatchsecurityareauser.md): Create or Update multiple SecurityAreaUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### List SecurityAreaUser for a User ID - [GET /security-area-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-area-users/listsecurityareasforuser.md): Lists all SecurityAreaUser objects for a given User ID. This will show all of the Areas in which a User is a member. ## Security Areas ### Create SecurityArea - [POST /security-areas](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-areas/createsecurityarea.md): Creates a new SecurityArea ### List SecurityArea - [GET /security-areas](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-areas/listsecurityarea.md): Lists all SecurityArea ### Get SecurityArea - [GET /security-areas/{securityArea}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-areas/getsecurityarea.md): Gets SecurityArea ### Update SecurityArea - [PUT /security-areas/{securityArea}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-areas/updatesecurityarea.md): Updates a specific SecurityArea. ### Delete SecurityArea - [DELETE /security-areas/{securityArea}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-areas/deletesecurityarea.md): Deletes an SecurityArea ### Create or Update Batch SecurityArea - [PUT /security-areas-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-areas/updatebatchsecurityarea.md): Create or Update multiple SecurityArea at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Field Set Details ### Create SecurityFieldSetDetail - [POST /security-field-sets/{SecurityFieldSet_ID}/fields/{SecurityField_ID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-set-details/createsecurityfieldsetdetail.md): Creates a new SecurityFieldSetDetail ### Get SecurityFieldSetDetail - [GET /security-field-sets/{SecurityFieldSet_ID}/fields/{SecurityField_ID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-set-details/getsecurityfieldsetdetail.md): Gets SecurityFieldSetDetail ### Update SecurityFieldSetDetail - [PUT /security-field-sets/{SecurityFieldSet_ID}/fields/{SecurityField_ID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-set-details/updatesecurityfieldsetdetail.md): Updates a specific SecurityFieldSetDetail. ### Delete SecurityFieldSetDetail - [DELETE /security-field-sets/{SecurityFieldSet_ID}/fields/{SecurityField_ID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-set-details/deletesecurityfieldsetdetail.md): Deletes an SecurityFieldSetDetail ### List SecurityFieldSetDetail - [GET /security-field-sets/{SecurityFieldSet_ID}/details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-set-details/listsecurityfieldsetdetail.md): Lists all SecurityFieldSetDetail for the given SecurityFieldSet_ID ### Create or Update Batch SecurityFieldSetDetail - [PUT /security-field-sets/{SecurityFieldSet_ID}/details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-set-details/updatebatchsecurityfieldsetdetail.md): Create or Update multiple SecurityFieldSetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Field Sets ### Create SecurityFieldSet - [POST /security-field-sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-sets/createsecurityfieldset.md): Creates a new SecurityFieldSet ### List SecurityFieldSet - [GET /security-field-sets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-sets/listsecurityfieldset.md): Lists all SecurityFieldSet ### Get SecurityFieldSet - [GET /security-field-sets/{SecurityFieldSet_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-sets/getsecurityfieldset.md): Gets SecurityFieldSet ### Update SecurityFieldSet - [PUT /security-field-sets/{SecurityFieldSet_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-sets/updatesecurityfieldset.md): Updates a specific SecurityFieldSet. ### Delete SecurityFieldSet - [DELETE /security-field-sets/{SecurityFieldSet_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-sets/deletesecurityfieldset.md): Deletes an SecurityFieldSet ### Create or Update Batch SecurityFieldSet - [PUT /security-field-sets-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-sets/updatebatchsecurityfieldset.md): Create or Update multiple SecurityFieldSet at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Field User Groups ### Create SecurityFieldUserGroup - [POST /security-field-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-user-groups/createsecurityfieldusergroup.md): Creates a new SecurityFieldUserGroup ### List SecurityFieldUserGroup - [GET /security-field-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-user-groups/listsecurityfieldusergroup.md): Lists all SecurityFieldUserGroup ### Get SecurityFieldUserGroup - [GET /security-field-user-groups/{SecurityFieldUserGroup_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-user-groups/getsecurityfieldusergroup.md): Gets SecurityFieldUserGroup ### Update SecurityFieldUserGroup - [PUT /security-field-user-groups/{SecurityFieldUserGroup_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-user-groups/updatesecurityfieldusergroup.md): Updates a specific SecurityFieldUserGroup. ### Delete SecurityFieldUserGroup - [DELETE /security-field-user-groups/{SecurityFieldUserGroup_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-user-groups/deletesecurityfieldusergroup.md): Deletes an SecurityFieldUserGroup ### Create or Update Batch SecurityFieldUserGroup - [PUT /security-field-user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-user-groups/updatebatchsecurityfieldusergroup.md): Create or Update multiple SecurityFieldUserGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Field Users ### Create SecurityFieldUser - [POST /security-field-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-users/createsecurityfielduser.md): Creates a new SecurityFieldUser ### List SecurityFieldUser - [GET /security-field-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-users/listsecurityfielduser.md): Lists all SecurityFieldUser ### Get SecurityFieldUser - [GET /security-field-users/{SecurityFieldUser_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-users/getsecurityfielduser.md): Gets SecurityFieldUser ### Update SecurityFieldUser - [PUT /security-field-users/{SecurityFieldUser_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-users/updatesecurityfielduser.md): Updates a specific SecurityFieldUser. ### Delete SecurityFieldUser - [DELETE /security-field-users/{SecurityFieldUser_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-users/deletesecurityfielduser.md): Deletes an SecurityFieldUser ### Create or Update Batch SecurityFieldUser - [PUT /security-field-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-field-users/updatebatchsecurityfielduser.md): Create or Update multiple SecurityFieldUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Fields ### Create SecurityField - [POST /security-fields](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-fields/createsecurityfield.md): Creates a new SecurityField ### List SecurityField - [GET /security-fields](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-fields/listsecurityfield.md): Lists all SecurityField ### Get SecurityField - [GET /security-fields/{SecurityField_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-fields/getsecurityfield.md): Gets SecurityField ### Update SecurityField - [PUT /security-fields/{SecurityField_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-fields/updatesecurityfield.md): Updates a specific SecurityField. ### Delete SecurityField - [DELETE /security-fields/{SecurityField_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-fields/deletesecurityfield.md): Deletes an SecurityField ### Create or Update Batch SecurityField - [PUT /security-fields-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-fields/updatebatchsecurityfield.md): Create or Update multiple SecurityField at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Group Division User Groups ### Create SecurityGroupDivisionUserGroup - [POST /security-group-division-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-user-groups/createsecuritygroupdivisionusergroup.md): Creates a new SecurityGroupDivisionUserGroup ### List SecurityGroupDivisionUserGroup - [GET /security-group-division-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-user-groups/listsecuritygroupdivisionusergroup.md): Lists all SecurityGroupDivisionUserGroup with optional groupID filter ### Get SecurityGroupDivisionUserGroup - [GET /security-group-division-user-groups/{securityGroupDivisionUserGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-user-groups/getsecuritygroupdivisionusergroup.md): Gets SecurityGroupDivisionUserGroup ### Update SecurityGroupDivisionUserGroup - [PUT /security-group-division-user-groups/{securityGroupDivisionUserGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-user-groups/updatesecuritygroupdivisionusergroup.md): Updates a specific SecurityGroupDivisionUserGroup. ### Delete SecurityGroupDivisionUserGroup - [DELETE /security-group-division-user-groups/{securityGroupDivisionUserGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-user-groups/deletesecuritygroupdivisionusergroup.md): Deletes an SecurityGroupDivisionUserGroup ### Create or Update Batch SecurityGroupDivisionUserGroup - [PUT /security-group-division-user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-user-groups/updatebatchsecuritygroupdivisionusergroup.md): Create or Update multiple SecurityGroupDivisionUserGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Group Division Users ### Create SecurityGroupDivisionUser - [POST /security-group-division-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-users/createsecuritygroupdivisionuser.md): Creates a new SecurityGroupDivisionUser ### List SecurityGroupDivisionUser - [GET /security-group-division-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-users/listsecuritygroupdivisionuser.md): Lists all SecurityGroupDivisionUser with optional userID and groupID filters ### Get SecurityGroupDivisionUser - [GET /security-group-division-users/{securityGroupDivisionUserKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-users/getsecuritygroupdivisionuser.md): Gets SecurityGroupDivisionUser ### Update SecurityGroupDivisionUser - [PUT /security-group-division-users/{securityGroupDivisionUserKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-users/updatesecuritygroupdivisionuser.md): Updates a specific SecurityGroupDivisionUser. ### Delete SecurityGroupDivisionUser - [DELETE /security-group-division-users/{securityGroupDivisionUserKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-users/deletesecuritygroupdivisionuser.md): Deletes an SecurityGroupDivisionUser ### Create or Update Batch SecurityGroupDivisionUser - [PUT /security-group-division-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-group-division-users/updatebatchsecuritygroupdivisionuser.md): Create or Update multiple SecurityGroupDivisionUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security Levels ### List SecurityLevel - [GET /security-levels](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-levels/listsecuritylevel.md): Lists all SecurityLevel ### Get SecurityLevel - [GET /security-levels/{securityLevel}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-levels/getsecuritylevel.md): Gets SecurityLevel ## Security User Limit Member Claim Data ### Create SecurityUserLimitMemberClaimData - [POST /security-user-limit-member-clam-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-limit-member-claim-data/createsecurityuserlimitmemberclaimdata.md): Creates a new SecurityUserLimitMemberClaimData ### List SecurityUserLimitMemberClaimData - [GET /security-user-limit-member-clam-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-limit-member-claim-data/listsecurityuserlimitmemberclaimdata.md): Lists all SecurityUserLimitMemberClaimData ### Get SecurityUserLimitMemberClaimData - [GET /security-user-limit-member-clam-data/{securityUserLimitMemberClaimDataKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-limit-member-claim-data/getsecurityuserlimitmemberclaimdata.md): Gets SecurityUserLimitMemberClaimData ### Update SecurityUserLimitMemberClaimData - [PUT /security-user-limit-member-clam-data/{securityUserLimitMemberClaimDataKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-limit-member-claim-data/updatesecurityuserlimitmemberclaimdata.md): Updates a specific SecurityUserLimitMemberClaimData. ### Delete SecurityUserLimitMemberClaimData - [DELETE /security-user-limit-member-clam-data/{securityUserLimitMemberClaimDataKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-limit-member-claim-data/deletesecurityuserlimitmemberclaimdata.md): Deletes an SecurityUserLimitMemberClaimData ### Create or Update Batch SecurityUserLimitMemberClaimData - [PUT /security-user-limit-member-clam-data-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-limit-member-claim-data/updatebatchsecurityuserlimitmemberclaimdata.md): Create or Update multiple SecurityUserLimitMemberClaimData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Security User Restrictions ### Create SecurityUserRestriction - [POST /security-user-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-restrictions/createsecurityuserrestriction.md): Creates a new SecurityUserRestriction ### List SecurityUserRestriction - [GET /security-user-restrictions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-restrictions/listsecurityuserrestriction.md): Lists all SecurityUserRestriction ### Get SecurityUserRestriction - [GET /security-user-restrictions/{securityUserRestrictionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-restrictions/getsecurityuserrestriction.md): Gets SecurityUserRestriction ### Update SecurityUserRestriction - [PUT /security-user-restrictions/{securityUserRestrictionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-restrictions/updatesecurityuserrestriction.md): Updates a specific SecurityUserRestriction. ### Delete SecurityUserRestriction - [DELETE /security-user-restrictions/{securityUserRestrictionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-restrictions/deletesecurityuserrestriction.md): Deletes an SecurityUserRestriction ### Create or Update Batch SecurityUserRestriction - [PUT /security-user-restrictions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/security-user-restrictions/updatebatchsecurityuserrestriction.md): Create or Update multiple SecurityUserRestriction at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## User Field Security ### List USERFIELDSECURITY - [GET /user-field-security](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-field-security/listuserfieldsecurity.md): Lists all USERFIELDSECURITY ## Support ### List All Clients - [GET /support/clients](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/listclients.md): Lists the clients ### Get Client - [GET /support/client](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/getclient.md): Gets the client details for the given client id and client code. ### Create Support User in a client environment - [POST /support/client-users/add-me](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/createsupportuser.md): This endpoint allows you to create a support user and add them to a specific client's database. ### Disables the Support User in a client environment - [POST /support/client-users/disable-me](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/disablesupportuser.md): This endpoint allows you to disable the currently authenticated Support user within the client's environment instead of deleting them. ### List of all Users in a client environment - [GET /support/client-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/listclientusers.md) ## Authentication ### Log out user - [POST /logout](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/logoutuser.md): Terminates the current user's session and logs them out of the system. ### Forcefully terminate a user session - [POST /kick/{userId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/kickuser.md): Ends the session of the specified user. ### Forcefully terminate the longest active user session - [POST /kick](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/kicklongestsessionuser.md): Ends the session of the user who has been logged in the longest, forcing them to log in again. ### Get Password Policy - [GET /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/getpasswordpolicy.md): Retrieves the current Cognito password policy. ### Update Password Policy - [PUT /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/updatepasswordpolicy.md): Updates the Cognito password policy. ### Get Password Policy - [GET /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/password-policy/getpasswordpolicy.md): Retrieves the current Cognito password policy. ### Update Password Policy - [PUT /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/password-policy/updatepasswordpolicy.md): Updates the Cognito password policy. ## Password Policy ### Get Password Policy - [GET /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/getpasswordpolicy.md): Retrieves the current Cognito password policy. ### Update Password Policy - [PUT /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/authentication/updatepasswordpolicy.md): Updates the Cognito password policy. ### Get Password Policy - [GET /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/password-policy/getpasswordpolicy.md): Retrieves the current Cognito password policy. ### Update Password Policy - [PUT /password-policy](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/password-policy/updatepasswordpolicy.md): Updates the Cognito password policy. ## Multi-Factor Auth ### Request MFA Device Setup - [POST /mfa-setup](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/mfadevicesetup.md): Generates a SecretCode and a QR code. Either can be used for setting up multi-factor authentication (MFA) with an authenticator app. ### Verify an MFA Device Setup - [POST /mfa-verify-setup](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/verifymfadevicesetup.md): Verifies the registration of a multi-factor authentication (MFA) device for the user by verifying the software token and associating it with the user's account. ### Disable MFA - [POST /mfa-disable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/disablemfasetup.md): Disables MFA (Multi-Factor Authentication) for a specified user. If a MFA software token has previously been registered, it is not destroyed, just disabled. ### Enable MFA - [POST /mfa-enable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/enablemfasetup.md): Enables MFA (Multi-Factor Authentication) for a specified user. If an MFA software token has previously been registered, it will be re-enabled. ### Enable MFA for all Users - [POST /mfa-enable-globally](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/enablemfaglobally.md): Enables MFA (Multi-Factor Authentication) for all users in the organization. If an MFA software token has previously been registered, it will be re-enabled. ### Disable MFA for all Users - [POST /mfa-disable-globally](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/disablemfaglobally.md): Disables MFA (Multi-Factor Authentication) for all users in the organization. If an MFA software token has previously been registered, it will be set to inactive. ### Get Current MFA Status - [GET /mfa-status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/multi-factor-auth/getmfastatus.md): Fetches the current multi-factor authentication (MFA) status for the logged-in user. ## User ### User Authentication - [POST /user-authentication](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userauthentication.md): Starts User Authentication ### Refresh User Tokens - [POST /user-refresh-tokens](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/refreshusertokens.md): Uses the Refresh Token to obtain new JWT tokens to extend the user's session. ### Change Temporary Password - [POST /change-temporary-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userchangetemppassword.md): Changes a User's temporary password. ### Forgot Password - [POST /forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/forgotpassword.md): Begin password recovery flow. Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password. ### Confirm Forgot Password - [POST /confirm-forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/confirmforgotpassword.md): Allows a user to enter a confirmation code to reset a forgotten password. ### User Change Password - [POST /users/{userID}/change-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userchangepassword.md): User requests to change their password. ### Admin Reset User Password - [POST /users/{userID}/admin-reset-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userresetpassword.md): Admin request to reset a User's password. When an Administrator calls this API, the User's current password is invalidated and must be changed. If a user tries to sign in after the API is called, the User will get a PasswordResetRequired message back and should use the forgot password flow. In addition, if a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password. ### Admin Disable User - [POST /users/{userID}/admin-disable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/admindisableuser.md): Admin request to disable a User. ### Admin Enable User - [POST /users/{userID}/admin-enable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/adminenableuser.md): Admin request to enable a User. ### Admin Resend Confirmation Code - [POST /users/{userID}/resend-confirmation-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/adminresendconfirmationcode.md): Resends a User a confirmation code. ### Admin Resend Welcome Message - [POST /users/{userID}/resend-welcome-message](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/adminresendwelcomemesasge.md): Resends the invitation message to a user that already exists and resets the expiration on the user's sign-up window. ### Submit MFA Code - [POST /mfa-submit-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/submitmfacode.md): Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process. ### Create User - [POST /users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/createusers.md): Creates a new User ### List Users - [GET /users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/listusers.md): Lists all Users with an optional filter for login status. Login status values: 1=Logged In, 2=Logged Out, 3=Kicked. ### Get User - [GET /users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/getuser.md): Gets a User by ID ### Update User - [PUT /users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/updateuser.md): Updates a specific User ### Delete User - [DELETE /users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/deleteuser.md): Delete a User ### Create or Update Batch Users - [PUT /users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/updatebatchusers.md): Create or Update multiple Users at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ### User Authentication - [POST /user-authentication](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userauthentication.md): Starts User Authentication ### Refresh User Tokens - [POST /user-refresh-tokens](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/refreshusertokens.md): Uses the Refresh Token to obtain new JWT tokens to extend the user's session. ### Change Temporary Password - [POST /change-temporary-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userchangetemppassword.md): Changes a User's temporary password. ### Forgot Password - [POST /forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/forgotpassword.md): Begin password recovery flow. Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password. ### Confirm Forgot Password - [POST /confirm-forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/confirmforgotpassword.md): Allows a user to enter a confirmation code to reset a forgotten password. ### User Change Password - [POST /users/{userID}/change-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userchangepassword.md): User requests to change their password. ### Admin Reset User Password - [POST /users/{userID}/admin-reset-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userresetpassword.md): Admin request to reset a User's password. When an Administrator calls this API, the User's current password is invalidated and must be changed. If a user tries to sign in after the API is called, the User will get a PasswordResetRequired message back and should use the forgot password flow. In addition, if a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password. ### Admin Disable User - [POST /users/{userID}/admin-disable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/admindisableuser.md): Admin request to disable a User. ### Admin Enable User - [POST /users/{userID}/admin-enable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/adminenableuser.md): Admin request to enable a User. ### Admin Resend Confirmation Code - [POST /users/{userID}/resend-confirmation-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/adminresendconfirmationcode.md): Resends a User a confirmation code. ### Admin Resend Welcome Message - [POST /users/{userID}/resend-welcome-message](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/adminresendwelcomemesasge.md): Resends the invitation message to a user that already exists and resets the expiration on the user's sign-up window. ## User Account ### User Authentication - [POST /user-authentication](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userauthentication.md): Starts User Authentication ### Refresh User Tokens - [POST /user-refresh-tokens](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/refreshusertokens.md): Uses the Refresh Token to obtain new JWT tokens to extend the user's session. ### Change Temporary Password - [POST /change-temporary-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userchangetemppassword.md): Changes a User's temporary password. ### Forgot Password - [POST /forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/forgotpassword.md): Begin password recovery flow. Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password. ### Confirm Forgot Password - [POST /confirm-forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/confirmforgotpassword.md): Allows a user to enter a confirmation code to reset a forgotten password. ### User Change Password - [POST /users/{userID}/change-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userchangepassword.md): User requests to change their password. ### Admin Reset User Password - [POST /users/{userID}/admin-reset-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/userresetpassword.md): Admin request to reset a User's password. When an Administrator calls this API, the User's current password is invalidated and must be changed. If a user tries to sign in after the API is called, the User will get a PasswordResetRequired message back and should use the forgot password flow. In addition, if a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password. ### Admin Disable User - [POST /users/{userID}/admin-disable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/admindisableuser.md): Admin request to disable a User. ### Admin Enable User - [POST /users/{userID}/admin-enable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/adminenableuser.md): Admin request to enable a User. ### Admin Resend Confirmation Code - [POST /users/{userID}/resend-confirmation-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/adminresendconfirmationcode.md): Resends a User a confirmation code. ### Admin Resend Welcome Message - [POST /users/{userID}/resend-welcome-message](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user/adminresendwelcomemesasge.md): Resends the invitation message to a user that already exists and resets the expiration on the user's sign-up window. ### User Authentication - [POST /user-authentication](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userauthentication.md): Starts User Authentication ### Refresh User Tokens - [POST /user-refresh-tokens](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/refreshusertokens.md): Uses the Refresh Token to obtain new JWT tokens to extend the user's session. ### Change Temporary Password - [POST /change-temporary-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userchangetemppassword.md): Changes a User's temporary password. ### Forgot Password - [POST /forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/forgotpassword.md): Begin password recovery flow. Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password. ### Confirm Forgot Password - [POST /confirm-forgot-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/confirmforgotpassword.md): Allows a user to enter a confirmation code to reset a forgotten password. ### User Change Password - [POST /users/{userID}/change-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userchangepassword.md): User requests to change their password. ### Admin Reset User Password - [POST /users/{userID}/admin-reset-password](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/userresetpassword.md): Admin request to reset a User's password. When an Administrator calls this API, the User's current password is invalidated and must be changed. If a user tries to sign in after the API is called, the User will get a PasswordResetRequired message back and should use the forgot password flow. In addition, if a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password. ### Admin Disable User - [POST /users/{userID}/admin-disable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/admindisableuser.md): Admin request to disable a User. ### Admin Enable User - [POST /users/{userID}/admin-enable](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/adminenableuser.md): Admin request to enable a User. ### Admin Resend Confirmation Code - [POST /users/{userID}/resend-confirmation-code](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/adminresendconfirmationcode.md): Resends a User a confirmation code. ### Admin Resend Welcome Message - [POST /users/{userID}/resend-welcome-message](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/adminresendwelcomemesasge.md): Resends the invitation message to a user that already exists and resets the expiration on the user's sign-up window. ### Lock User Account - [PUT /users/{userID}/lock](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/lockuseraccount.md): Locks a specific user account to prevent access ### Unlock User Account - [PUT /users/{userID}/unlock](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-account/unlockuseraccount.md): Unlocks a specific user account to grant access ## User Amount ### Create UserAmount - [POST /users/{userID}/amounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount/createuseramount.md): Creates a new UserAmount ### List UserAmount - [GET /users/{userID}/amounts](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount/listuseramounts.md): Lists all UserAmount given a specific userID ### Get UserAmount - [GET /users/{userID}/amounts/{userAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount/getuseramount.md): Gets UserAmount ### Update UserAmount - [PUT /users/{userID}/amounts/{userAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount/updateuseramount.md): Updates a specific UserAmount. ### Delete UserAmount - [DELETE /users/{userID}/amounts/{userAmountKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount/deleteuseramount.md): Deletes an UserAmount ## User Amount Procedure ### Create UserAmountProcedure - [POST /users/{userID}/amounts/{userAmountKey}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount-procedure/createuseramountprocedure.md): Creates a new UserAmountProcedure ### List UserAmountProcedure - [GET /users/{userID}/amounts/{userAmountKey}/procedures](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount-procedure/listuseramountprocedure.md): Lists all UserAmountProcedure given a specific userAmountKey,userAmountProcedureKey ### Get UserAmountProcedure - [GET /users/{userID}/amounts/{userAmountKey}/procedures/{userAmountProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount-procedure/getuseramountprocedure.md): Gets UserAmountProcedure ### Update UserAmountProcedure - [PUT /users/{userID}/amounts/{userAmountKey}/procedures/{userAmountProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount-procedure/updateuseramountprocedure.md): Updates a specific UserAmountProcedure. ### Delete UserAmountProcedure - [DELETE /users/{userID}/amounts/{userAmountKey}/procedures/{userAmountProcedureKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount-procedure/deleteuseramountprocedure.md): Deletes an UserAmountProcedure ### Create or Update Batch UserAmountProcedure - [PUT /users/{userID}/amounts/{userAmountKey}/procedures-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-amount-procedure/updatebatchuseramountprocedure.md): Create or Update multiple UserAmountProcedure at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## User Experience ### Get the Most Visited Areas - [GET /users/{userID}/most-visited](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-experience/getmostvisited.md): Get the most visited areas by a specific user. Query parameter Count determines the number of most visited items to find. Days query parameter determines how many days to consider in the search. ### Get the Recently Visited Areas - [GET /users/{userID}/recently-visited](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-experience/getrecentlyvisited.md): Get recently visited areas by a specific user. Query parameter Count determines the number of recently visited areas to find. Days query parameter determines how many days to consider in the search. ## User Group Mappings ### Create UserGroupMapping - [POST /user-groups/{userGroupKey}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-group-mappings/createusergroupmapping.md): Creates a new UserGroupMapping ### Get UserGroupMapping - [GET /user-groups/{userGroupKey}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-group-mappings/getusergroupmapping.md): Gets UserGroupMapping ### Delete UserGroupMapping - [DELETE /user-groups/{userGroupKey}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-group-mappings/deleteusergroupmapping.md): Deletes an UserGroupMapping ### List UserGroupMapping - [GET /user-groups/{userGroupKey}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-group-mappings/listusergroupmapping.md): Lists all UserGroupMapping for a specific userGroupKey ### List UserGroupMapping - [GET /user-group-mappings](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-group-mappings/listusergroupmappingfiltered.md): Lists all UserGroupMappings with optional filter for User_ID ### Create multiple UserGroupMappings - [PUT /user-groups/{userGroupKey}/users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-group-mappings/updatebatchusergroupmapping.md): Create multiple UserGroupMapping at once. If the entity already exists, an error will be returned for that item. If the entity does not exist, it will be created. ## User Groups ### Create UserGroup - [POST /user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-groups/createusergroup.md): Creates a new UserGroup ### List UserGroup - [GET /user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-groups/listusergroup.md): Lists all UserGroup ### Get UserGroup - [GET /user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-groups/getusergroup.md): Gets UserGroup ### Update UserGroup - [PUT /user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-groups/updateusergroup.md): Updates a specific UserGroup. ### Delete UserGroup - [DELETE /user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-groups/deleteusergroup.md): Deletes an UserGroup ### Create or Update Batch UserGroup - [PUT /user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-groups/updatebatchusergroup.md): Create or Update multiple UserGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## User LogTypes ### Create UserLogType Assignment - [POST /users/{userID}/log-types/{logType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-logtypes/createuserlogtype.md): Creates a new link between an existing User and a LogType ### Get UserLogType - [GET /users/{userID}/log-types/{logType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-logtypes/getuserlogtype.md): Gets UserLogType ### Delete User LogType - [DELETE /users/{userID}/log-types/{logType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-logtypes/deleteuserlogtype.md): Deletes a specific User to LogType assignment ### List User LogTypes - [GET /users/{userID}/log-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-logtypes/listuserlogtypes.md): Lists all LogTypes for a specific User ID ### Create Batch User LogType - [PUT /users/{userID}/log-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-logtypes/updatebatchuserlogtype.md): Create multiple User LogType assignments at once. ## User Note Access ### Create User Note Access - [POST /users/{userID}/note-access](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-note-access/createusernoteaccess.md): Creates a new User Note Access ### List User Note Access - [GET /users/{userID}/note-access](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-note-access/listusernoteaccess.md): Lists all User Note Access given a specific userID ### Get User Note Access - [GET /users/{userID}/note-access/{userNoteAccessKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-note-access/getusernoteaccess.md): Gets User Note Access ### Update User Note Access - [PUT /users/{userID}/note-access/{userNoteAccessKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-note-access/updateusernoteaccess.md): Updates a specific User Note Access. ### Delete User Note Access - [DELETE /users/{userID}/note-access/{userNoteAccessKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-note-access/deleteusernoteaccess.md): Deletes an User Note Access ### Create or Update Batch User Note Access - [PUT /users/{userID}/note-access-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-note-access/updatebatchusernoteaccess.md): Create or Update multiple User Note Access at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## UserAmount ### Create or Update Batch UserAmount - [PUT /users/{userID}/amounts-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/useramount/updatebatchuseramount.md): Create or Update multiple UserAmount at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## UserStatus ### Get User Status - [GET /users/{userId}/status](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/userstatus/getuserstatus.md): Retrieves the current status of the user, including reminders and login status. ## VBAGateway Subscription ### Create VBAGatewaySubscription - [POST /vbagateway-subscriptions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription/createvbagatewaysubscription.md): Creates a new VBAGatewaySubscription ### List VBAGatewaySubscription - [GET /vbagateway-subscriptions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription/listvbagatewaysubscription.md): Lists all VBAGatewaySubscription ### Get VBAGatewaySubscription - [GET /vbagateway-subscriptions/{VBAGatewaySubscription_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription/getvbagatewaysubscription.md): Gets VBAGatewaySubscription ### Update VBAGatewaySubscription - [PUT /vbagateway-subscriptions/{VBAGatewaySubscription_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription/updatevbagatewaysubscription.md): Updates a specific VBAGatewaySubscription. ### Delete VBAGatewaySubscription - [DELETE /vbagateway-subscriptions/{VBAGatewaySubscription_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription/deletevbagatewaysubscription.md): Deletes an VBAGatewaySubscription ### Create or Update Batch VBAGatewaySubscription - [PUT /vbagateway-subscriptions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription/updatebatchvbagatewaysubscription.md): Create or Update multiple VBAGatewaySubscription at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBAGateway Subscription Detail ### Create VBAGatewaySubscriptionDetail - [POST /vbagateway-subscription-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription-detail/createvbagatewaysubscriptiondetail.md): Creates a new VBAGatewaySubscriptionDetail ### List VBAGatewaySubscriptionDetail - [GET /vbagateway-subscription-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription-detail/listvbagatewaysubscriptiondetail.md): Lists all VBAGatewaySubscriptionDetail ### Get VBAGatewaySubscriptionDetail - [GET /vbagateway-subscription-details/{VBAGatewaySubscriptionDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription-detail/getvbagatewaysubscriptiondetail.md): Gets VBAGatewaySubscriptionDetail ### Update VBAGatewaySubscriptionDetail - [PUT /vbagateway-subscription-details/{VBAGatewaySubscriptionDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription-detail/updatevbagatewaysubscriptiondetail.md): Updates a specific VBAGatewaySubscriptionDetail. ### Delete VBAGatewaySubscriptionDetail - [DELETE /vbagateway-subscription-details/{VBAGatewaySubscriptionDetail_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription-detail/deletevbagatewaysubscriptiondetail.md): Deletes an VBAGatewaySubscriptionDetail ### Create or Update Batch VBAGatewaySubscriptionDetail - [PUT /vbagateway-subscription-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbagateway-subscription-detail/updatebatchvbagatewaysubscriptiondetail.md): Create or Update multiple VBAGatewaySubscriptionDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## VBA Reports ### Retrieve VBAReporting token - [GET /vbareporting/token](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-reports/gettoken.md): Retrieves a token for VBAReporting integration. ### List VBA Reports (deprecated) - [GET /reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-reports/listvba_reports.md): Retrieves a list of all available VBA Reports. ### List Bold Reports (deprecated) - [GET /reports/vbareporting](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-reports/listbold_reports.md): Retrieves a list of all available Bold Reports, optionally scoped to a specific category. ### Retrieve VBA Report associated with a Report Definition (deprecated) - [GET /reports/{reportDefinition_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-reports/getvba_report.md): Retrieves a specific VBA Report by its unique definition key. ### Retrieve VBA Report token (deprecated) - [GET /reports/token](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vba-reports/getvba_report_token.md): Retrieves a token for VBA Report integration. ## VBAReporting ### List VBAReporting Reports - [GET /vbareporting/reports](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbareporting/list.md): Retrieves a list of all available VBAReporting reports by optional category. ### Retrieve VBAReporting Report - [GET /vbareporting/reports/{vbaReportingId}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbareporting/get.md): Retrieves a specific VBAReporting report by its VBAReporting ID. ### Download VBAReporting Report - [POST /vbareporting/reports/download](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbareporting/downloadvbareport.md): Downloads a specific VBAReporting report by its VBAReporting ID in PDF format. The report is generated based on the provided parameters. If parameters are missing or not supplied, the report will attempt to run and return results. The caller should ensure that the parameter names and values match the report's requirements. ## Workflow Details ### Create WorkflowDetail - [POST /workflow-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-details/createworkflowdetail.md): Creates a new WorkflowDetail ### List WorkflowDetail - [GET /workflow-details](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-details/listworkflowdetail.md): Lists all WorkflowDetail ### Get WorkflowDetail - [GET /workflow-details/{workflowDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-details/getworkflowdetail.md): Gets WorkflowDetail ### Update WorkflowDetail - [PUT /workflow-details/{workflowDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-details/updateworkflowdetail.md): Updates a specific WorkflowDetail. ### Delete WorkflowDetail - [DELETE /workflow-details/{workflowDetailKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-details/deleteworkflowdetail.md): Deletes an WorkflowDetail ### Create or Update Batch WorkflowDetail - [PUT /workflow-details-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-details/updatebatchworkflowdetail.md): Create or Update multiple WorkflowDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Workflow Task Options ### Create WorkflowTaskOption - [POST /workflows/{workflowKey}/tasks/{workflowTaskSeq}/options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-options/createworkflowtaskoption.md): Creates a new WorkflowTaskOption ### List WorkflowTaskOption - [GET /workflows/{workflowKey}/tasks/{workflowTaskSeq}/options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-options/listworkflowtaskoption.md): Lists all WorkflowTaskOption for the given workflowKey and workflowTaskSeq ### Get WorkflowTaskOption - [GET /workflows/{workflowKey}/tasks/{workflowTaskSeq}/options/{workflowTaskOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-options/getworkflowtaskoption.md): Gets WorkflowTaskOption ### Delete WorkflowTaskOption - [DELETE /workflows/{workflowKey}/tasks/{workflowTaskSeq}/options/{workflowTaskOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-options/deleteworkflowtaskoption.md): Deletes an WorkflowTaskOption ### Create Batch WorkflowTaskOption - [PUT /workflows/{workflowKey}/tasks/{workflowTaskSeq}/options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-options/updatebatchworkflowtaskoption.md): Create multiple WorkflowTaskOption at once. If the entity does not exist, it will be created. If the entity does exist, an error message will be treturned. ## Workflow Task Users ### Create WorkflowTaskUser - [POST /workflows/{workflowKey}/tasks/{workflowTaskSeq}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-users/createworkflowtaskuser.md): Creates a new WorkflowTaskUser ### List WorkflowTaskUser - [GET /workflows/{workflowKey}/tasks/{workflowTaskSeq}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-users/listworkflowtaskuser.md): Lists all WorkflowTaskUser for the given workflowKey and workflowTaskSeq ### Get WorkflowTaskUser - [GET /workflows/{workflowKey}/tasks/{workflowTaskSeq}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-users/getworkflowtaskuser.md): Gets WorkflowTaskUser ### Update WorkflowTaskUser - [PUT /workflows/{workflowKey}/tasks/{workflowTaskSeq}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-users/updateworkflowtaskuser.md): Updates a specific WorkflowTaskUser. ### Delete WorkflowTaskUser - [DELETE /workflows/{workflowKey}/tasks/{workflowTaskSeq}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-users/deleteworkflowtaskuser.md): Deletes an WorkflowTaskUser ### Create or Update Batch WorkflowTaskUser - [PUT /workflows/{workflowKey}/tasks/{workflowTaskSeq}/users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-task-users/updatebatchworkflowtaskuser.md): Create or Update multiple WorkflowTaskUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Workflow Tasks ### Create WorkflowTask - [POST /workflows/{workflowKey}/tasks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-tasks/createworkflowtask.md): Creates a new WorkflowTask ### List WorkflowTask - [GET /workflows/{workflowKey}/tasks](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-tasks/listworkflowtask.md): Lists all WorkflowTask for the given workflowKey ### Get WorkflowTask - [GET /workflows/{workflowKey}/tasks/{workflowTaskSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-tasks/getworkflowtask.md): Gets WorkflowTask ### Update WorkflowTask - [PUT /workflows/{workflowKey}/tasks/{workflowTaskSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-tasks/updateworkflowtask.md): Updates a specific WorkflowTask. ### Delete WorkflowTask - [DELETE /workflows/{workflowKey}/tasks/{workflowTaskSeq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-tasks/deleteworkflowtask.md): Deletes an WorkflowTask ### Create or Update Batch WorkflowTask - [PUT /workflows/{workflowKey}/tasks-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-tasks/updatebatchworkflowtask.md): Create or Update multiple WorkflowTask at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Workflow Type Task Options ### Create WorkflowTypeTaskOption - [POST /workflow-types/{workflowType}/task-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-type-task-options/createworkflowtypetaskoption.md): Creates a new WorkflowTypeTaskOption ### List WorkflowTypeTaskOption - [GET /workflow-types/{workflowType}/task-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-type-task-options/listworkflowtypetaskoption.md): Lists all WorkflowTypeTaskOption for the given workflowType ### Get WorkflowTypeTaskOption - [GET /workflow-types/{workflowType}/task-options/{workflowTaskOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-type-task-options/getworkflowtypetaskoption.md): Gets WorkflowTypeTaskOption ### Update WorkflowTypeTaskOption - [PUT /workflow-types/{workflowType}/task-options/{workflowTaskOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-type-task-options/updateworkflowtypetaskoption.md): Updates a specific WorkflowTypeTaskOption. ### Delete WorkflowTypeTaskOption - [DELETE /workflow-types/{workflowType}/task-options/{workflowTaskOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-type-task-options/deleteworkflowtypetaskoption.md): Deletes an WorkflowTypeTaskOption ### Create or Update Batch WorkflowTypeTaskOption - [PUT /workflow-types/{workflowType}/task-options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-type-task-options/updatebatchworkflowtypetaskoption.md): Create or Update multiple WorkflowTypeTaskOption at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Workflow Types ### Create WorkflowType - [POST /workflow-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-types/createworkflowtype.md): Creates a new WorkflowType ### List WorkflowType - [GET /workflow-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-types/listworkflowtype.md): Lists all WorkflowType ### Get WorkflowType - [GET /workflow-types/{workflowType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-types/getworkflowtype.md): Gets WorkflowType ### Update WorkflowType - [PUT /workflow-types/{workflowType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-types/updateworkflowtype.md): Updates a specific WorkflowType. ### Delete WorkflowType - [DELETE /workflow-types/{workflowType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-types/deleteworkflowtype.md): Deletes an WorkflowType ### Create or Update Batch WorkflowType - [PUT /workflow-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-types/updatebatchworkflowtype.md): Create or Update multiple WorkflowType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Workflow Users ### Create WorkflowUser - [POST /workflows/{workflowKey}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-users/createworkflowuser.md): Creates a new WorkflowUser ### List WorkflowUser - [GET /workflows/{workflowKey}/users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-users/listworkflowuser.md): Lists all WorkflowUser for the given workflowKey ### Get WorkflowUser - [GET /workflows/{workflowKey}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-users/getworkflowuser.md): Gets WorkflowUser ### Update WorkflowUser - [PUT /workflows/{workflowKey}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-users/updateworkflowuser.md): Updates a specific WorkflowUser. ### Delete WorkflowUser - [DELETE /workflows/{workflowKey}/users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-users/deleteworkflowuser.md): Deletes an WorkflowUser ### Create or Update Batch WorkflowUser - [PUT /workflows/{workflowKey}/users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflow-users/updatebatchworkflowuser.md): Create or Update multiple WorkflowUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Workflows ### Create Workflow - [POST /workflows](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflows/createworkflow.md): Creates a new Workflow ### List Workflow - [GET /workflows](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflows/listworkflow.md): Lists all Workflow ### Get Workflow - [GET /workflows/{workflowKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflows/getworkflow.md): Gets Workflow ### Update Workflow - [PUT /workflows/{workflowKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflows/updateworkflow.md): Updates a specific Workflow. ### Delete Workflow - [DELETE /workflows/{workflowKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflows/deleteworkflow.md): Deletes an Workflow ### Create or Update Batch Workflow - [PUT /workflows-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/workflows/updatebatchworkflow.md): Create or Update multiple Workflow at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.