Timezone associated with the person for calling package. Refer to the Get Country Configuration API to retrieve the list of available timezones for a specific country.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetPersonDetailsObject",
"title": "GetPersonDetailsObject",
"type": "object",
"required": [
"announcementLanguage",
"timeZone"
],
"example": {
"announcementLanguage": "English",
"timeZone": "America/Los_Angeles"
},
"properties": {
"announcementLanguage": {
"type": "string",
"example": "English",
"description": "Person's phone announcement language."
},
"timeZone": {
"type": "string",
"example": "America/Los_Angeles",
"description": "Timezone associated with the person for calling package. Refer to the Get Country Configuration API to retrieve the list of available timezones for a specific country."
}
}
}