Hours

Request

Fields when send to the api inside a request.

Field Type Description
days String Day or days for which these hours are applicable. In human readable, translated format. e.g. Monday, or Mon - Tu.e
times [String] List of string representation of times. E.g. "11:00 - 12:00", "Closed" or something else

Response

Fields when returned by the api in a response.

Field Type Description
days String Day or days for which these hours are applicable. In human readable, translated format. e.g. Monday, or Mon - Tu.e
times [String] List of string representation of times. E.g. "11:00 - 12:00", "Closed" or something else

Examples

Example 1

{
    "days": "5",
    "times": [
        "08:58 - 14:43",
        "08:58 - 14:43",
        "08:58 - 14:43"
    ]
}
1.9.0 stable