Claim Batch Logs

Create ClaimBatchLog

Creates a new ClaimBatchLog

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimBatchLog_Key
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

batch_Claim
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

batch_Number
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

entry_Date
string <date-time>

No longer in use.

entry_User
string or null <= 20 characters

No longer in use.

job_Key
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

log_Action
string or null <= 256 characters

No longer in use.

log_Date
string or null <date-time>

No longer in use.

log_Message
string or null <= 4000 characters

No longer in use.

log_Result
string or null <= 256 characters

No longer in use.

update_Date
string <date-time>

No longer in use.

update_User
string or null <= 20 characters

No longer in use.

Responses
200

Success

401

Unauthorized

post/claim-batch-logs
Request samples
{
  • "claimBatchLog_Key": 0,
  • "batch_Claim": 0,
  • "batch_Number": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "job_Key": 0,
  • "log_Action": "string",
  • "log_Date": "2019-08-24T14:15:22Z",
  • "log_Message": "string",
  • "log_Result": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ClaimBatchLog

Lists all ClaimBatchLog

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/claim-batch-logs
Request samples
Response samples
No sample

Get ClaimBatchLog

Gets ClaimBatchLog

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

ClaimBatchLog Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/claim-batch-logs/{claimBatchLogKey}
Request samples
Response samples
No sample

Update ClaimBatchLog

Updates a specific ClaimBatchLog.

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

ClaimBatchLog Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimBatchLog_Key
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

batch_Claim
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

batch_Number
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

entry_Date
string <date-time>

No longer in use.

entry_User
string or null <= 20 characters

No longer in use.

job_Key
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

log_Action
string or null <= 256 characters

No longer in use.

log_Date
string or null <date-time>

No longer in use.

log_Message
string or null <= 4000 characters

No longer in use.

log_Result
string or null <= 256 characters

No longer in use.

update_Date
string <date-time>

No longer in use.

update_User
string or null <= 20 characters

No longer in use.

Responses
200

Success

401

Unauthorized

put/claim-batch-logs/{claimBatchLogKey}
Request samples
{
  • "claimBatchLog_Key": 0,
  • "batch_Claim": 0,
  • "batch_Number": 0,
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "job_Key": 0,
  • "log_Action": "string",
  • "log_Date": "2019-08-24T14:15:22Z",
  • "log_Message": "string",
  • "log_Result": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ClaimBatchLog

Deletes an ClaimBatchLog

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

ClaimBatchLog Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/claim-batch-logs/{claimBatchLogKey}
Request samples

Create or Update Batch ClaimBatchLog

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.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

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

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

batch_Claim
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

batch_Number
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

entry_Date
string <date-time>

No longer in use.

entry_User
string or null <= 20 characters

No longer in use.

job_Key
required
integer <int32>

No longer in use. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.

log_Action
string or null <= 256 characters

No longer in use.

log_Date
string or null <date-time>

No longer in use.

log_Message
string or null <= 4000 characters

No longer in use.

log_Result
string or null <= 256 characters

No longer in use.

update_Date
string <date-time>

No longer in use.

update_User
string or null <= 20 characters

No longer in use.

Responses
207

Success

401

Unauthorized

put/claim-batch-logs-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}