Time Zones

Defines the timezones that can be used within a country.

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

TimeZoneID is an nvarchar data field with a maximum length of 64 characters. It is the primary key for the TimeZone table and acts as a unique identifier for each time zone. It is used to differentiate between time zones for the purpose of accurately recording times for different regions.

string
required
length between 1 and 256

The Description field in the TimeZone table is an nvarchar data type with a maximum length of 256 characters and is used to store detailed information about a given time zone.

string | null

SystemCode is an nvarchar field with a maximum length of 64 characters in the TimeZone table. It is used to store codes that uniquely identify specific time zones in the system.

string | null

Miscellaneous notes and information for the entry or record.

int32

The ViewSequence field of type int in the TimeZone table is used to store an ordered sequence number which determines the order in which the time zones appear to users when they view the records.

string | null

IanaCode is an nvarchar field with a maximum length of 64 in the TimeZone table. It is used to store the unique code (International Association for the Advancement of Structured Information Standards code) assigned to represent a particular time zone. This code will usually contain a 3 or 4 letter string referencing the country/region code, area name and time zone.

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!