Reconciliation Lines

The ReconciliationLine table stores information related to the reconciliation process between sourced Entitlements and Entitlement Lines. Entitlement Lines are used to track Entitlement transactions. Entitlements are then reconciled against the Entitlement Lines, and the ReconciliationLine table is used to store the detailed results of that reconciliation. The ReconciliationLine table can store data such as the number of Entitlements to reconcile, total quantity of Entitlement Lines to reconcile

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

ReconciliationLineId is an identity column of data type int in a table called ReconciliationLine. It is a unique key used to identify each row in the table and aid in data integrity. It is the primary field for joining to other tables in the database.

int32

PortalReconciliationId is an integer data type field that is used to identify transactions related to a ReconciliationLine in the Reconciliation table. When a user enters a ReconcilationLine in the system, the PortalReconciliationId is used to link a particular ReconciliationLine to the associated Reconciliation.

string | null

The ReconciliationLine table contains a Line field of type nvarchar which stores a text string, typically related to the reconciliation of accounts or funds. This string, which may include both numbers and letters, can be used to trace the source of income, expenditure, and any resulting discrepancies.

int32 | null

StorageId is an int type field of the ReconciliationLine table which serves as a foreign key referencing the Id field in the Storage table, relating ReconciliationLine objects to their associated Storage objects.

string | null

ReconciliationStateId is a field of data type nvarchar with a maximum length of 32 in the table ReconciliationLine. It stores the identifier for the current state of a reconciliation line, such as 'Processed', 'Pending', or 'Error'.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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