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": [
        "06:50 - 15:49",
        "06:50 - 15:49",
        "06:50 - 15:49"
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.0 stable