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": [
        "07:19 - 18:29",
        "07:19 - 18:29",
        "07:19 - 18:29"
    ]
}
This is a development version Do not use this version in production
1.10.0 development