Schedule Usage

The ScheduleUsage table in the Service package is used to store information about the different schedule usage plans available to customers. It contains records for each plan, such as the plan name, the number of hours allocated and the start and end dates for each plan. The table is used to track customer usage over a given period and to generate reports for billing and usage analysis.

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

ItemId is an nvarchar field of data type in the ScheduleUsage table, with a maximum length of 64. It serves as the primary key field of the table, providing a unique identifier for each entry in the ScheduleUsage table.

string | null

The Name of data type nvarchar field in the ScheduleUsage table holds the data type information for a given schedule usage record in the table, such as information about its start date, end date, user ID, and more. The field is of variable length and capable of storing alpha-numeric characters.

int32

ScheduleId: an integer that is used to uniquely identify each row in the ScheduleUsage table. This can be used to track the usage of a given schedule, as entries in the ScheduleUsage table indicate active usage of a particular schedule.

string
required
length between 1 and 22

Purpose of the ScheduleUsage table is a varchar field with a maximum length of 22 characters and is used to store brief descriptive information regarding a particular event or activity that is associated with the table.

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!