Adv. Auth

Auth Adjustment Advanced API

Performs an Auth Adjustment using the values and flags specified

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
authNumber
required
string

Auth Number

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
auth_Number
required
string [ 1 .. 20 ] characters

Unique identifier assigned to the authorization.

approved_From
string or null <date-time>

The new date when the authorization approval starts/started.

approved_Thru
string or null <date-time>

The new date when the authorization approval expires/expired

recalcIBNR
required
boolean

Indicates if the IBNR should be recalculated after the Auth Adjustment

copyProcCodes
required
boolean

Indicates if the ProcCodes should be copied after Auth Adjustment

copyDiagCodes
required
boolean

Indicates if the DiagCodes should be copied after Auth Adjustment

procedure_Code
string or null

When CopyProcCodes is NOT used, you can pass a single Procedure Code here to populate the adjusted auth with a default Procedure Code value.

Responses
200

Success

401

Unauthorized

post/auths/{authNumber}/adjust
Request samples
{
  • "auth_Number": "string",
  • "approved_From": "2019-08-24T14:15:22Z",
  • "approved_Thru": "2019-08-24T14:15:22Z",
  • "recalcIBNR": true,
  • "copyProcCodes": true,
  • "copyDiagCodes": true,
  • "procedure_Code": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Process a change in Auth Status Advanced API

Initiates an Auth Status change.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
authNumber
required
string

the Entity

newAuthCode
required
string

New Auth Code

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

post/auths/{authNumber}/process-status/{newAuthCode}
Request samples
Response samples
No sample