GET api/Common/TimeZoneList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ListItemOfInt32
NameDescriptionTypeAdditional information
GuidIdentity

globally unique identifier

None.

Code

integer

None.

Name

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidIdentity": "182b8e37-b7c5-4711-9953-ef100a4ea13d",
    "Code": 1,
    "Name": "sample string 2",
    "Tag": "sample string 3"
  },
  {
    "GuidIdentity": "182b8e37-b7c5-4711-9953-ef100a4ea13d",
    "Code": 1,
    "Name": "sample string 2",
    "Tag": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfListItemOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
  <ListItemOfint>
    <Code>1</Code>
    <GuidIdentity>182b8e37-b7c5-4711-9953-ef100a4ea13d</GuidIdentity>
    <Name>sample string 2</Name>
    <Tag>sample string 3</Tag>
  </ListItemOfint>
  <ListItemOfint>
    <Code>1</Code>
    <GuidIdentity>182b8e37-b7c5-4711-9953-ef100a4ea13d</GuidIdentity>
    <Name>sample string 2</Name>
    <Tag>sample string 3</Tag>
  </ListItemOfint>
</ArrayOfListItemOfint>