Entitlement Reconciliation Cycle States

The EntitlementReconciliationCycleState table stores information related to the state of each cycle of the Entitlement Reconciliation process. It contains information about the cycle status, total number of cycles submitted and the number of cycles processed for each cycle. This table also operates as a log for Entitlement Reconciliation activity and provides a history of cycles to easily track any issues that have occurred.

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 128

EntitlementReconciliationCycleStateId is an nvarchar field on the EntitlementReconciliationCycleState table which uniquely identifies each record. It has a maximum length of 128 characters which is enough for a unique string.

string
required
length between 1 and 512

Description field within the EntitlementReconciliationCycleState table is a nvarchar data type with a maximum length of 512 characters. It is used to provide a detailed description about the state of the EntitlementReconciliationCycle such as when it was initiated, updated, terminated or suspended.

string | null

Miscellaneous notes and information for the entry or record.

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!