Reconciliation States

The ReconciliationState table in the Entitlement package is used to track the status of reconciled and unresolved entitlements across the platform. It records the reconciliation status of each entitlement (acknowledged, reconciled or unresolved) the date and time of the reconciliation, the total number of transactions reconciled and the total amount of transactions reconciled. This table is essential for accurately tracking entitlements across the platform and ensuring that all entitlements are properly managed and accounted for.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 32

The ReconciliationStateId is a primary key field of data type nvarchar with a maximum length of 32 in the ReconciliationState table. It is used to uniquely identify a reconciliation state record in the database.

string
required
length between 1 and 512

Description of ReconciliationState is an nvarchar field that contains a 512 character maximum length string which describes the reconciliation state for the data stored in the associated table. It could store information like 'in progress,' 'completed,' and/or other meaningful notes.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The BadgeId field in the ReconciliationState table contains a 32-character nvarchar value that uniquely identifies a user's badge for the purpose of tracking reconciliation state for that user.

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!