Portal Reconciliation Documents

The PortalReconciliationDocument table is used to reconcile the entitlements received from the portal against those documented in the entitlement package. This table stores records for each reconciliation with its associated portal, the entitlement products associated with that portal, and the matched entitlements. It can be used for updating the entitlement package for changes in entitlement renewals and purchases.

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

The PortalReconciliationDocument table stores data related to documents created by an automated program. The DocumentId field is a primary key of data type int, serving as a unique identifier for each record in the table. DocumentId is auto-incremented for each new record and cannot be duplicated.

string
required
length ≥ 1

The Name of data type nvarchar field in the PortalReconciliationDocument table is a character string indicating the type of document being reconciled on the portal. This field is used to uniquely identify each document that is being reconciled on the portal.

string | null

The EntityId field in the PortalReconciliationDocument table stores an nvarchar string of up to 450 characters that uniquely identifies a particular record in the table.

int32 | null

PortalReconciliationId is an integer data type that uniquely identifies each document record within the PortalReconciliationDocument table. This value is used to reference related records in other tables.

string | null

The EntityKeyValue field within the PortalReconciliationDocument table is a data type of nvarchar and is used to store the unique key value associated with a particular entity or data point. This value can be used to identify information related to that entity or data point in the context of the reconciliation document.

string
required
length between 1 and 450

DocumentTypeId is a field on the PortalReconciliationDocument table of data type nvarchar, with a maximum length of 450 characters. This field stores the ID of the type of document the PortalReconciliationDocument is associated with.

string | null

The FileName field in the PortalReconciliationDocument table is an nvarchar data type. This field is used to store the name of the reconciliation document file in the portal.

Response
200

OK

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