18. Misc Information
18. Misc Information
This page contains all documentation under this Postman category.
Additional usage notes
Most APIs require Content-Type: application/json, X-Requested-With: XMLHttpRequest, and X-Authorization: Bearer <AccessToken>.
Most endpoints accept JSON with a top-level wrapper object.
GET APIs usually support filtering by optional IDs where applicable.
For POST/PATCH timeouts, verify completion using the appropriate GET API.
serviceProfileId → GET Service Profile.
destinationGroupId → GET Destination Group.
roamingProfileId → GET Roaming Profile.
ratezoneId → GET Ratezone.
tariffId → GET Tariff.
planId → GET Query Rate Plan.
apnGroupId → GET APN Group.
endpointId → GET Endpoint.
simProductId → SIM Product / GET SIM Product.
Countries
Path: Misc Information / Countries
Method: GET
URL: https://sft.bics.com/api/GetCountries
Description
This API will be used to fetch the Country details.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Query Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
countryISO3 | O | ISO3 Country Name |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time.Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
responseParam | O | Object of the Country Details |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Output responseParam Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
countryList | O | Object of the Country |
Output countryList Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
countryName | O | Name of the Country |
countryId | O | ID assigned / configured in the system against each country(This will be an auto-increment value) |
countryCode | O | Country Code |
countryISO3 | O | Country ISO3 code |
Result Codes
Result Codes | Description | Next Steps |
|---|---|---|
1377 | Get country success | |
1378 | Get country failure |
Headers
Header | Value |
|---|---|
|
|
Response Examples
Get Countries - Failure
{
"Response": {
"responseId": "10147764526003929674",
"responseTimestamp": "26/05/2020 01:59:44",
"resultCode": "1",
"resultParam": {
"resultCode": "1378",
"resultDescription": "Get country failure"
}
}
}
Get Countries - Success - {Specific} — 200 — OK
{
"Response": {
"responseId": "45994101706126713",
"responseTimestamp": "05/05/2020 02:12:40",
"resultCode": "0",
"resultParam": {
"resultCode": "1377",
"resultDescription": "Get country success"
},
"responseParam": {
"countryList": [
{
"countryName": "India",
"countryId": "96",
"countryCode": "91",
"countryISO3": "IND"
}
]
}
}
}
Get Countries - Success — 200 — OK
{
"Response": {
"responseId": "40110775357467691",
"responseTimestamp": "27/02/2020 11:57:13",
"resultCode": "0",
"resultParam": {
"resultCode": "1377",
"resultDescription": "Get country success"
},
"responseParam": {
"countryList": [
{
"countryName": "Burundi",
"countryId": "35",
"countryCode": "257",
"countryISO3": "BDI"
},
{
"countryName": "Guadeloupe",
"countryId": "84",
"countryCode": "590",
"countryISO3": "GLP"
},
{
"countryName": "Indonesia",
"countryId": "97",
"countryCode": "62",
"countryISO3": "IDN"
},
{
"countryName": "Russia",
"countryId": "176",
"countryCode": "7",
"countryISO3": "RUS"
},
{
"countryName": "Saint Martin",
"countryId": "182",
"countryCode": "590",
"countryISO3": "MAF"
},
{
"countryName": "Turkey",
"countryId": "220",
"countryCode": "90",
"countryISO3": "TUR"
},
{
"countryName": "Malaysia",
"countryId": "127",
"countryCode": "60",
"countryISO3": "MYS"
},
{
"countryName": "Algeria",
"countryId": "4",
"countryCode": "213",
"countryISO3": "DZA"
},
{
"countryName": "Slovenia",
"countryId": "196",
"countryCode": "386",
"countryISO3": "SVN"
},
{
"countryName": "Republic of Kosovo",
"countryId": "246",
"countryCode": "383",
"countryISO3": "XKS"
},
{
"countryName": "Cyprus",
"countryId": "54",
"countryCode": "357",
"countryISO3": "CYP"
},
{
"countryName": "Liberia",
"countryId": "118",
"countryCode": "231",
"countryISO3": "LBR"
},
{
"countryName": "Malawi",
"countryId": "126",
"countryCode": "265",
"countryISO3": "MWI"
},
{
"countryName": "Greece",
"countryId": "81",
"countryCode": "30",
"countryISO3": "GRC"
},
{
"countryName": "Cocos Islands",
"countryId": "46",
"countryCode": "61",
"countryISO3": "CCK"
},
{
"countryName": "Tanzania",
"countryId": "213",
"countryCode": "255",
"countryISO3": "TZA"
},
{
"countryName": "Malta",
"countryId": "130",
"countryCode": "356",
"countryISO3": "MLT"
},
{
"countryName": "Serbia",
"countryId": "190",
"countryCode": "381",
"countryISO3": "SRB"
},
{
"countryName": "Iran",
"countryId": "98",
"countryCode": "98",
"countryISO3": "IRN"
},
{
"countryName": "Venezuela",
"countryId": "234",
"countryCode": "58",
"countryISO3": "VEN"
},
{
"countryName": "Niue",
"countryId": "155",
"countryCode": "683",
"countryISO3": "NIU"
},
{
"countryName": "Bolivia",
"countryId": "27",
"countryCode": "591",
"countryISO3": "BOL"
},
{
"countryName": "Italy",
"countryId": "103",
"countryCode": "39",
"countryISO3": "ITA"
},
{
"countryName": "Puerto Rico",
"countryId": "172",
"countryCode": "1",
"countryISO3": "PRI"
},
{
"countryName": "Nauru",
"countryId": "147",
"countryCode": "674",
"countryISO3": "NRU"
},
{
"countryName": "French Southern Territories",
"countryId": "74",
"countryCode": "262",
"countryISO3": "ATF"
},
{
"countryName": "Denmark",
"countryId": "56",
"countryCode": "45",
"countryISO3": "DNK"
},
{
"countryName": "Federated States of Micronesia",
"countryId": "137",
"countryCode": "691",
"countryISO3": "FSM"
},
{
"countryName": "Mali",
"countryId": "129",
"countryCode": "223",
"countryISO3": "MLI"
},
{
"countryName": "Anguilla",
"countryId": "8",
"countryCode": "1",
"countryISO3": "AIA"
},
{
"countryName": "Maldives",
"countryId": "128",
"countryCode": "960",
"countryISO3": "MDV"
},
{
"countryName": "Saint Kitts and Nevis",
"countryId": "180",
"countryCode": "1",
"countryISO3": "KNA"
},
{
"countryName": "Kiribati",
"countryId": "111",
"countryCode": "686",
"countryISO3": "KIR"
},
{
"countryName": "Turkmenistan",
"countryId": "221",
"countryCode": "993",
"countryISO3": "TKM"
},
{
"countryName": "Solomon Islands",
"countryId": "197",
"countryCode": "677",
"countryISO3": "SLB"
},
{
"countryName": "Hungary",
"countryId": "94",
"countryCode": "36",
"countryISO3": "HUN"
},
{
"countryName": "Mozambique",
"countryId": "144",
"countryCode": "258",
"countryISO3": "MOZ"
},
{
"countryName": "Zambia",
"countryId": "239",
"countryCode": "260",
"countryISO3": "ZMB"
},
{
"countryName": "United Kingdom",
"countryId": "227",
"countryCode": "44",
"countryISO3": "GBR"
},
{
"countryName": "Tonga",
"countryId": "217",
"countryCode": "676",
"countryISO3": "TON"
},
{
"countryName": "Christmas Island",
"countryId": "45",
"countryCode": "61",
"countryISO3": "CXR"
},
{
"countryName": "India",
"countryId": "96",
"countryCode": "91",
"countryISO3": "IND"
},
{
"countryName": "Sudan",
"countryId": "204",
"countryCode": "249",
"countryISO3": "SDN"
},
{
"countryName": "Laos",
"countryId": "114",
"countryCode": "856",
"countryISO3": "LAO"
},
{
"countryName": "Sierra Leone",
"countryId": "192",
"countryCode": "232",
"countryISO3": "SLE"
},
{
"countryName": "Bangladesh",
"countryId": "19",
"countryCode": "880",
"countryISO3": "BGD"
},
{
"countryName": "Armenia",
"countryId": "12",
"countryCode": "374",
"countryISO3": "ARM"
},
{
"countryName": "Guinea",
"countryId": "88",
"countryCode": "224",
"countryISO3": "GIN"
},
{
"countryName": "Cape Verde",
"countryId": "39",
"countryCode": "238",
"countryISO3": "CPV"
},
{
"countryName": "Australia",
"countryId": "14",
"countryCode": "61",
"countryISO3": "AUS"
},
{
"countryName": "Isle of Man",
"countryId": "101",
"countryCode": "44",
"countryISO3": "IMN"
},
{
"countryName": "Libya",
"countryId": "119",
"countryCode": "218",
"countryISO3": "LBY"
},
{
"countryName": "Bermuda",
"countryId": "25",
"countryCode": "1",
"countryISO3": "BMU"
},
{
"countryName": "Wallis and Futuna",
"countryId": "236",
"countryCode": "681",
"countryISO3": "WLF"
},
{
"countryName": "Niger",
"countryId": "153",
"countryCode": "227",
"countryISO3": "NER"
},
{
"countryName": "South Africa",
"countryId": "199",
"countryCode": "27",
"countryISO3": "ZAF"
},
{
"countryName": "'",
"countryId": "263",
"countryCode": "12345",
"countryISO3": "'"
},
{
"countryName": "Dominican Republic",
"countryId": "59",
"countryCode": "1",
"countryISO3": "DOM"
},
{
"countryName": "Saint Lucia",
"countryId": "181",
"countryCode": "1",
"countryISO3": "LCA"
},
{
"countryName": "Faroe Islands",
"countryId": "68",
"countryCode": "298",
"countryISO3": "FRO"
},
{
"countryName": "Aruba",
"countryId": "13",
"countryCode": "297",
"countryISO3": "ABW"
},
{
"countryName": "Aland Islands",
"countryId": "2",
"countryCode": "358",
"countryISO3": "ALA"
},
{
"countryName": "Swaziland",
"countryId": "207",
"countryCode": "268",
"countryISO3": "SWZ"
},
{
"countryName": "Brazil",
"countryId": "30",
"countryCode": "55",
"countryISO3": "BRA"
},
{
"countryName": "Bulgaria",
"countryId": "33",
"countryCode": "359",
"countryISO3": "BGR"
},
{
"countryName": "Martinique",
"countryId": "132",
"countryCode": "596",
"countryISO3": "MTQ"
},
{
"countryName": "Croatia",
"countryId": "51",
"countryCode": "385",
"countryISO3": "HRV"
},
{
"countryName": "Saint Helena",
"countryId": "179",
"countryCode": "290",
"countryISO3": "SHN"
},
{
"countryName": "Poland",
"countryId": "170",
"countryCode": "48",
"countryISO3": "POL"
},
{
"countryName": "Uganda",
"countryId": "224",
"countryCode": "256",
"countryISO3": "UGA"
},
{
"countryName": "Tokelau",
"countryId": "216",
"countryCode": "690",
"countryISO3": "TKL"
},
{
"countryName": "Guatemala",
"countryId": "86",
"countryCode": "502",
"countryISO3": "GTM"
},
{
"countryName": "Japan",
"countryId": "106",
"countryCode": "81",
"countryISO3": "JPN"
},
{
"countryName": "Germany",
"countryId": "78",
"countryCode": "49",
"countryISO3": "DEU"
},
{
"countryName": "Canada",
"countryId": "38",
"countryCode": "1",
"countryISO3": "CAN"
},
{
"countryName": "Saint Vincent and the Grenadines",
"countryId": "184",
"countryCode": "1",
"countryISO3": "VCT"
},
{
"countryName": "Ukraine",
"countryId": "225",
"countryCode": "380",
"countryISO3": "UKR"
},
{
"countryName": "New Zealand",
"countryId": "151",
"countryCode": "64",
"countryISO3": "NZL"
},
{
"countryName": "Ecuador",
"countryId": "61",
"countryCode": "593",
"countryISO3": "ECU"
},
{
"countryName": "Singapore",
"countryId": "193",
"countryCode": "65",
"countryISO3": "SGP"
},
{
"countryName": "Gabon",
"countryId": "75",
"countryCode": "241",
"countryISO3": "GAB"
},
{
"countryName": "Equatorial Guinea",
"countryId": "64",
"countryCode": "240",
"countryISO3": "GNQ"
},
{
"countryName": "Marshall Islands",
"countryId": "131",
"countryCode": "692",
"countryISO3": "MHL"
},
{
"countryName": "South Korea",
"countryId": "201",
"countryCode": "82",
"countryISO3": "KOR"
},
{
"countryName": "Cayman Islands",
"countryId": "40",
"countryCode": "1",
"countryISO3": "CYM"
},
{
"countryName": "Slovakia",
"countryId": "195",
"countryCode": "421",
"countryISO3": "SVK"
},
{
"countryName": "Cook Islands",
"countryId": "49",
"countryCode": "682",
"countryISO3": "COK"
},
{
"countryName": "New Caledonia",
"countryId": "150",
"countryCode": "687",
"countryISO3": "NCL"
},
{
"countryName": "Belarus",
"countryId": "21",
"countryCode": "375",
"countryISO3": "BLR"
},
{
"countryName": "Argentina",
"countryId": "11",
"countryCode": "54",
"countryISO3": "ARG"
},
{
"countryName": "China",
"countryId": "44",
"countryCode": "86",
"countryISO3": "CHN"
},
{
"countryName": "Peru",
"countryId": "167",
"countryCode": "51",
"countryISO3": "PER"
},
{
"countryName": "Samoa",
"countryId": "185",
"countryCode": "685",
"countryISO3": "WSM"
},
{
"countryName": "Chad",
"countryId": "42",
"countryCode": "235",
"countryISO3": "TCD"
},
{
"countryName": "Afghanistan",
"countryId": "1",
"countryCode": "93",
"countryISO3": "AFG"
},
{
"countryName": "Dominica",
"countryId": "58",
"countryCode": "1",
"countryISO3": "DMA"
},
{
"countryName": "TEZ",
"countryId": "257",
"countryCode": "19",
"countryISO3": "TZA"
},
{
"countryName": "Sint Maarten",
"countryId": "194",
"countryCode": "599",
"countryISO3": "SXM"
},
{
"countryName": "Vietnam",
"countryId": "235",
"countryCode": "84",
"countryISO3": "VNM"
},
{
"countryName": "Romania",
"countryId": "175",
"countryCode": "40",
"countryISO3": "ROU"
},
{
"countryName": "Egypt",
"countryId": "62",
"countryCode": "20",
"countryISO3": "EGY"
},
{
"countryName": "Pakistan",
"countryId": "161",
"countryCode": "92",
"countryISO3": "PAK"
},
{
"countryName": "North Korea",
"countryId": "157",
"countryCode": "850",
"countryISO3": "PRK"
},
{
"countryName": "Ethiopia",
"countryId": "67",
"countryCode": "251",
"countryISO3": "ETH"
},
{
"countryName": "Honduras",
"countryId": "92",
"countryCode": "504",
"countryISO3": "HND"
},
{
"countryName": "Iceland",
"countryId": "95",
"countryCode": "354",
"countryISO3": "ISL"
},
{
"countryName": "Paraguay",
"countryId": "166",
"countryCode": "595",
"countryISO3": "PRY"
},
{
"countryName": "East Timor",
"countryId": "60",
"countryCode": "670",
"countryISO3": "TLS"
},
{
"countryName": "Antigua and Barbuda",
"countryId": "10",
"countryCode": "1",
"countryISO3": "ATG"
},
{
"countryName": "Central African Republic",
"countryId": "41",
"countryCode": "236",
"countryISO3": "CAF"
},
{
"countryName": "Cuba",
"countryId": "52",
"countryCode": "53",
"countryISO3": "CUB"
},
{
"countryName": "Curacao",
"countryId": "53",
"countryCode": "599",
"countryISO3": "CUW"
},
{
"countryName": "San Marino",
"countryId": "186",
"countryCode": "378",
"countryISO3": "SMR"
},
{
"countryName": "Tunisia",
"countryId": "219",
"countryCode": "216",
"countryISO3": "TUN"
},
{
"countryName": "El Salvador",
"countryId": "63",
"countryCode": "503",
"countryISO3": "SLV"
},
{
"countryName": "Panama",
"countryId": "164",
"countryCode": "507",
"countryISO3": "PAN"
},
{
"countryName": "Lithuania",
"countryId": "121",
"countryCode": "370",
"countryISO3": "LTU"
},
{
"countryName": "Qatar",
"countryId": "173",
"countryCode": "974",
"countryISO3": "QAT"
},
{
"countryName": "Vatican City",
"countryId": "233",
"countryCode": "379",
"countryISO3": "VAT"
},
{
"countryName": "British Indian Ocean Territory",
"countryId": "31",
"countryCode": "246",
"countryISO3": "IOT"
},
{
"countryName": "Cambodia",
"countryId": "36",
"countryCode": "855",
"countryISO3": "KHM"
},
{
"countryName": "Tajikistan",
"countryId": "212",
"countryCode": "992",
"countryISO3": "TJK"
},
{
"countryName": "Thailand",
"countryId": "214",
"countryCode": "66",
"countryISO3": "THA"
},
{
"countryName": "Somalia",
"countryId": "198",
"countryCode": "252",
"countryISO3": "SOM"
},
{
"countryName": "Sweden",
"countryId": "208",
"countryCode": "46",
"countryISO3": "SWE"
},
{
"countryName": "Mayotte",
"countryId": "135",
"countryCode": "262",
"countryISO3": "MYT"
},
{
"countryName": "United States Minor Outlying Islands",
"countryId": "229",
"countryCode": "1",
"countryISO3": "UMI"
},
{
"countryName": "Mauritius",
"countryId": "134",
"countryCode": "230",
"countryISO3": "MUS"
},
{
"countryName": "Benin",
"countryId": "24",
"countryCode": "229",
"countryISO3": "BEN"
},
{
"countryName": "Spain",
"countryId": "202",
"countryCode": "34",
"countryISO3": "ESP"
},
{
"countryName": "American Samoa",
"countryId": "5",
"countryCode": "1",
"countryISO3": "ASM"
},
{
"countryName": "Estonia",
"countryId": "66",
"countryCode": "372",
"countryISO3": "EST"
},
{
"countryName": "Israel",
"countryId": "102",
"countryCode": "972",
"countryISO3": "ISR"
},
{
"countryName": "Falkland Islands",
"countryId": "243",
"countryCode": "500",
"countryISO3": "FKP"
},
{
"countryName": "United Arab Emirates",
"countryId": "226",
"countryCode": "971",
"countryISO3": "ARE"
},
{
"countryName": "Kazakhstan",
"countryId": "109",
"countryCode": "7",
"countryISO3": "KAZ"
},
{
"countryName": "Uruguay",
"countryId": "230",
"countryCode": "598",
"countryISO3": "URY"
},
{
"countryName": "Djibouti",
"countryId": "57",
"countryCode": "253",
"countryISO3": "DJI"
},
{
"countryName": "Nigeria",
"countryId": "154",
"countryCode": "234",
"countryISO3": "NGA"
},
{
"countryName": "Saint Pierre and Miquelon",
"countryId": "183",
"countryCode": "508",
"countryISO3": "SPM"
},
{
"countryName": "Ireland",
"countryId": "100",
"countryCode": "353",
"countryISO3": "IRL"
},
{
"countryName": "Portugal",
"countryId": "171",
"countryCode": "351",
"countryISO3": "PRT"
},
{
"countryName": "Taiwan",
"countryId": "211",
"countryCode": "886",
"countryISO3": "TWN"
},
{
"countryName": "Oman",
"countryId": "160",
"countryCode": "968",
"countryISO3": "OMN"
},
{
"countryName": "Svalbard and Jan Mayen",
"countryId": "206",
"countryCode": "47",
"countryISO3": "SJM"
},
{
"countryName": "Bahamas",
"countryId": "17",
"countryCode": "1",
"countryISO3": "BHS"
},
{
"countryName": "Iraq",
"countryId": "99",
"countryCode": "964",
"countryISO3": "IRQ"
},
{
"countryName": "Mongolia",
"countryId": "140",
"countryCode": "976",
"countryISO3": "MNG"
},
{
"countryName": "Eritrea",
"countryId": "65",
"countryCode": "291",
"countryISO3": "ERI"
},
{
"countryName": "Mauritania",
"countryId": "133",
"countryCode": "222",
"countryISO3": "MRT"
},
{
"countryName": "Pitcairn",
"countryId": "169",
"countryCode": "872",
"countryISO3": "PCN"
},
{
"countryName": "Liechtenstein",
"countryId": "120",
"countryCode": "423",
"countryISO3": "LIE"
},
{
"countryName": "Senegal",
"countryId": "189",
"countryCode": "221",
"countryISO3": "SEN"
},
{
"countryName": "Suriname",
"countryId": "205",
"countryCode": "597",
"countryISO3": "SUR"
},
{
"countryName": "Czech Republic",
"countryId": "55",
"countryCode": "420",
"countryISO3": "CZE"
},
{
"countryName": "Nicaragua",
"countryId": "152",
"countryCode": "505",
"countryISO3": "NIC"
},
{
"countryName": "United States",
"countryId": "228",
"countryCode": "1",
"countryISO3": "USA"
},
{
"countryName": "Kenya",
"countryId": "110",
"countryCode": "254",
"countryISO3": "KEN"
},
{
"countryName": "Sri Lanka",
"countryId": "203",
"countryCode": "94",
"countryISO3": "LKA"
},
{
"countryName": "Norfolk Island",
"countryId": "156",
"countryCode": "672",
"countryISO3": "NFK"
},
{
"countryName": "Greenland",
"countryId": "82",
"countryCode": "299",
"countryISO3": "GRL"
},
{
"countryName": "Austria",
"countryId": "15",
"countryCode": "43",
"countryISO3": "AUT"
},
{
"countryName": "Burkina Faso",
"countryId": "34",
"countryCode": "226",
"countryISO3": "BFA"
},
{
"countryName": "Luxembourg",
"countryId": "122",
"countryCode": "352",
"countryISO3": "LUX"
},
{
"countryName": "Macedonia",
"countryId": "124",
"countryCode": "389",
"countryISO3": "MKD"
},
{
"countryName": "Cameroon",
"countryId": "37",
"countryCode": "237",
"countryISO3": "CMR"
},
{
"countryName": "Grenada",
"countryId": "83",
"countryCode": "1 473",
"countryISO3": "GRD"
},
{
"countryName": "Northern Mariana Islands",
"countryId": "158",
"countryCode": "1",
"countryISO3": "MNP"
},
{
"countryName": "Guinea-Bissau",
"countryId": "89",
"countryCode": "245",
"countryISO3": "GNB"
},
{
"countryName": "Ivory Coast",
"countryId": "104",
"countryCode": "225",
"countryISO3": "CIV"
},
{
"countryName": "Turks and Caicos Islands",
"countryId": "222",
"countryCode": "1",
"countryISO3": "TCA"
},
{
"countryName": "Vanuatu",
"countryId": "232",
"countryCode": "678",
"countryISO3": "VUT"
},
{
"countryName": "Lebanon",
"countryId": "116",
"countryCode": "961",
"countryISO3": "LBN"
},
{
"countryName": "Seychelles",
"countryId": "191",
"countryCode": "248",
"countryISO3": "SYC"
},
{
"countryName": "Brunei",
"countryId": "32",
"countryCode": "673",
"countryISO3": "BRN"
},
{
"countryName": "Belgium",
"countryId": "22",
"countryCode": "32",
"countryISO3": "BEL"
},
{
"countryName": "Comoros",
"countryId": "48",
"countryCode": "269",
"countryISO3": "COM"
},
{
"countryName": "Trinidad and Tobago",
"countryId": "218",
"countryCode": "1",
"countryISO3": "TTO"
},
{
"countryName": "France",
"countryId": "71",
"countryCode": "33",
"countryISO3": "FRA"
},
{
"countryName": "Palestine",
"countryId": "163",
"countryCode": "970",
"countryISO3": "PSE"
},
{
"countryName": "British Virgin Islands",
"countryId": "242",
"countryCode": "1",
"countryISO3": "BVI"
},
{
"countryName": "Chile",
"countryId": "43",
"countryCode": "56",
"countryISO3": "CHL"
},
{
"countryName": "Rwanda",
"countryId": "177",
"countryCode": "250",
"countryISO3": "RWA"
},
{
"countryName": "French Polynesia",
"countryId": "73",
"countryCode": "689",
"countryISO3": "PYF"
},
{
"countryName": "Norway",
"countryId": "159",
"countryCode": "47",
"countryISO3": "NOR"
},
{
"countryName": "Latvia",
"countryId": "115",
"countryCode": "371",
"countryISO3": "LVA"
},
{
"countryName": "French Guiana",
"countryId": "72",
"countryCode": "594",
"countryISO3": "GUF"
},
{
"countryName": "Andorra",
"countryId": "6",
"countryCode": "376",
"countryISO3": "AND"
},
{
"countryName": "Zimbabwe",
"countryId": "240",
"countryCode": "263",
"countryISO3": "ZWE"
},
{
"countryName": "Azerbaijan",
"countryId": "16",
"countryCode": "994",
"countryISO3": "AZE"
},
{
"countryName": "Yemen",
"countryId": "238",
"countryCode": "967",
"countryISO3": "YEM"
},
{
"countryName": "Netherlands",
"countryId": "149",
"countryCode": "31",
"countryISO3": "NLD"
},
{
"countryName": "Kyrgyzstan",
"countryId": "113",
"countryCode": "996",
"countryISO3": "KGZ"
},
{
"countryName": "Namibia",
"countryId": "146",
"countryCode": "264",
"countryISO3": "NAM"
},
{
"countryName": "Angola",
"countryId": "7",
"countryCode": "244",
"countryISO3": "AGO"
},
{
"countryName": "Monaco",
"countryId": "139",
"countryCode": "377",
"countryISO3": "MCO"
},
{
"countryName": "Montenegro",
"countryId": "141",
"countryCode": "382",
"countryISO3": "MNE"
},
{
"countryName": "Papua New Guinea",
"countryId": "165",
"countryCode": "675",
"countryISO3": "PNG"
},
{
"countryName": "Georgia",
"countryId": "77",
"countryCode": "995",
"countryISO3": "GEO"
},
{
"countryName": "Montserrat",
"countryId": "142",
"countryCode": "1",
"countryISO3": "MSR"
},
{
"countryName": "Gambia",
"countryId": "76",
"countryCode": "220",
"countryISO3": "GMB"
},
{
"countryName": "Republic of South Sudan",
"countryId": "244",
"countryCode": "211",
"countryISO3": "SSD"
},
{
"countryName": "Haiti",
"countryId": "91",
"countryCode": "509",
"countryISO3": "HTI"
},
{
"countryName": "Togo",
"countryId": "215",
"countryCode": "228",
"countryISO3": "TGO"
},
{
"countryName": "Macau",
"countryId": "123",
"countryCode": "853",
"countryISO3": "MAC"
},
{
"countryName": "Western Sahara",
"countryId": "237",
"countryCode": "212",
"countryISO3": "ESH"
},
{
"countryName": "Madagascar",
"countryId": "125",
"countryCode": "261",
"countryISO3": "MDG"
},
{
"countryName": "Gibraltar",
"countryId": "80",
"countryCode": "350",
"countryISO3": "GIB"
},
{
"countryName": "Kuwait",
"countryId": "112",
"countryCode": "965",
"countryISO3": "KWT"
},
{
"countryName": "Bosnia and Herzegovina",
"countryId": "28",
"countryCode": "387",
"countryISO3": "BIH"
},
{
"countryName": "Democratic Republic of the Congo",
"countryId": "241",
"countryCode": "243",
"countryISO3": "COD"
},
{
"countryName": "Jordan",
"countryId": "108",
"countryCode": "962",
"countryISO3": "JOR"
},
{
"countryName": "Barbados",
"countryId": "20",
"countryCode": "1",
"countryISO3": "BRB"
},
{
"countryName": "Saudi Arabia",
"countryId": "188",
"countryCode": "966",
"countryISO3": "SAU"
},
{
"countryName": "Hong Kong",
"countryId": "93",
"countryCode": "852",
"countryISO3": "HKG"
},
{
"countryName": "Jersey",
"countryId": "107",
"countryCode": "44",
"countryISO3": "JEY"
},
{
"countryName": "Saint Barthelemy",
"countryId": "178",
"countryCode": "590",
"countryISO3": "BLM"
},
{
"countryName": "Fiji",
"countryId": "69",
"countryCode": "679",
"countryISO3": "FJI"
},
{
"countryName": "Lesotho",
"countryId": "117",
"countryCode": "266",
"countryISO3": "LSO"
},
{
"countryName": "United States Virgin Islands",
"countryId": "247",
"countryCode": "1",
"countryISO3": "USVI"
},
{
"countryName": "Nepal",
"countryId": "148",
"countryCode": "977",
"countryISO3": "NPL"
},
{
"countryName": "Ghana",
"countryId": "79",
"countryCode": "233",
"countryISO3": "GHA"
},
{
"countryName": "Syria",
"countryId": "210",
"countryCode": "963",
"countryISO3": "SYR"
},
{
"countryName": "Belize",
"countryId": "23",
"countryCode": "501",
"countryISO3": "BLZ"
},
{
"countryName": "Bhutan",
"countryId": "26",
"countryCode": "975",
"countryISO3": "BTN"
},
{
"countryName": "Sao Tome and Principe",
"countryId": "187",
"countryCode": "239",
"countryISO3": "STP"
},
{
"countryName": "Botswana",
"countryId": "29",
"countryCode": "267",
"countryISO3": "BWA"
},
{
"countryName": "Philippines",
"countryId": "168",
"countryCode": "63",
"countryISO3": "PHL"
},
{
"countryName": "Guyana",
"countryId": "90",
"countryCode": "592",
"countryISO3": "GUY"
},
{
"countryName": "Mexico",
"countryId": "136",
"countryCode": "52",
"countryISO3": "MEX"
},
{
"countryName": "Albania",
"countryId": "3",
"countryCode": "355",
"countryISO3": "ALB"
},
{
"countryName": "Guernsey",
"countryId": "87",
"countryCode": "44",
"countryISO3": "GGY"
},
{
"countryName": "Finland",
"countryId": "70",
"countryCode": "358",
"countryISO3": "FIN"
},
{
"countryName": "Moldova",
"countryId": "138",
"countryCode": "373",
"countryISO3": "MDA"
},
{
"countryName": "Costa Rica",
"countryId": "50",
"countryCode": "506",
"countryISO3": "CRI"
},
{
"countryName": "Colombia",
"countryId": "47",
"countryCode": "57",
"countryISO3": "COL"
},
{
"countryName": "tes",
"countryId": "265",
"countryCode": "123",
"countryISO3": "tes"
},
{
"countryName": "South Georgia and the South Sandwich Islands",
"countryId": "200",
"countryCode": "500",
"countryISO3": "SGS"
},
{
"countryName": "Palau",
"countryId": "162",
"countryCode": "680",
"countryISO3": "PLW"
},
{
"countryName": "Morocco",
"countryId": "143",
"countryCode": "212",
"countryISO3": "MAR"
},
{
"countryName": "Guam",
"countryId": "85",
"countryCode": "1",
"countryISO3": "GUM"
},
{
"countryName": "Myanmar",
"countryId": "145",
"countryCode": "95",
"countryISO3": "MMR"
},
{
"countryName": "Bahrain",
"countryId": "18",
"countryCode": "973",
"countryISO3": "BHR"
},
{
"countryName": "Tuvalu",
"countryId": "223",
"countryCode": "688",
"countryISO3": "TUV"
},
{
"countryName": "Reunion",
"countryId": "174",
"countryCode": "262",
"countryISO3": "REU"
},
{
"countryName": "Switzerland",
"countryId": "209",
"countryCode": "41",
"countryISO3": "CHE"
},
{
"countryName": "Uzbekistan",
"countryId": "231",
"countryCode": "998",
"countryISO3": "UZB"
},
{
"countryName": "Jamaica",
"countryId": "105",
"countryCode": "1",
"countryISO3": "JAM"
}
]
}
}
}
Currencies
Path: Misc Information / Currencies
Method: GET
URL: https://sft.bics.com/api/GetCurrency
Description
This API will be used to fetch the Currency details.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Query Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
currencyType | O | Currency Type |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
responseParam | O | Object of the Currency Details |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Output responseParam Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
currencyList | O | Object of the Currency |
Output currencyList Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
currencyName | O | Name of the Currency |
currencyId | O | ID assigned / configured in the system against each Currency(This will be an auto - increment value) |
currencyType | O | Currency Type |
currencyDesc | O | Currency Description |
conversionFactor | O | Currency Conversion Factor |
Result Codes
Result Codes | Description | Next Steps |
|---|---|---|
1379 | Get currency success | |
1380 | Get currency failure | |
1384 | No currency exists |
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Response Examples
Get Currencies - Failure
{
"Response": {
"responseId": "10147764526003929674",
"responseTimestamp": "26/05/2020 01:59:44",
"resultCode": "1",
"resultParam": {
"resultCode": "1380",
"resultDescription": "Get currency failure"
}
}
}
Get Currencies - Success - {Specific} — 200 — OK
{
"Response": {
"responseId": "45026833557041858",
"responseTimestamp": "24/04/2020 09:31:31",
"resultCode": "0",
"resultParam": {
"resultCode": "1379",
"resultDescription": "Get currency success"
},
"responseParam": {
"currencyList": [
{
"currencyId": "1",
"currencyName": "Arab Emirates Dirham",
"currencyType": "AED",
"currencyDesc": "Arab Emirates Dirham",
"conversionFactor": "100"
}
]
}
}
}
Get Currencies - Sucess — 200 — OK
{
"Response": {
"responseId": "5276591533155583",
"responseTimestamp": "07/06/2021 17:43:55",
"resultCode": "0",
"resultParam": {
"resultCode": "1379",
"resultDescription": "Get currency success"
},
"responseParam": {
"currencyList": [
{
"currencyId": "126",
"currencyName": "Singapore Dollar",
"currencyType": "SGD",
"currencyDesc": "Singapore Dollar",
"conversionFactor": "100"
},
{
"currencyId": "30",
"currencyName": "Yuan Renminbi",
"currencyType": "CNY",
"currencyDesc": "Yuan Renminbi",
"conversionFactor": "100"
},
{
"currencyId": "35",
"currencyName": "Czech Koruna",
"currencyType": "CZK",
"currencyDesc": "Czech Koruna",
"conversionFactor": "100"
},
{
"currencyId": "119",
"currencyName": "Russian Ruble",
"currencyType": "RUB",
"currencyDesc": "Russian Ruble",
"conversionFactor": "100"
},
{
"currencyId": "147",
"currencyName": "US Dollar",
"currencyType": "USD",
"currencyDesc": "US Dollar",
"conversionFactor": "100"
},
{
"currencyId": "56",
"currencyName": "Hong Kong Dollar",
"currencyType": "HKD",
"currencyDesc": "Hong Kong Dollar",
"conversionFactor": "100"
},
{
"currencyId": "8",
"currencyName": "Australian Dollar",
"currencyType": "AUD",
"currencyDesc": "Australian Dollar",
"conversionFactor": "100"
},
{
"currencyId": "104",
"currencyName": "Norwegian Krone",
"currencyType": "NOK",
"currencyDesc": "Norwegian Krone",
"conversionFactor": "100"
},
{
"currencyId": "44",
"currencyName": "Euro",
"currencyType": "EUR",
"currencyDesc": "Euro",
"conversionFactor": "100"
},
{
"currencyId": "106",
"currencyName": "New Zealand Dollar",
"currencyType": "NZD",
"currencyDesc": "New Zealand Dollar",
"conversionFactor": "100"
},
{
"currencyId": "63",
"currencyName": "Indian Rupee",
"currencyType": "INR",
"currencyDesc": "Indian Rupee",
"conversionFactor": "100"
},
{
"currencyId": "26",
"currencyName": "Canadian Dollar",
"currencyType": "CAD",
"currencyDesc": "Canadian Dollar",
"conversionFactor": "100"
},
{
"currencyId": "99",
"currencyName": "Malaysian Ringgit",
"currencyType": "MYR",
"currencyDesc": "Malaysian Ringgit",
"conversionFactor": "100"
},
{
"currencyId": "156",
"currencyName": "West African CFA Franc",
"currencyType": "XOF",
"currencyDesc": "West African CFA Franc",
"conversionFactor": "100"
},
{
"currencyId": "37",
"currencyName": "Danish Krone",
"currencyType": "DKK",
"currencyDesc": "Danish Krone",
"conversionFactor": "100"
},
{
"currencyId": "47",
"currencyName": "Pound Sterling",
"currencyType": "GBP",
"currencyDesc": "Pound Sterling",
"conversionFactor": "100"
},
{
"currencyId": "159",
"currencyName": "South African Rand",
"currencyType": "ZAR",
"currencyDesc": "South African Rand",
"conversionFactor": "100"
},
{
"currencyId": "113",
"currencyName": "Polish Zloty",
"currencyType": "PLN",
"currencyDesc": "Polish Zloty",
"conversionFactor": "100"
},
{
"currencyId": "141",
"currencyName": "Turkish Lira",
"currencyType": "TRY",
"currencyDesc": "Turkish Lira",
"conversionFactor": "100"
},
{
"currencyId": "125",
"currencyName": "Swedish Krona",
"currencyType": "SEK",
"currencyDesc": "Swedish Krona",
"conversionFactor": "100"
},
{
"currencyId": "28",
"currencyName": "Swiss Franc",
"currencyType": "CHF",
"currencyDesc": "Swiss Franc",
"conversionFactor": "100"
},
{
"currencyId": "69",
"currencyName": "Japanese Yen",
"currencyType": "JPY",
"currencyDesc": "Japanese Yen",
"conversionFactor": "100"
}
]
}
}
}
Timezones
Path: Misc Information / Timezones
Method: GET
URL: https://sft.bics.com/api/GetTimeZone
Description
This API will be used to fetch the time zone details.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
responseParam | O | Object of the Time Zone Details |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Output responseParam Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
timeZoneList | O | Object of the Time Zone |
Output timeZoneList Parameter
Field | Optional/Mandatory | Description |
|---|---|---|
canonicalId | O | Canonical Id |
timeZoneId | O | ID assigned / configured in the system against each Time Zone(This will be an auto-increment value) |
standardOffset | O | Standard Offset |
description | O | Currency Time Zone |
Result Codes
Result Codes | Description | Next Steps |
|---|---|---|
1381 | Get time zone success | |
1382 | Get time zone failure | |
1385 | No timezone exists |
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Response Examples
Get Timezones - Success — 200 — OK
{
"Response": {
"responseId": "38624487160146648",
"responseTimestamp": "05/05/2020 02:52:17",
"resultCode": "0",
"resultParam": {
"resultCode": "1381",
"resultDescription": "Get time zone success"
},
"responseParam": {
"timeZoneList": [
{
"timeZoneId": "106",
"canonicalId": "America/Halifax",
"standardOffset": "-03:00",
"description": "America/Halifax"
},
{
"timeZoneId": "34",
"canonicalId": "Africa/Maseru",
"standardOffset": "+02:00",
"description": "Africa/Maseru"
},
{
"timeZoneId": "133",
"canonicalId": "America/Menominee",
"standardOffset": "-05:00",
"description": "America/Menominee"
},
{
"timeZoneId": "259",
"canonicalId": "Asia/Shanghai",
"standardOffset": "+08:00",
"description": "Asia/Shanghai"
},
{
"timeZoneId": "70",
"canonicalId": "America/Barbados",
"standardOffset": "-04:00",
"description": "America/Barbados"
},
{
"timeZoneId": "374",
"canonicalId": "Pacific/Guam",
"standardOffset": "+10:00",
"description": "Pacific/Guam"
},
{
"timeZoneId": "311",
"canonicalId": "Europe/Istanbul",
"standardOffset": "+03:00",
"description": "Europe/Istanbul"
},
{
"timeZoneId": "321",
"canonicalId": "Europe/Mariehamn",
"standardOffset": "+03:00",
"description": "Europe/Mariehamn"
},
{
"timeZoneId": "159",
"canonicalId": "America/Recife",
"standardOffset": "-03:00",
"description": "America/Recife"
},
{
"timeZoneId": "87",
"canonicalId": "America/Curacao",
"standardOffset": "-04:00",
"description": "America/Curacao"
},
{
"timeZoneId": "313",
"canonicalId": "Europe/Kaliningrad",
"standardOffset": "+02:00",
"description": "Europe/Kaliningrad"
},
{
"timeZoneId": "125",
"canonicalId": "America/Lower_Princes",
"standardOffset": "-04:00",
"description": "America/Lower_Princes"
},
{
"timeZoneId": "349",
"canonicalId": "Europe/Zurich",
"standardOffset": "+02:00",
"description": "Europe/Zurich"
},
{
"timeZoneId": "397",
"canonicalId": "America/Tortola",
"standardOffset": "-04:00",
"description": "America/Tortola"
},
{
"timeZoneId": "93",
"canonicalId": "America/Edmonton",
"standardOffset": "-06:00",
"description": "America/Edmonton"
},
{
"timeZoneId": "152",
"canonicalId": "America/Phoenix",
"standardOffset": "-07:00",
"description": "America/Phoenix"
},
{
"timeZoneId": "295",
"canonicalId": "Europe/Amsterdam",
"standardOffset": "+02:00",
"description": "Europe/Amsterdam"
},
{
"timeZoneId": "21",
"canonicalId": "Africa/Gaborone",
"standardOffset": "+02:00",
"description": "Africa/Gaborone"
},
{
"timeZoneId": "393",
"canonicalId": "Pacific/Wake",
"standardOffset": "+12:00",
"description": "Pacific/Wake"
},
{
"timeZoneId": "97",
"canonicalId": "America/Glace_Bay",
"standardOffset": "-03:00",
"description": "America/Glace_Bay"
},
{
"timeZoneId": "217",
"canonicalId": "Asia/Dili",
"standardOffset": "+09:00",
"description": "Asia/Dili"
},
{
"timeZoneId": "273",
"canonicalId": "Asia/Yerevan",
"standardOffset": "+04:00",
"description": "Asia/Yerevan"
},
{
"timeZoneId": "267",
"canonicalId": "Asia/Ulaanbaatar",
"standardOffset": "+08:00",
"description": "Asia/Ulaanbaatar"
},
{
"timeZoneId": "332",
"canonicalId": "Europe/San_Marino",
"standardOffset": "+02:00",
"description": "Europe/San_Marino"
},
{
"timeZoneId": "239",
"canonicalId": "Asia/Macau",
"standardOffset": "+08:00",
"description": "Asia/Macau"
},
{
"timeZoneId": "11",
"canonicalId": "Africa/Bujumbura",
"standardOffset": "+02:00",
"description": "Africa/Bujumbura"
},
{
"timeZoneId": "81",
"canonicalId": "America/Cayenne",
"standardOffset": "-03:00",
"description": "America/Cayenne"
},
{
"timeZoneId": "253",
"canonicalId": "Asia/Qyzylorda",
"standardOffset": "+06:00",
"description": "Asia/Qyzylorda"
},
{
"timeZoneId": "257",
"canonicalId": "Asia/Samarkand",
"standardOffset": "+05:00",
"description": "Asia/Samarkand"
},
{
"timeZoneId": "149",
"canonicalId": "America/Panama",
"standardOffset": "-05:00",
"description": "America/Panama"
},
{
"timeZoneId": "211",
"canonicalId": "Asia/Brunei",
"standardOffset": "+08:00",
"description": "Asia/Brunei"
},
{
"timeZoneId": "119",
"canonicalId": "America/Juneau",
"standardOffset": "-08:00",
"description": "America/Juneau"
},
{
"timeZoneId": "391",
"canonicalId": "Pacific/Tarawa",
"standardOffset": "+12:00",
"description": "Pacific/Tarawa"
},
{
"timeZoneId": "366",
"canonicalId": "Pacific/Easter",
"standardOffset": "-05:00",
"description": "Pacific/Easter"
},
{
"timeZoneId": "296",
"canonicalId": "Europe/Andorra",
"standardOffset": "+02:00",
"description": "Europe/Andorra"
},
{
"timeZoneId": "297",
"canonicalId": "Europe/Athens",
"standardOffset": "+03:00",
"description": "Europe/Athens"
},
{
"timeZoneId": "35",
"canonicalId": "Africa/Mbabane",
"standardOffset": "+02:00",
"description": "Africa/Mbabane"
},
{
"timeZoneId": "251",
"canonicalId": "Asia/Pyongyang",
"standardOffset": "+08:30",
"description": "Asia/Pyongyang"
},
{
"timeZoneId": "351",
"canonicalId": "Indian/Chagos",
"standardOffset": "+06:00",
"description": "Indian/Chagos"
},
{
"timeZoneId": "69",
"canonicalId": "America/Bahia_Banderas",
"standardOffset": "-05:00",
"description": "America/Bahia_Banderas"
},
{
"timeZoneId": "112",
"canonicalId": "America/Indiana/Petersburg",
"standardOffset": "-04:00",
"description": "America/Indiana/Petersburg"
},
{
"timeZoneId": "25",
"canonicalId": "Africa/Khartoum",
"standardOffset": "+02:00",
"description": "Africa/Khartoum"
},
{
"timeZoneId": "51",
"canonicalId": "America/Antigua",
"standardOffset": "-04:00",
"description": "America/Antigua"
},
{
"timeZoneId": "88",
"canonicalId": "America/Danmarkshavn",
"standardOffset": "+00:00",
"description": "America/Danmarkshavn"
},
{
"timeZoneId": "392",
"canonicalId": "Pacific/Tongatapu",
"standardOffset": "+13:00",
"description": "Pacific/Tongatapu"
},
{
"timeZoneId": "131",
"canonicalId": "America/Matamoros",
"standardOffset": "-05:00",
"description": "America/Matamoros"
},
{
"timeZoneId": "203",
"canonicalId": "Asia/Aqtobe",
"standardOffset": "+05:00",
"description": "Asia/Aqtobe"
},
{
"timeZoneId": "388",
"canonicalId": "Pacific/Rarotonga",
"standardOffset": "-10:00",
"description": "Pacific/Rarotonga"
},
{
"timeZoneId": "19",
"canonicalId": "Africa/El_Aaiun",
"standardOffset": "+00:00",
"description": "Africa/El_Aaiun"
},
{
"timeZoneId": "372",
"canonicalId": "Pacific/Gambier",
"standardOffset": "-10:00",
"description": "Pacific/Gambier"
},
{
"timeZoneId": "176",
"canonicalId": "America/Tegucigalpa",
"standardOffset": "-06:00",
"description": "America/Tegucigalpa"
},
{
"timeZoneId": "5",
"canonicalId": "Africa/Asmara",
"standardOffset": "+03:00",
"description": "Africa/Asmara"
},
{
"timeZoneId": "167",
"canonicalId": "America/Sao_Paulo",
"standardOffset": "-03:00",
"description": "America/Sao_Paulo"
},
{
"timeZoneId": "336",
"canonicalId": "Europe/Sofia",
"standardOffset": "+03:00",
"description": "Europe/Sofia"
},
{
"timeZoneId": "264",
"canonicalId": "Asia/Tehran",
"standardOffset": "+04:30",
"description": "Asia/Tehran"
},
{
"timeZoneId": "327",
"canonicalId": "Europe/Podgorica",
"standardOffset": "+02:00",
"description": "Europe/Podgorica"
},
{
"timeZoneId": "288",
"canonicalId": "Australia/Eucla",
"standardOffset": "+08:45",
"description": "Australia/Eucla"
},
{
"timeZoneId": "322",
"canonicalId": "Europe/Minsk",
"standardOffset": "+03:00",
"description": "Europe/Minsk"
},
{
"timeZoneId": "150",
"canonicalId": "America/Pangnirtung",
"standardOffset": "-04:00",
"description": "America/Pangnirtung"
},
{
"timeZoneId": "224",
"canonicalId": "Asia/Ho_Chi_Minh",
"standardOffset": "+07:00",
"description": "Asia/Ho_Chi_Minh"
},
{
"timeZoneId": "135",
"canonicalId": "America/Mexico_City",
"standardOffset": "-05:00",
"description": "America/Mexico_City"
},
{
"timeZoneId": "62",
"canonicalId": "America/Argentina/San_Luis",
"standardOffset": "-03:00",
"description": "America/Argentina/San_Luis"
},
{
"timeZoneId": "399",
"canonicalId": "Africa/Juba",
"standardOffset": "+03:00",
"description": "Africa/Juba"
},
{
"timeZoneId": "22",
"canonicalId": "Africa/Harare",
"standardOffset": "+02:00",
"description": "Africa/Harare"
},
{
"timeZoneId": "278",
"canonicalId": "Atlantic/Faroe",
"standardOffset": "+01:00",
"description": "Atlantic/Faroe"
},
{
"timeZoneId": "207",
"canonicalId": "Asia/Baku",
"standardOffset": "+04:00",
"description": "Asia/Baku"
},
{
"timeZoneId": "300",
"canonicalId": "Europe/Bratislava",
"standardOffset": "+02:00",
"description": "Europe/Bratislava"
},
{
"timeZoneId": "305",
"canonicalId": "Europe/Copenhagen",
"standardOffset": "+02:00",
"description": "Europe/Copenhagen"
},
{
"timeZoneId": "184",
"canonicalId": "America/Yakutat",
"standardOffset": "-08:00",
"description": "America/Yakutat"
},
{
"timeZoneId": "293",
"canonicalId": "Australia/Perth",
"standardOffset": "+08:00",
"description": "Australia/Perth"
},
{
"timeZoneId": "60",
"canonicalId": "America/Argentina/Salta",
"standardOffset": "-03:00",
"description": "America/Argentina/Salta"
},
{
"timeZoneId": "250",
"canonicalId": "Asia/Pontianak",
"standardOffset": "+07:00",
"description": "Asia/Pontianak"
},
{
"timeZoneId": "56",
"canonicalId": "America/Argentina/Jujuy",
"standardOffset": "-03:00",
"description": "America/Argentina/Jujuy"
},
{
"timeZoneId": "377",
"canonicalId": "Pacific/Majuro",
"standardOffset": "+10:00",
"description": "Pacific/Majuro"
},
{
"timeZoneId": "193",
"canonicalId": "Antarctica/Rothera",
"standardOffset": "-03:00",
"description": "Antarctica/Rothera"
},
{
"timeZoneId": "281",
"canonicalId": "Atlantic/South_Georgia",
"standardOffset": "-02:00",
"description": "Atlantic/South_Georgia"
},
{
"timeZoneId": "71",
"canonicalId": "America/Belem",
"standardOffset": "-03:00",
"description": "America/Belem"
},
{
"timeZoneId": "282",
"canonicalId": "Atlantic/St_Helena",
"standardOffset": "+00:00",
"description": "Atlantic/St_Helena"
},
{
"timeZoneId": "228",
"canonicalId": "Asia/Jerusalem",
"standardOffset": "+03:00",
"description": "Asia/Jerusalem"
},
{
"timeZoneId": "375",
"canonicalId": "Pacific/Kiritimati",
"standardOffset": "+12:00",
"description": "Pacific/Kiritimati"
},
{
"timeZoneId": "186",
"canonicalId": "Antarctica/Casey",
"standardOffset": "+11:00",
"description": "Antarctica/Casey"
},
{
"timeZoneId": "331",
"canonicalId": "Europe/Samara",
"standardOffset": "+04:00",
"description": "Europe/Samara"
},
{
"timeZoneId": "382",
"canonicalId": "Pacific/Norfolk",
"standardOffset": "+11:30",
"description": "Pacific/Norfolk"
},
{
"timeZoneId": "286",
"canonicalId": "Australia/Currie",
"standardOffset": "+10:00",
"description": "Australia/Currie"
},
{
"timeZoneId": "115",
"canonicalId": "America/Indiana/Winamac",
"standardOffset": "-04:00",
"description": "America/Indiana/Winamac"
},
{
"timeZoneId": "238",
"canonicalId": "Asia/Kuwait",
"standardOffset": "+03:00",
"description": "Asia/Kuwait"
},
{
"timeZoneId": "197",
"canonicalId": "Arctic/Longyearbyen",
"standardOffset": "+02:00",
"description": "Arctic/Longyearbyen"
},
{
"timeZoneId": "248",
"canonicalId": "Asia/Oral",
"standardOffset": "+05:00",
"description": "Asia/Oral"
},
{
"timeZoneId": "202",
"canonicalId": "Asia/Aqtau",
"standardOffset": "+05:00",
"description": "Asia/Aqtau"
},
{
"timeZoneId": "289",
"canonicalId": "Australia/Hobart",
"standardOffset": "+10:00",
"description": "Australia/Hobart"
},
{
"timeZoneId": "2",
"canonicalId": "Africa/Accra",
"standardOffset": "+00:00",
"description": "Africa/Accra"
},
{
"timeZoneId": "347",
"canonicalId": "Europe/Zagreb",
"standardOffset": "+02:00",
"description": "Europe/Zagreb"
},
{
"timeZoneId": "215",
"canonicalId": "Asia/Damascus",
"standardOffset": "+03:00",
"description": "Asia/Damascus"
},
{
"timeZoneId": "57",
"canonicalId": "America/Argentina/La_Rioja",
"standardOffset": "-03:00",
"description": "America/Argentina/La_Rioja"
},
{
"timeZoneId": "136",
"canonicalId": "America/Miquelon",
"standardOffset": "-02:00",
"description": "America/Miquelon"
},
{
"timeZoneId": "75",
"canonicalId": "America/Bogota",
"standardOffset": "-05:00",
"description": "America/Bogota"
},
{
"timeZoneId": "361",
"canonicalId": "Pacific/Apia",
"standardOffset": "+13:00",
"description": "Pacific/Apia"
},
{
"timeZoneId": "127",
"canonicalId": "America/Managua",
"standardOffset": "-06:00",
"description": "America/Managua"
},
{
"timeZoneId": "266",
"canonicalId": "Asia/Tokyo",
"standardOffset": "+09:00",
"description": "Asia/Tokyo"
},
{
"timeZoneId": "369",
"canonicalId": "Pacific/Fakaofo",
"standardOffset": "-10:00",
"description": "Pacific/Fakaofo"
},
{
"timeZoneId": "6",
"canonicalId": "Africa/Bamako",
"standardOffset": "+00:00",
"description": "Africa/Bamako"
},
{
"timeZoneId": "263",
"canonicalId": "Asia/Tbilisi",
"standardOffset": "+04:00",
"description": "Asia/Tbilisi"
},
{
"timeZoneId": "24",
"canonicalId": "Africa/Kampala",
"standardOffset": "+03:00",
"description": "Africa/Kampala"
},
{
"timeZoneId": "320",
"canonicalId": "Europe/Malta",
"standardOffset": "+02:00",
"description": "Europe/Malta"
},
{
"timeZoneId": "346",
"canonicalId": "Europe/Warsaw",
"standardOffset": "+02:00",
"description": "Europe/Warsaw"
},
{
"timeZoneId": "350",
"canonicalId": "Indian/Antananarivo",
"standardOffset": "+03:00",
"description": "Indian/Antananarivo"
},
{
"timeZoneId": "312",
"canonicalId": "Europe/Jersey",
"standardOffset": "+01:00",
"description": "Europe/Jersey"
},
{
"timeZoneId": "79",
"canonicalId": "America/Cancun",
"standardOffset": "-05:00",
"description": "America/Cancun"
},
{
"timeZoneId": "249",
"canonicalId": "Asia/Phnom_Penh",
"standardOffset": "+07:00",
"description": "Asia/Phnom_Penh"
},
{
"timeZoneId": "283",
"canonicalId": "Australia/Adelaide",
"standardOffset": "+09:30",
"description": "Australia/Adelaide"
},
{
"timeZoneId": "337",
"canonicalId": "Europe/Stockholm",
"standardOffset": "+02:00",
"description": "Europe/Stockholm"
},
{
"timeZoneId": "15",
"canonicalId": "Africa/Dakar",
"standardOffset": "+00:00",
"description": "Africa/Dakar"
},
{
"timeZoneId": "137",
"canonicalId": "America/Moncton",
"standardOffset": "-03:00",
"description": "America/Moncton"
},
{
"timeZoneId": "318",
"canonicalId": "Europe/Luxembourg",
"standardOffset": "+02:00",
"description": "Europe/Luxembourg"
},
{
"timeZoneId": "177",
"canonicalId": "America/Thule",
"standardOffset": "-03:00",
"description": "America/Thule"
},
{
"timeZoneId": "216",
"canonicalId": "Asia/Dhaka",
"standardOffset": "+06:00",
"description": "Asia/Dhaka"
},
{
"timeZoneId": "324",
"canonicalId": "Europe/Moscow",
"standardOffset": "+03:00",
"description": "Europe/Moscow"
},
{
"timeZoneId": "175",
"canonicalId": "America/Swift_Current",
"standardOffset": "-06:00",
"description": "America/Swift_Current"
},
{
"timeZoneId": "142",
"canonicalId": "America/Nassau",
"standardOffset": "-04:00",
"description": "America/Nassau"
},
{
"timeZoneId": "31",
"canonicalId": "Africa/Lusaka",
"standardOffset": "+02:00",
"description": "Africa/Lusaka"
},
{
"timeZoneId": "188",
"canonicalId": "Antarctica/DumontDUrville",
"standardOffset": "+10:00",
"description": "Antarctica/DumontDUrville"
},
{
"timeZoneId": "299",
"canonicalId": "Europe/Berlin",
"standardOffset": "+02:00",
"description": "Europe/Berlin"
},
{
"timeZoneId": "243",
"canonicalId": "Asia/Muscat",
"standardOffset": "+04:00",
"description": "Asia/Muscat"
},
{
"timeZoneId": "107",
"canonicalId": "America/Havana",
"standardOffset": "-04:00",
"description": "America/Havana"
},
{
"timeZoneId": "168",
"canonicalId": "America/Scoresbysund",
"standardOffset": "+00:00",
"description": "America/Scoresbysund"
},
{
"timeZoneId": "111",
"canonicalId": "America/Indiana/Marengo",
"standardOffset": "-04:00",
"description": "America/Indiana/Marengo"
},
{
"timeZoneId": "65",
"canonicalId": "America/Aruba",
"standardOffset": "-04:00",
"description": "America/Aruba"
},
{
"timeZoneId": "389",
"canonicalId": "Pacific/Saipan",
"standardOffset": "+10:00",
"description": "Pacific/Saipan"
},
{
"timeZoneId": "275",
"canonicalId": "Atlantic/Bermuda",
"standardOffset": "-03:00",
"description": "Atlantic/Bermuda"
},
{
"timeZoneId": "94",
"canonicalId": "America/Eirunepe",
"standardOffset": "-05:00",
"description": "America/Eirunepe"
},
{
"timeZoneId": "147",
"canonicalId": "America/North_Dakota/New_Salem",
"standardOffset": "-05:00",
"description": "America/North_Dakota/New_Salem"
},
{
"timeZoneId": "225",
"canonicalId": "Asia/Irkutsk",
"standardOffset": "+08:00",
"description": "Asia/Irkutsk"
},
{
"timeZoneId": "179",
"canonicalId": "America/Tijuana",
"standardOffset": "-07:00",
"description": "America/Tijuana"
},
{
"timeZoneId": "345",
"canonicalId": "Europe/Volgograd",
"standardOffset": "+03:00",
"description": "Europe/Volgograd"
},
{
"timeZoneId": "190",
"canonicalId": "Antarctica/Mawson",
"standardOffset": "+05:00",
"description": "Antarctica/Mawson"
},
{
"timeZoneId": "342",
"canonicalId": "Europe/Vatican",
"standardOffset": "+02:00",
"description": "Europe/Vatican"
},
{
"timeZoneId": "61",
"canonicalId": "America/Argentina/San_Juan",
"standardOffset": "-03:00",
"description": "America/Argentina/San_Juan"
},
{
"timeZoneId": "235",
"canonicalId": "Asia/Krasnoyarsk",
"standardOffset": "+07:00",
"description": "Asia/Krasnoyarsk"
},
{
"timeZoneId": "146",
"canonicalId": "America/North_Dakota/Center",
"standardOffset": "-05:00",
"description": "America/North_Dakota/Center"
},
{
"timeZoneId": "120",
"canonicalId": "America/Kentucky/Louisville",
"standardOffset": "-04:00",
"description": "America/Kentucky/Louisville"
},
{
"timeZoneId": "363",
"canonicalId": "Pacific/Bougainville",
"standardOffset": "+10:00",
"description": "Pacific/Bougainville"
},
{
"timeZoneId": "360",
"canonicalId": "Indian/Reunion",
"standardOffset": "+04:00",
"description": "Indian/Reunion"
},
{
"timeZoneId": "68",
"canonicalId": "America/Bahia",
"standardOffset": "-03:00",
"description": "America/Bahia"
},
{
"timeZoneId": "260",
"canonicalId": "Asia/Singapore",
"standardOffset": "+08:00",
"description": "Asia/Singapore"
},
{
"timeZoneId": "67",
"canonicalId": "America/Atikokan",
"standardOffset": "-05:00",
"description": "America/Atikokan"
},
{
"timeZoneId": "400",
"canonicalId": "America/St_Thomas",
"standardOffset": "-04:00",
"description": "America/St_Thomas"
},
{
"timeZoneId": "236",
"canonicalId": "Asia/Kuala_Lumpur",
"standardOffset": "+08:00",
"description": "Asia/Kuala_Lumpur"
},
{
"timeZoneId": "91",
"canonicalId": "America/Denver",
"standardOffset": "-06:00",
"description": "America/Denver"
},
{
"timeZoneId": "139",
"canonicalId": "America/Montevideo",
"standardOffset": "-03:00",
"description": "America/Montevideo"
},
{
"timeZoneId": "395",
"canonicalId": "Africa/Kinshasa",
"standardOffset": "+01:00",
"description": "Africa/Kinshasa"
},
{
"timeZoneId": "344",
"canonicalId": "Europe/Vilnius",
"standardOffset": "+03:00",
"description": "Europe/Vilnius"
},
{
"timeZoneId": "261",
"canonicalId": "Asia/Taipei",
"standardOffset": "+08:00",
"description": "Asia/Taipei"
},
{
"timeZoneId": "170",
"canonicalId": "America/St_Barthelemy",
"standardOffset": "-04:00",
"description": "America/St_Barthelemy"
},
{
"timeZoneId": "370",
"canonicalId": "Pacific/Fiji",
"standardOffset": "+12:00",
"description": "Pacific/Fiji"
},
{
"timeZoneId": "14",
"canonicalId": "Africa/Conakry",
"standardOffset": "+00:00",
"description": "Africa/Conakry"
},
{
"timeZoneId": "206",
"canonicalId": "Asia/Bahrain",
"standardOffset": "+03:00",
"description": "Asia/Bahrain"
},
{
"timeZoneId": "140",
"canonicalId": "America/Montreal",
"standardOffset": "-04:00",
"description": "America/Montreal"
},
{
"timeZoneId": "189",
"canonicalId": "Antarctica/Macquarie",
"standardOffset": "+11:00",
"description": "Antarctica/Macquarie"
},
{
"timeZoneId": "268",
"canonicalId": "Asia/Urumqi",
"standardOffset": "+06:00",
"description": "Asia/Urumqi"
},
{
"timeZoneId": "116",
"canonicalId": "America/Inuvik",
"standardOffset": "-06:00",
"description": "America/Inuvik"
},
{
"timeZoneId": "44",
"canonicalId": "Africa/Sao_Tome",
"standardOffset": "+00:00",
"description": "Africa/Sao_Tome"
},
{
"timeZoneId": "356",
"canonicalId": "Indian/Mahe",
"standardOffset": "+04:00",
"description": "Indian/Mahe"
},
{
"timeZoneId": "123",
"canonicalId": "America/Lima",
"standardOffset": "-05:00",
"description": "America/Lima"
},
{
"timeZoneId": "396",
"canonicalId": "Africa/Lubumbashi",
"standardOffset": "+02:00",
"description": "Africa/Lubumbashi"
},
{
"timeZoneId": "86",
"canonicalId": "America/Cuiaba",
"standardOffset": "-04:00",
"description": "America/Cuiaba"
},
{
"timeZoneId": "132",
"canonicalId": "America/Mazatlan",
"standardOffset": "-06:00",
"description": "America/Mazatlan"
},
{
"timeZoneId": "227",
"canonicalId": "Asia/Jayapura",
"standardOffset": "+09:00",
"description": "Asia/Jayapura"
},
{
"timeZoneId": "181",
"canonicalId": "America/Vancouver",
"standardOffset": "-07:00",
"description": "America/Vancouver"
},
{
"timeZoneId": "99",
"canonicalId": "America/Goose_Bay",
"standardOffset": "-03:00",
"description": "America/Goose_Bay"
},
{
"timeZoneId": "114",
"canonicalId": "America/Indiana/Vincennes",
"standardOffset": "-04:00",
"description": "America/Indiana/Vincennes"
},
{
"timeZoneId": "80",
"canonicalId": "America/Caracas",
"standardOffset": "-04:00",
"description": "America/Caracas"
},
{
"timeZoneId": "355",
"canonicalId": "Indian/Kerguelen",
"standardOffset": "+05:00",
"description": "Indian/Kerguelen"
},
{
"timeZoneId": "130",
"canonicalId": "America/Martinique",
"standardOffset": "-04:00",
"description": "America/Martinique"
},
{
"timeZoneId": "144",
"canonicalId": "America/Nipigon",
"standardOffset": "-04:00",
"description": "America/Nipigon"
},
{
"timeZoneId": "334",
"canonicalId": "Europe/Simferopol",
"standardOffset": "+03:00",
"description": "Europe/Simferopol"
},
{
"timeZoneId": "381",
"canonicalId": "Pacific/Niue",
"standardOffset": "-11:00",
"description": "Pacific/Niue"
},
{
"timeZoneId": "92",
"canonicalId": "America/Dominica",
"standardOffset": "-04:00",
"description": "America/Dominica"
},
{
"timeZoneId": "200",
"canonicalId": "Asia/Amman",
"standardOffset": "+03:00",
"description": "Asia/Amman"
},
{
"timeZoneId": "58",
"canonicalId": "America/Argentina/Mendoza",
"standardOffset": "-03:00",
"description": "America/Argentina/Mendoza"
},
{
"timeZoneId": "252",
"canonicalId": "Asia/Qatar",
"standardOffset": "+03:00",
"description": "Asia/Qatar"
},
{
"timeZoneId": "292",
"canonicalId": "Australia/Melbourne",
"standardOffset": "+10:00",
"description": "Australia/Melbourne"
},
{
"timeZoneId": "274",
"canonicalId": "Atlantic/Azores",
"standardOffset": "+00:00",
"description": "Atlantic/Azores"
},
{
"timeZoneId": "364",
"canonicalId": "Pacific/Chatham",
"standardOffset": "+12:45",
"description": "Pacific/Chatham"
},
{
"timeZoneId": "258",
"canonicalId": "Asia/Seoul",
"standardOffset": "+09:00",
"description": "Asia/Seoul"
},
{
"timeZoneId": "95",
"canonicalId": "America/El_Salvador",
"standardOffset": "-06:00",
"description": "America/El_Salvador"
},
{
"timeZoneId": "340",
"canonicalId": "Europe/Uzhgorod",
"standardOffset": "+03:00",
"description": "Europe/Uzhgorod"
},
{
"timeZoneId": "8",
"canonicalId": "Africa/Banjul",
"standardOffset": "+00:00",
"description": "Africa/Banjul"
},
{
"timeZoneId": "329",
"canonicalId": "Europe/Riga",
"standardOffset": "+03:00",
"description": "Europe/Riga"
},
{
"timeZoneId": "96",
"canonicalId": "America/Fortaleza",
"standardOffset": "-03:00",
"description": "America/Fortaleza"
},
{
"timeZoneId": "240",
"canonicalId": "Asia/Magadan",
"standardOffset": "+11:00",
"description": "Asia/Magadan"
},
{
"timeZoneId": "82",
"canonicalId": "America/Cayman",
"standardOffset": "-05:00",
"description": "America/Cayman"
},
{
"timeZoneId": "254",
"canonicalId": "Asia/Rangoon",
"standardOffset": "+06:30",
"description": "Asia/Rangoon"
},
{
"timeZoneId": "204",
"canonicalId": "Asia/Ashgabat",
"standardOffset": "+05:00",
"description": "Asia/Ashgabat"
},
{
"timeZoneId": "156",
"canonicalId": "America/Puerto_Rico",
"standardOffset": "-04:00",
"description": "America/Puerto_Rico"
},
{
"timeZoneId": "265",
"canonicalId": "Asia/Thimphu",
"standardOffset": "+06:00",
"description": "Asia/Thimphu"
},
{
"timeZoneId": "306",
"canonicalId": "Europe/Dublin",
"standardOffset": "+01:00",
"description": "Europe/Dublin"
},
{
"timeZoneId": "45",
"canonicalId": "Africa/Tripoli",
"standardOffset": "+02:00",
"description": "Africa/Tripoli"
},
{
"timeZoneId": "163",
"canonicalId": "America/Santarem",
"standardOffset": "-03:00",
"description": "America/Santarem"
},
{
"timeZoneId": "9",
"canonicalId": "Africa/Bissau",
"standardOffset": "+00:00",
"description": "Africa/Bissau"
},
{
"timeZoneId": "213",
"canonicalId": "Asia/Chongqing",
"standardOffset": "+08:00",
"description": "Asia/Chongqing"
},
{
"timeZoneId": "129",
"canonicalId": "America/Marigot",
"standardOffset": "-04:00",
"description": "America/Marigot"
},
{
"timeZoneId": "157",
"canonicalId": "America/Rainy_River",
"standardOffset": "-05:00",
"description": "America/Rainy_River"
},
{
"timeZoneId": "90",
"canonicalId": "America/Dawson_Creek",
"standardOffset": "-07:00",
"description": "America/Dawson_Creek"
},
{
"timeZoneId": "287",
"canonicalId": "Australia/Darwin",
"standardOffset": "+09:30",
"description": "Australia/Darwin"
},
{
"timeZoneId": "387",
"canonicalId": "Pacific/Port_Moresby",
"standardOffset": "+10:00",
"description": "Pacific/Port_Moresby"
},
{
"timeZoneId": "325",
"canonicalId": "Europe/Oslo",
"standardOffset": "+02:00",
"description": "Europe/Oslo"
},
{
"timeZoneId": "221",
"canonicalId": "Asia/Harbin",
"standardOffset": "+08:00",
"description": "Asia/Harbin"
},
{
"timeZoneId": "64",
"canonicalId": "America/Argentina/Ushuaia",
"standardOffset": "-03:00",
"description": "America/Argentina/Ushuaia"
},
{
"timeZoneId": "237",
"canonicalId": "Asia/Kuching",
"standardOffset": "+08:00",
"description": "Asia/Kuching"
},
{
"timeZoneId": "49",
"canonicalId": "America/Anchorage",
"standardOffset": "-08:00",
"description": "America/Anchorage"
},
{
"timeZoneId": "379",
"canonicalId": "Pacific/Midway",
"standardOffset": "-11:00",
"description": "Pacific/Midway"
},
{
"timeZoneId": "173",
"canonicalId": "America/St_Lucia",
"standardOffset": "-04:00",
"description": "America/St_Lucia"
},
{
"timeZoneId": "110",
"canonicalId": "America/Indiana/Knox",
"standardOffset": "-05:00",
"description": "America/Indiana/Knox"
},
{
"timeZoneId": "218",
"canonicalId": "Asia/Dubai",
"standardOffset": "+04:00",
"description": "Asia/Dubai"
},
{
"timeZoneId": "317",
"canonicalId": "Europe/London",
"standardOffset": "+01:00",
"description": "Europe/London"
},
{
"timeZoneId": "386",
"canonicalId": "Pacific/Pitcairn",
"standardOffset": "-08:00",
"description": "Pacific/Pitcairn"
},
{
"timeZoneId": "37",
"canonicalId": "Africa/Monrovia",
"standardOffset": "+00:00",
"description": "Africa/Monrovia"
},
{
"timeZoneId": "52",
"canonicalId": "America/Araguaina",
"standardOffset": "-03:00",
"description": "America/Araguaina"
},
{
"timeZoneId": "89",
"canonicalId": "America/Dawson",
"standardOffset": "-07:00",
"description": "America/Dawson"
},
{
"timeZoneId": "141",
"canonicalId": "America/Montserrat",
"standardOffset": "-04:00",
"description": "America/Montserrat"
},
{
"timeZoneId": "330",
"canonicalId": "Europe/Rome",
"standardOffset": "+02:00",
"description": "Europe/Rome"
},
{
"timeZoneId": "390",
"canonicalId": "Pacific/Tahiti",
"standardOffset": "-10:00",
"description": "Pacific/Tahiti"
},
{
"timeZoneId": "174",
"canonicalId": "America/St_Vincent",
"standardOffset": "-04:00",
"description": "America/St_Vincent"
},
{
"timeZoneId": "338",
"canonicalId": "Europe/Tallinn",
"standardOffset": "+03:00",
"description": "Europe/Tallinn"
},
{
"timeZoneId": "42",
"canonicalId": "Africa/Ouagadougou",
"standardOffset": "+00:00",
"description": "Africa/Ouagadougou"
},
{
"timeZoneId": "309",
"canonicalId": "Europe/Helsinki",
"standardOffset": "+03:00",
"description": "Europe/Helsinki"
},
{
"timeZoneId": "72",
"canonicalId": "America/Belize",
"standardOffset": "-06:00",
"description": "America/Belize"
},
{
"timeZoneId": "229",
"canonicalId": "Asia/Kabul",
"standardOffset": "+04:30",
"description": "Asia/Kabul"
},
{
"timeZoneId": "185",
"canonicalId": "America/Yellowknife",
"standardOffset": "-06:00",
"description": "America/Yellowknife"
},
{
"timeZoneId": "1",
"canonicalId": "Africa/Abidjan",
"standardOffset": "+00:00",
"description": "Africa/Abidjan"
},
{
"timeZoneId": "314",
"canonicalId": "Europe/Kiev",
"standardOffset": "+03:00",
"description": "Europe/Kiev"
},
{
"timeZoneId": "396",
"canonicalId": "Africa/Lubumbashi",
"standardOffset": "+02:00",
"description": "Africa/Lubumbashi"
},
{
"timeZoneId": "354",
"canonicalId": "Indian/Comoro",
"standardOffset": "+03:00",
"description": "Indian/Comoro"
},
{
"timeZoneId": "20",
"canonicalId": "Africa/Freetown",
"standardOffset": "+00:00",
"description": "Africa/Freetown"
},
{
"timeZoneId": "241",
"canonicalId": "Asia/Makassar",
"standardOffset": "+08:00",
"description": "Asia/Makassar"
},
{
"timeZoneId": "319",
"canonicalId": "Europe/Madrid",
"standardOffset": "+02:00",
"description": "Europe/Madrid"
},
{
"timeZoneId": "214",
"canonicalId": "Asia/Colombo",
"standardOffset": "+05:30",
"description": "Asia/Colombo"
},
{
"timeZoneId": "256",
"canonicalId": "Asia/Sakhalin",
"standardOffset": "+11:00",
"description": "Asia/Sakhalin"
},
{
"timeZoneId": "323",
"canonicalId": "Europe/Monaco",
"standardOffset": "+02:00",
"description": "Europe/Monaco"
},
{
"timeZoneId": "194",
"canonicalId": "Antarctica/Syowa",
"standardOffset": "+03:00",
"description": "Antarctica/Syowa"
},
{
"timeZoneId": "222",
"canonicalId": "Asia/Hong_Kong",
"standardOffset": "+08:00",
"description": "Asia/Hong_Kong"
},
{
"timeZoneId": "353",
"canonicalId": "Indian/Cocos",
"standardOffset": "+06:30",
"description": "Indian/Cocos"
},
{
"timeZoneId": "53",
"canonicalId": "America/Argentina/Buenos_Aires",
"standardOffset": "-03:00",
"description": "America/Argentina/Buenos_Aires"
},
{
"timeZoneId": "230",
"canonicalId": "Asia/Kamchatka",
"standardOffset": "+12:00",
"description": "Asia/Kamchatka"
},
{
"timeZoneId": "124",
"canonicalId": "America/Los_Angeles",
"standardOffset": "-07:00",
"description": "America/Los_Angeles"
},
{
"timeZoneId": "74",
"canonicalId": "America/Boa_Vista",
"standardOffset": "-04:00",
"description": "America/Boa_Vista"
},
{
"timeZoneId": "234",
"canonicalId": "Asia/Kolkata",
"standardOffset": "+05:30",
"description": "Asia/Kolkata"
},
{
"timeZoneId": "16",
"canonicalId": "Africa/Dar_es_Salaam",
"standardOffset": "+03:00",
"description": "Africa/Dar_es_Salaam"
},
{
"timeZoneId": "155",
"canonicalId": "America/Port_of_Spain",
"standardOffset": "-04:00",
"description": "America/Port_of_Spain"
},
{
"timeZoneId": "269",
"canonicalId": "Asia/Vientiane",
"standardOffset": "+07:00",
"description": "Asia/Vientiane"
},
{
"timeZoneId": "358",
"canonicalId": "Indian/Mauritius",
"standardOffset": "+04:00",
"description": "Indian/Mauritius"
},
{
"timeZoneId": "160",
"canonicalId": "America/Regina",
"standardOffset": "-06:00",
"description": "America/Regina"
},
{
"timeZoneId": "118",
"canonicalId": "America/Jamaica",
"standardOffset": "-05:00",
"description": "America/Jamaica"
},
{
"timeZoneId": "223",
"canonicalId": "Asia/Hovd",
"standardOffset": "+07:00",
"description": "Asia/Hovd"
},
{
"timeZoneId": "178",
"canonicalId": "America/Thunder_Bay",
"standardOffset": "-04:00",
"description": "America/Thunder_Bay"
},
{
"timeZoneId": "303",
"canonicalId": "Europe/Budapest",
"standardOffset": "+02:00",
"description": "Europe/Budapest"
},
{
"timeZoneId": "18",
"canonicalId": "Africa/Douala",
"standardOffset": "+01:00",
"description": "Africa/Douala"
},
{
"timeZoneId": "104",
"canonicalId": "America/Guayaquil",
"standardOffset": "-05:00",
"description": "America/Guayaquil"
},
{
"timeZoneId": "335",
"canonicalId": "Europe/Skopje",
"standardOffset": "+02:00",
"description": "Europe/Skopje"
},
{
"timeZoneId": "302",
"canonicalId": "Europe/Bucharest",
"standardOffset": "+03:00",
"description": "Europe/Bucharest"
},
{
"timeZoneId": "3",
"canonicalId": "Africa/Addis_Ababa",
"standardOffset": "+03:00",
"description": "Africa/Addis_Ababa"
},
{
"timeZoneId": "154",
"canonicalId": "America/Porto_Velho",
"standardOffset": "-04:00",
"description": "America/Porto_Velho"
},
{
"timeZoneId": "310",
"canonicalId": "Europe/Isle_of_Man",
"standardOffset": "+01:00",
"description": "Europe/Isle_of_Man"
},
{
"timeZoneId": "219",
"canonicalId": "Asia/Dushanbe",
"standardOffset": "+05:00",
"description": "Asia/Dushanbe"
},
{
"timeZoneId": "246",
"canonicalId": "Asia/Novosibirsk",
"standardOffset": "+07:00",
"description": "Asia/Novosibirsk"
},
{
"timeZoneId": "7",
"canonicalId": "Africa/Bangui",
"standardOffset": "+01:00",
"description": "Africa/Bangui"
},
{
"timeZoneId": "210",
"canonicalId": "Asia/Bishkek",
"standardOffset": "+06:00",
"description": "Asia/Bishkek"
},
{
"timeZoneId": "46",
"canonicalId": "Africa/Tunis",
"standardOffset": "+01:00",
"description": "Africa/Tunis"
},
{
"timeZoneId": "143",
"canonicalId": "America/New_York",
"standardOffset": "-04:00",
"description": "America/New_York"
},
{
"timeZoneId": "151",
"canonicalId": "America/Paramaribo",
"standardOffset": "-03:00",
"description": "America/Paramaribo"
},
{
"timeZoneId": "199",
"canonicalId": "Asia/Almaty",
"standardOffset": "+06:00",
"description": "Asia/Almaty"
},
{
"timeZoneId": "158",
"canonicalId": "America/Rankin_Inlet",
"standardOffset": "-05:00",
"description": "America/Rankin_Inlet"
},
{
"timeZoneId": "33",
"canonicalId": "Africa/Maputo",
"standardOffset": "+02:00",
"description": "Africa/Maputo"
},
{
"timeZoneId": "83",
"canonicalId": "America/Chicago",
"standardOffset": "-05:00",
"description": "America/Chicago"
},
{
"timeZoneId": "198",
"canonicalId": "Asia/Aden",
"standardOffset": "+03:00",
"description": "Asia/Aden"
},
{
"timeZoneId": "39",
"canonicalId": "Africa/Ndjamena",
"standardOffset": "+01:00",
"description": "Africa/Ndjamena"
},
{
"timeZoneId": "398",
"canonicalId": "Atlantic/Stanley",
"standardOffset": "-03:00",
"description": "Atlantic/Stanley"
},
{
"timeZoneId": "205",
"canonicalId": "Asia/Baghdad",
"standardOffset": "+03:00",
"description": "Asia/Baghdad"
},
{
"timeZoneId": "276",
"canonicalId": "Atlantic/Canary",
"standardOffset": "+01:00",
"description": "Atlantic/Canary"
},
{
"timeZoneId": "385",
"canonicalId": "Pacific/Palau",
"standardOffset": "+09:00",
"description": "Pacific/Palau"
},
{
"timeZoneId": "343",
"canonicalId": "Europe/Vienna",
"standardOffset": "+02:00",
"description": "Europe/Vienna"
},
{
"timeZoneId": "84",
"canonicalId": "America/Chihuahua",
"standardOffset": "-06:00",
"description": "America/Chihuahua"
},
{
"timeZoneId": "328",
"canonicalId": "Europe/Prague",
"standardOffset": "+02:00",
"description": "Europe/Prague"
},
{
"timeZoneId": "333",
"canonicalId": "Europe/Sarajevo",
"standardOffset": "+02:00",
"description": "Europe/Sarajevo"
},
{
"timeZoneId": "316",
"canonicalId": "Europe/Ljubljana",
"standardOffset": "+02:00",
"description": "Europe/Ljubljana"
},
{
"timeZoneId": "348",
"canonicalId": "Europe/Zaporozhye",
"standardOffset": "+03:00",
"description": "Europe/Zaporozhye"
},
{
"timeZoneId": "101",
"canonicalId": "America/Grenada",
"standardOffset": "-04:00",
"description": "America/Grenada"
},
{
"timeZoneId": "368",
"canonicalId": "Pacific/Enderbury",
"standardOffset": "+12:00",
"description": "Pacific/Enderbury"
},
{
"timeZoneId": "26",
"canonicalId": "Africa/Kigali",
"standardOffset": "+02:00",
"description": "Africa/Kigali"
},
{
"timeZoneId": "304",
"canonicalId": "Europe/Chisinau",
"standardOffset": "+03:00",
"description": "Europe/Chisinau"
},
{
"timeZoneId": "121",
"canonicalId": "America/Kentucky/Monticello",
"standardOffset": "-04:00",
"description": "America/Kentucky/Monticello"
},
{
"timeZoneId": "244",
"canonicalId": "Asia/Nicosia",
"standardOffset": "+03:00",
"description": "Asia/Nicosia"
},
{
"timeZoneId": "59",
"canonicalId": "America/Argentina/Rio_Gallegos",
"standardOffset": "-03:00",
"description": "America/Argentina/Rio_Gallegos"
},
{
"timeZoneId": "255",
"canonicalId": "Asia/Riyadh",
"standardOffset": "+03:00",
"description": "Asia/Riyadh"
},
{
"timeZoneId": "55",
"canonicalId": "America/Argentina/Cordoba",
"standardOffset": "-03:00",
"description": "America/Argentina/Cordoba"
},
{
"timeZoneId": "279",
"canonicalId": "Atlantic/Madeira",
"standardOffset": "+01:00",
"description": "Atlantic/Madeira"
},
{
"timeZoneId": "290",
"canonicalId": "Australia/Lindeman",
"standardOffset": "+10:00",
"description": "Australia/Lindeman"
},
{
"timeZoneId": "103",
"canonicalId": "America/Guatemala",
"standardOffset": "-06:00",
"description": "America/Guatemala"
},
{
"timeZoneId": "134",
"canonicalId": "America/Merida",
"standardOffset": "-05:00",
"description": "America/Merida"
},
{
"timeZoneId": "373",
"canonicalId": "Pacific/Guadalcanal",
"standardOffset": "+11:00",
"description": "Pacific/Guadalcanal"
},
{
"timeZoneId": "113",
"canonicalId": "America/Indiana/Vevay",
"standardOffset": "-04:00",
"description": "America/Indiana/Vevay"
},
{
"timeZoneId": "270",
"canonicalId": "Asia/Vladivostok",
"standardOffset": "+10:00",
"description": "Asia/Vladivostok"
},
{
"timeZoneId": "294",
"canonicalId": "Australia/Sydney",
"standardOffset": "+10:00",
"description": "Australia/Sydney"
},
{
"timeZoneId": "191",
"canonicalId": "Antarctica/McMurdo",
"standardOffset": "+12:00",
"description": "Antarctica/McMurdo"
},
{
"timeZoneId": "108",
"canonicalId": "America/Hermosillo",
"standardOffset": "-07:00",
"description": "America/Hermosillo"
},
{
"timeZoneId": "195",
"canonicalId": "Antarctica/Troll",
"standardOffset": "+02:00",
"description": "Antarctica/Troll"
},
{
"timeZoneId": "315",
"canonicalId": "Europe/Lisbon",
"standardOffset": "+01:00",
"description": "Europe/Lisbon"
},
{
"timeZoneId": "41",
"canonicalId": "Africa/Nouakchott",
"standardOffset": "+00:00",
"description": "Africa/Nouakchott"
},
{
"timeZoneId": "326",
"canonicalId": "Europe/Paris",
"standardOffset": "+02:00",
"description": "Europe/Paris"
},
{
"timeZoneId": "341",
"canonicalId": "Europe/Vaduz",
"standardOffset": "+02:00",
"description": "Europe/Vaduz"
},
{
"timeZoneId": "232",
"canonicalId": "Asia/Kashgar",
"standardOffset": "+06:00",
"description": "Asia/Kashgar"
},
{
"timeZoneId": "262",
"canonicalId": "Asia/Tashkent",
"standardOffset": "+05:00",
"description": "Asia/Tashkent"
},
{
"timeZoneId": "245",
"canonicalId": "Asia/Novokuznetsk",
"standardOffset": "+07:00",
"description": "Asia/Novokuznetsk"
},
{
"timeZoneId": "98",
"canonicalId": "America/Godthab",
"standardOffset": "-02:00",
"description": "America/Godthab"
},
{
"timeZoneId": "126",
"canonicalId": "America/Maceio",
"standardOffset": "-03:00",
"description": "America/Maceio"
},
{
"timeZoneId": "226",
"canonicalId": "Asia/Jakarta",
"standardOffset": "+07:00",
"description": "Asia/Jakarta"
},
{
"timeZoneId": "117",
"canonicalId": "America/Iqaluit",
"standardOffset": "-04:00",
"description": "America/Iqaluit"
},
{
"timeZoneId": "208",
"canonicalId": "Asia/Bangkok",
"standardOffset": "+07:00",
"description": "Asia/Bangkok"
},
{
"timeZoneId": "242",
"canonicalId": "Asia/Manila",
"standardOffset": "+08:00",
"description": "Asia/Manila"
},
{
"timeZoneId": "307",
"canonicalId": "Europe/Gibraltar",
"standardOffset": "+02:00",
"description": "Europe/Gibraltar"
},
{
"timeZoneId": "73",
"canonicalId": "America/Blanc-Sablon",
"standardOffset": "-04:00",
"description": "America/Blanc-Sablon"
},
{
"timeZoneId": "280",
"canonicalId": "Atlantic/Reykjavik",
"standardOffset": "+00:00",
"description": "Atlantic/Reykjavik"
},
{
"timeZoneId": "23",
"canonicalId": "Africa/Johannesburg",
"standardOffset": "+02:00",
"description": "Africa/Johannesburg"
},
{
"timeZoneId": "365",
"canonicalId": "Pacific/Chuuk",
"standardOffset": "+10:00",
"description": "Pacific/Chuuk"
},
{
"timeZoneId": "36",
"canonicalId": "Africa/Mogadishu",
"standardOffset": "+03:00",
"description": "Africa/Mogadishu"
},
{
"timeZoneId": "285",
"canonicalId": "Australia/Broken_Hill",
"standardOffset": "+09:30",
"description": "Australia/Broken_Hill"
},
{
"timeZoneId": "308",
"canonicalId": "Europe/Guernsey",
"standardOffset": "+01:00",
"description": "Europe/Guernsey"
},
{
"timeZoneId": "66",
"canonicalId": "America/Asuncion",
"standardOffset": "-04:00",
"description": "America/Asuncion"
},
{
"timeZoneId": "4",
"canonicalId": "Africa/Algiers",
"standardOffset": "+01:00",
"description": "Africa/Algiers"
},
{
"timeZoneId": "187",
"canonicalId": "Antarctica/Davis",
"standardOffset": "+07:00",
"description": "Antarctica/Davis"
},
{
"timeZoneId": "153",
"canonicalId": "America/Port-au-Prince",
"standardOffset": "-04:00",
"description": "America/Port-au-Prince"
},
{
"timeZoneId": "29",
"canonicalId": "Africa/Lome",
"standardOffset": "+00:00",
"description": "Africa/Lome"
},
{
"timeZoneId": "172",
"canonicalId": "America/St_Kitts",
"standardOffset": "-04:00",
"description": "America/St_Kitts"
},
{
"timeZoneId": "164",
"canonicalId": "America/Santa_Isabel",
"standardOffset": "-07:00",
"description": "America/Santa_Isabel"
},
{
"timeZoneId": "43",
"canonicalId": "Africa/Porto-Novo",
"standardOffset": "+01:00",
"description": "Africa/Porto-Novo"
},
{
"timeZoneId": "367",
"canonicalId": "Pacific/Efate",
"standardOffset": "+11:00",
"description": "Pacific/Efate"
},
{
"timeZoneId": "212",
"canonicalId": "Asia/Choibalsan",
"standardOffset": "+08:00",
"description": "Asia/Choibalsan"
},
{
"timeZoneId": "102",
"canonicalId": "America/Guadeloupe",
"standardOffset": "-04:00",
"description": "America/Guadeloupe"
},
{
"timeZoneId": "85",
"canonicalId": "America/Costa_Rica",
"standardOffset": "-06:00",
"description": "America/Costa_Rica"
},
{
"timeZoneId": "284",
"canonicalId": "Australia/Brisbane",
"standardOffset": "+10:00",
"description": "Australia/Brisbane"
},
{
"timeZoneId": "28",
"canonicalId": "Africa/Libreville",
"standardOffset": "+01:00",
"description": "Africa/Libreville"
},
{
"timeZoneId": "162",
"canonicalId": "America/Rio_Branco",
"standardOffset": "-05:00",
"description": "America/Rio_Branco"
},
{
"timeZoneId": "38",
"canonicalId": "Africa/Nairobi",
"standardOffset": "+03:00",
"description": "Africa/Nairobi"
},
{
"timeZoneId": "272",
"canonicalId": "Asia/Yekaterinburg",
"standardOffset": "+05:00",
"description": "Asia/Yekaterinburg"
},
{
"timeZoneId": "12",
"canonicalId": "Africa/Cairo",
"standardOffset": "+02:00",
"description": "Africa/Cairo"
},
{
"timeZoneId": "76",
"canonicalId": "America/Boise",
"standardOffset": "-06:00",
"description": "America/Boise"
},
{
"timeZoneId": "378",
"canonicalId": "Pacific/Marquesas",
"standardOffset": "-10:00",
"description": "Pacific/Marquesas"
},
{
"timeZoneId": "291",
"canonicalId": "Australia/Lord_Howe",
"standardOffset": "+10:30",
"description": "Australia/Lord_Howe"
},
{
"timeZoneId": "50",
"canonicalId": "America/Anguilla",
"standardOffset": "-04:00",
"description": "America/Anguilla"
},
{
"timeZoneId": "231",
"canonicalId": "Asia/Karachi",
"standardOffset": "+05:00",
"description": "Asia/Karachi"
},
{
"timeZoneId": "48",
"canonicalId": "America/Adak",
"standardOffset": "-09:00",
"description": "America/Adak"
},
{
"timeZoneId": "359",
"canonicalId": "Indian/Mayotte",
"standardOffset": "+03:00",
"description": "Indian/Mayotte"
},
{
"timeZoneId": "13",
"canonicalId": "Africa/Casablanca",
"standardOffset": "+00:00",
"description": "Africa/Casablanca"
},
{
"timeZoneId": "165",
"canonicalId": "America/Santiago",
"standardOffset": "-03:00",
"description": "America/Santiago"
},
{
"timeZoneId": "192",
"canonicalId": "Antarctica/Palmer",
"standardOffset": "-03:00",
"description": "Antarctica/Palmer"
},
{
"timeZoneId": "277",
"canonicalId": "Atlantic/Cape_Verde",
"standardOffset": "-01:00",
"description": "Atlantic/Cape_Verde"
},
{
"timeZoneId": "109",
"canonicalId": "America/Indiana/Indianapolis",
"standardOffset": "-04:00",
"description": "America/Indiana/Indianapolis"
},
{
"timeZoneId": "54",
"canonicalId": "America/Argentina/Catamarca",
"standardOffset": "-03:00",
"description": "America/Argentina/Catamarca"
},
{
"timeZoneId": "161",
"canonicalId": "America/Resolute",
"standardOffset": "-05:00",
"description": "America/Resolute"
},
{
"timeZoneId": "339",
"canonicalId": "Europe/Tirane",
"standardOffset": "+02:00",
"description": "Europe/Tirane"
},
{
"timeZoneId": "63",
"canonicalId": "America/Argentina/Tucuman",
"standardOffset": "-03:00",
"description": "America/Argentina/Tucuman"
},
{
"timeZoneId": "247",
"canonicalId": "Asia/Omsk",
"standardOffset": "+06:00",
"description": "Asia/Omsk"
},
{
"timeZoneId": "27",
"canonicalId": "Africa/Lagos",
"standardOffset": "+01:00",
"description": "Africa/Lagos"
},
{
"timeZoneId": "145",
"canonicalId": "America/Noronha",
"standardOffset": "-02:00",
"description": "America/Noronha"
},
{
"timeZoneId": "148",
"canonicalId": "America/Ojinaga",
"standardOffset": "-06:00",
"description": "America/Ojinaga"
},
{
"timeZoneId": "196",
"canonicalId": "Antarctica/Vostok",
"standardOffset": "+06:00",
"description": "Antarctica/Vostok"
},
{
"timeZoneId": "10",
"canonicalId": "Africa/Blantyre",
"standardOffset": "+02:00",
"description": "Africa/Blantyre"
},
{
"timeZoneId": "47",
"canonicalId": "Africa/Windhoek",
"standardOffset": "+02:00",
"description": "Africa/Windhoek"
},
{
"timeZoneId": "100",
"canonicalId": "America/Grand_Turk",
"standardOffset": "-04:00",
"description": "America/Grand_Turk"
},
{
"timeZoneId": "32",
"canonicalId": "Africa/Malabo",
"standardOffset": "+01:00",
"description": "Africa/Malabo"
},
{
"timeZoneId": "183",
"canonicalId": "America/Winnipeg",
"standardOffset": "-05:00",
"description": "America/Winnipeg"
},
{
"timeZoneId": "376",
"canonicalId": "Pacific/Kwajalein",
"standardOffset": "+10:00",
"description": "Pacific/Kwajalein"
},
{
"timeZoneId": "383",
"canonicalId": "Pacific/Noumea",
"standardOffset": "+11:00",
"description": "Pacific/Noumea"
},
{
"timeZoneId": "271",
"canonicalId": "Asia/Yakutsk",
"standardOffset": "+09:00",
"description": "Asia/Yakutsk"
},
{
"timeZoneId": "233",
"canonicalId": "Asia/Kathmandu",
"standardOffset": "+05:45",
"description": "Asia/Kathmandu"
},
{
"timeZoneId": "209",
"canonicalId": "Asia/Beirut",
"standardOffset": "+03:00",
"description": "Asia/Beirut"
},
{
"timeZoneId": "78",
"canonicalId": "America/Campo_Grande",
"standardOffset": "-04:00",
"description": "America/Campo_Grande"
},
{
"timeZoneId": "180",
"canonicalId": "America/Toronto",
"standardOffset": "-04:00",
"description": "America/Toronto"
},
{
"timeZoneId": "298",
"canonicalId": "Europe/Belgrade",
"standardOffset": "+02:00",
"description": "Europe/Belgrade"
},
{
"timeZoneId": "166",
"canonicalId": "America/Santo_Domingo",
"standardOffset": "-04:00",
"description": "America/Santo_Domingo"
},
{
"timeZoneId": "30",
"canonicalId": "Africa/Luanda",
"standardOffset": "+01:00",
"description": "Africa/Luanda"
},
{
"timeZoneId": "352",
"canonicalId": "Indian/Christmas",
"standardOffset": "+07:00",
"description": "Indian/Christmas"
},
{
"timeZoneId": "171",
"canonicalId": "America/St_Johns",
"standardOffset": "-02:30",
"description": "America/St_Johns"
},
{
"timeZoneId": "40",
"canonicalId": "Africa/Niamey",
"standardOffset": "+01:00",
"description": "Africa/Niamey"
},
{
"timeZoneId": "301",
"canonicalId": "Europe/Brussels",
"standardOffset": "+02:00",
"description": "Europe/Brussels"
},
{
"timeZoneId": "371",
"canonicalId": "Pacific/Funafuti",
"standardOffset": "+12:00",
"description": "Pacific/Funafuti"
},
{
"timeZoneId": "77",
"canonicalId": "America/Cambridge_Bay",
"standardOffset": "-06:00",
"description": "America/Cambridge_Bay"
},
{
"timeZoneId": "394",
"canonicalId": "Pacific/Wallis",
"standardOffset": "+12:00",
"description": "Pacific/Wallis"
},
{
"timeZoneId": "395",
"canonicalId": "Africa/Kinshasa",
"standardOffset": "+01:00",
"description": "Africa/Kinshasa"
},
{
"timeZoneId": "201",
"canonicalId": "Asia/Anadyr",
"standardOffset": "+12:00",
"description": "Asia/Anadyr"
},
{
"timeZoneId": "17",
"canonicalId": "Africa/Djibouti",
"standardOffset": "+03:00",
"description": "Africa/Djibouti"
},
{
"timeZoneId": "380",
"canonicalId": "Pacific/Nauru",
"standardOffset": "+12:00",
"description": "Pacific/Nauru"
},
{
"timeZoneId": "128",
"canonicalId": "America/Manaus",
"standardOffset": "-04:00",
"description": "America/Manaus"
},
{
"timeZoneId": "122",
"canonicalId": "America/La_Paz",
"standardOffset": "-04:00",
"description": "America/La_Paz"
},
{
"timeZoneId": "105",
"canonicalId": "America/Guyana",
"standardOffset": "-04:00",
"description": "America/Guyana"
},
{
"timeZoneId": "182",
"canonicalId": "America/Whitehorse",
"standardOffset": "-07:00",
"description": "America/Whitehorse"
},
{
"timeZoneId": "169",
"canonicalId": "America/Shiprock",
"standardOffset": "-06:00",
"description": "America/Shiprock"
},
{
"timeZoneId": "220",
"canonicalId": "Asia/Gaza",
"standardOffset": "+03:00",
"description": "Asia/Gaza"
},
{
"timeZoneId": "362",
"canonicalId": "Pacific/Auckland",
"standardOffset": "+12:00",
"description": "Pacific/Auckland"
},
{
"timeZoneId": "138",
"canonicalId": "America/Monterrey",
"standardOffset": "-05:00",
"description": "America/Monterrey"
},
{
"timeZoneId": "384",
"canonicalId": "Pacific/Pago_Pago",
"standardOffset": "-11:00",
"description": "Pacific/Pago_Pago"
},
{
"timeZoneId": "357",
"canonicalId": "Indian/Maldives",
"standardOffset": "+05:00",
"description": "Indian/Maldives"
}
]
}
}
}
Get Timezones - Failure
{
"Response": {
"responseId": "10147764526003929674",
"responseTimestamp": "26/05/2020 01:59:44",
"resultCode": "1",
"resultParam": {
"resultCode": "1382",
"resultDescription": "Get time zone failure"
}
}
}
Hierarchy
Path: Misc Information / Hierarchy
Method: GET
URL: https://sft.bics.com/api/accountHierarchy
Description
Get Account Hierarchy API will be used by Reseller to fetch their hierarchy. Using Query Parameter we can fetch the Hierarchy of a specific account under our organization. Account ID can be fetched using a new API.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | NO |
Input
Query Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
accountId | O | Account id for who we fetching the hierarchy. <br>If not provided then the account Id of the login users is used. <br>If user has login using target account id then then target account Id is used. |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
responseParam | O | Object of account hierarchy Group |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Output responseParam Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
rows | O | List of the account Hierarchy info. |
Output account Hierarchy Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
accountId | M | Id of the Account |
accountName | M | Name of the Account |
childrenAccounts | O | List of accounts under the specific account. |
Output childrenAccounts Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
accountId | M | Id of the Account |
accountName | M | Name of the Account |
childrenAccounts | O | List of accounts under the specific account. |
Result Codes
Result Codes | Description | Next Steps |
|---|---|---|
10138 | Get Account Hierarchy success | |
10139 | Get Account Hierarchy failure. | |
11004 | Invalid Account ID or Account ID not part of your Hierarchy |
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Response Examples
Get Account Hierarchy- Success — 200 — OK
{
"Response": {
"resultParam": {
"resultCode": "10138",
"resultDescription": "Get Account Hierarchy success"
},
"resultCode": "0",
"responseParam": {
"rows": [
{
"accountId": 31746082,
"accountName": "Reseller1",
"childrenAccounts": [
{
"accountId": 41746092,
"accountName": "Enterprise1"
},
{
"accountId": 41746093,
"accountName": "Enterprise2"
},
{
"accountId": 31746102,
"accountName": "Reseller2",
"childrenAccounts": [
{
"accountId": 41746108,
"accountName": "Enterprise3"
}
]
}
]
}
]
},
"responseId": "3714754946290144",
"responseTimestamp": "22/11/2022 08:16:45"
}
}
Get Account Hierarchy- Success (with accountId Parameter) — 200 — OK
{
"Response": {
"resultParam": {
"resultCode": "10138",
"resultDescription": "Get Account Hierarchy success"
},
"resultCode": "0",
"responseParam": {
"rows": [
{
"accountId": 31746082,
"accountName": "Reseller1",
"childrenAccounts": [
{
"accountId": 41746092,
"accountName": "Enterprise1"
},
{
"accountId": 41746093,
"accountName": "Enterprise2"
},
{
"accountId": 31746102,
"accountName": "Reseller2",
"childrenAccounts": [
{
"accountId": 41746108,
"accountName": "Enterprise3"
}
]
}
]
}
]
},
"responseId": "3714754946290144",
"responseTimestamp": "22/11/2022 08:16:45"
}
}
Get Account Hierarchy- Different Account ID — 200 — OK
{
"Response": {
"resultParam": {
"resultCode": "11004",
"resultDescription": "Invalid Account ID or Account ID not part of your Hierarchy"
},
"resultCode": "1",
"responseId": "3693975193260011",
"responseTimestamp": "22/11/2022 08:30:26"
}
}
Get Account Hierarchy- Failure — 200 — OK
{
"Response": {
"resultParam": {
"resultCode": "10139",
"resultDescription": "Get Account Hierarchy failure"
},
"resultCode": "1",
"responseId": "3956109616518671",
"responseTimestamp": "22/11/2022 08:31:48"
}
}