GET v1/core/Accounts/{accId}/timezone
Get the current timezone for the account // European Zones GMT Greenwich Mean Time CET Central European Time EET Eastern European Time // North American Zones AST Atlantic Standard Time EST Eastern Standard Time CST Central Standard Time MST Mountain Standard Time PST Pacific Standard Time AKST Alaska Standard Time HAST Hawaii-Aleutian Standard Time // Russian Zones MSK Moscow (Moskva) time RZ3 Russia Zone 3 RZ4 Russia Zone 4 RZ5 Russia Zone 5 RZ1 Russia Zone 1 RZ6 Russia Zone 6 RZ7 Russia Zone 7 RZ8 Russia Zone 8 RZ9 Russia Zone 9 RZ10 Russia Zone 10 RZ11 Russia Zone 11 // Assorted other zones MSST Malaysia/Singapore DST Dateline Standard Time MIS Midway Island/Samoa MXP Mexico Pacific Time MXM Mexico Mountain Time MXC Mexico Central Time BLT Bogota/Lima time VST Venezuela BVT Bolivia Standard Time CHT Chilean Standard Time NST Newfoundland Standard Time BZT Brazilian Standard Time AGT Argentina Standard Time GST Greenland Standard Time UST Uruguay Standard Time JST Jordan Standard Time EGT Egypt Standard Time SAT South-African Time IST Iraq Standard Time SST Saudi Arabia Standard Time KST Kenya Standard Time INT Iran Standard Time WAT Western Australian Time NAT North Australian Time AUT South Australian Time QST Queensland Standard Time NWT New South Wales Australian Time
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accId | the account id |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
{ "Success": true, "Data": { "Timezone": "GMT|CET|EET|AST|EST|CST|MST|PST|AKST|HAST|MSK|RZ3|RZ4|RZ5|RZ1|RZ6|RZ7|RZ8|RZ9|RZ10|RZ11|MSST|DST|MIS|MXP|MXM|MXC|BLT|VST|BVT|CHT|NST|BZT|AGT|GST|UST|JST|EGT|SAT|IST|SST|KST|INT|WAT|NAT|AUT|QST|NWT|AEST|ACST|AWST|HKT|ACT|AMT|BRT|FNT", "IsDaylightSavings": true }, "ErrorCode": 2, "ErrorDescription": "sample string 3", "Meta": "sample string 4" }
text/javascript
{"Success":true,"Data":{"Timezone":0,"IsDaylightSavings":true},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
<PBNBReturnOfTimezonesCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Data> <IsDaylightSavings>true</IsDaylightSavings> <Timezone>GMT|CET|EET|AST|EST|CST|MST|PST|AKST|HAST|MSK|RZ3|RZ4|RZ5|RZ1|RZ6|RZ7|RZ8|RZ9|RZ10|RZ11|MSST|DST|MIS|MXP|MXM|MXC|BLT|VST|BVT|CHT|NST|BZT|AGT|GST|UST|JST|EGT|SAT|IST|SST|KST|INT|WAT|NAT|AUT|QST|NWT|AEST|ACST|AWST|HKT|ACT|AMT|BRT|FNT</Timezone> </Data> <ErrorCode>2</ErrorCode> <ErrorDescription>sample string 3</ErrorDescription> <Meta>sample string 4</Meta> <Success>true</Success> </PBNBReturnOfTimezonesCA1DLPoZ>
application/bson
� Success Data '