Reconciliation Record Entitlements

The ReconciliationRecordEntitlement table stores records of entitlements that have been reconciled between an employer and employee. This includes the employee's name, the total entitlement amount, and a description of the entitlement. The records in this table can be used to compare entitlements against payments to ensure accuracy and integrity of the data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The ReconciliationRecordEntitlementId is an int data type field in the ReconciliationRecordEntitlement table. It serves as a unique identifier for each record, allowing for easy and accurate lookups when reconciling entitlements.

string
required
length between 1 and 128

The EntitlementId field is a data type of nvarchar with a maximum length of 128 characters and it is located in the ReconciliationRecordEntitlement table. It is used to identify the unique entitlement for each record in the ReconciliationRecordEntitlement table.

string | null

PortalEntitlement is a field in the ReconciliationRecordEntitlement table that stores the user's entitlement to an organization's portal in nvarchar format up to a maximum length of 128 characters.

string
required
length between 1 and 128

The AccountActivityId field in the ReconciliationRecordEntitlement table is a variable-length string (nvarchar) data type which stores a unique identifier (e.g. a GUID) up to a maximum of 128 characters that is used to uniquely identify an account activity.

string | null

PortalAccountActivity column in ReconciliationRecordEntitlement table is used to describe user account activity such as log-in, log-out, password change and so on. It is of nvarchar data type and has a maximum length of 128 characters.

int32

The ReconciliationRecordId field of type int in the ReconciliationRecordEntitlement table is used to uniquely identify each record of an entitlement balance in order to reconcile the balance against other records.

int32

ReconciliationLineId is an integer representation of the primary key for each individual record in the table ReconciliationRecordEntitlement. It is used to uniquely identify records in this table.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!