UserAmount

Create or Update Batch UserAmount

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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
userID
required
string

User ID

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
userAmount_Key
required
integer <int32>

ID of the User amount. Note: This field is marked as NOT NULL in the database and therefore required by the API.

claim_Type
required
string [ 1 .. 20 ] characters

Identifies the claim type that the amount limit will be applied to.

detail_Amount
number or null <double>

Identifies the amount limit that will be applied.

detail_Column
required
string [ 1 .. 64 ] characters

Identifies the claim detail that the amount limit will be applied to.

effective_Date
string or null <date-time>

Date when the amount limit becomes/became effective.

entry_Date
string <date-time>

Date record was first added to the system

entry_User
string or null <= 20 characters

User that first added the record to the system

ex_Code
string or null <= 6 characters

Identifies the Ex Code that will be applied to any adjudicated claim that exceeds the ‘User Limit’.

term_Date
string or null <date-time>

Date when the amount limit expires/expired.

update_Date
string <date-time>

Date the record was last updated in the system

update_User
string or null <= 20 characters

User that last updated the record in the system

user_ID
required
string [ 1 .. 16 ] characters

ID of the User to whom the amount will be applied.

Responses
207

Success

401

Unauthorized

put/users/{userID}/amounts-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}