Subscription Logs

The SubscriptionLog table in the Subscription package is used to log information about customer subscription purchases, such as dates purchased, subscription products purchased, and customer details. This table also helps track customer subscription renewals, cancellations, and other changes to customer subscriptions. This table helps ensure consistent billing, customer service, and customer satisfaction while managing subscription data.

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

SubscriptionLogId is an integer data type field in the SubscriptionLog table which uniquely identifies each subscription log entry and acts as the primary key for the table.

int32

The SubscriptionId field in the SubscriptionLog table is an integer data type uniquely identifying a specific subscription. It is used to distinguish different subscriptions from one another when assigning and viewing information associated with a subscription.

string | null

The ItemId field in the SubscriptionLog table contains a unique string identifier for each subscription item that is logged. The data type of this field is nvarchar, which is a variable-length character string with support for Unicode characters.

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!