The following data examples are in JSON format.
All dates must be in ISO format (Y-m-d\TH:i:s),and converted to UTC.
In example, the entered
Entered time of : December 31, 2014, 12:00PM EST would convert to December 31st
Converted to: December 31, 2014, 5:00PM UTC, and formatted and sent as
Formatted as: 2014-12-31T1631T17:00:00Z.The following data examples are in JSON format.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
var authmap = { "uid" : 1, "authname" : "ethosce_authname", "module" : "ethosce_ext_module", }; |
...