Skip to content

Date Formats

The API currently supports only UTF-8 encoded JSON as data format for both the input and the output. With every request you should set the Content-Type header.

Besides using the data types supported by JSON, the following rules apply.

Date and time-related data follows ISO8601-standard:

Date yyyy-MM-dd 2013-05-30
Time HH:mm:ss 14:33:00
Timestamp yyyy-MM-ddTHH:mm:ss.SSSZ, where timezone is either ±HHmm or 'Z' for ±00:00 (UTC). 2013-05-30T14:33:00.000+0200