10,730
edits
Line 33: | Line 33: | ||
The data type format in data service requests and responses is in invariant culture (ignoring any regional settings, for example, the decimal separator is always a dot). | The data type format in data service requests and responses is in invariant culture (ignoring any regional settings, for example, the decimal separator is always a dot). | ||
Date fields are in UTC time, in the following format: <code>2020-12-12T09:00:00</code>. Optionally, you can use syntax defined in [https://www.ietf.org/rfc/rfc3339.txt RFC 3339] this format. | Date fields are in UTC time, in the following format: <code>yyyy-MM-ddTHH:mm:ssZ</code> for example, <code>2020-12-12T09:00:00</code>. Optionally, you can use syntax defined in [https://www.ietf.org/rfc/rfc3339.txt RFC 3339] this format. | ||
Lookups are essentially strings in the format <code>entity:id:name</code> or <code>entity:id</code>. | |||
== Data service == | == Data service == |