Claim Adjudication

Adjudicate Single Claim Advanced API

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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
batchNumber
required
integer <int32>

Batch Number

batchClaim
required
integer <int32>

Batch Claim

query Parameters
requestingUser
string

Requesting User

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

post/claim-batches/{batchNumber}/claims/{batchClaim}/adjudicate
Request samples
Response samples
No sample

Adjudicate Single Claim without response Advanced API

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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
batchNumber
required
integer <int32>

Batch Number

batchClaim
required
integer <int32>

Batch Claim

query Parameters
requestingUser
string

Requesting User

header Parameters
vbasoftware-database
required
string

Target database

Responses
202

Accepted

401

Unauthorized

post/claim-batches/{batchNumber}/claims/{batchClaim}/adjudicate-no-response
Request samples

Adjudicate Entire Queue Advanced API

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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
claimQueueKey
required
integer <int32>

Claim Queue Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
202

Accepted

401

Unauthorized

post/claim-queues/{claimQueueKey}/adjudicate
Request samples

Process Single Claim Advanced API

Process 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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
batchNumber
required
integer <int32>

Batch Number

batchClaim
required
integer <int32>

Batch Claim

query Parameters
requestingUser
string

Requesting User

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Claim processed successfully.

202

Claim was accepted and processed, but did not move to the Claim table due to invalid data or business rule violations.

401

Unauthorized

post/claim-batches/{batchNumber}/claims/{batchClaim}/process
Request samples
Response samples
No sample

Process Entire Queue Advanced API

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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
claimQueueKey
required
integer <int32>

Claim Queue Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
202

Accepted

401

Unauthorized

post/claim-queues/{claimQueueKey}/process
Request samples