Formats
Identifiers
All the IDs provided by LinkCy will have an UUID format (version 4).
Example
123e4567-e89b-42d3-a456-426614174000
Dates
Almost all the dates fields from LinkCy API presented with the format string <date-time>
will follow ISO8601 format like this YYYY-MM-DDThh:mm:ssZ
Some dates fields use string <date>
format (usually when time is really irrelevant, like for a Corporate's Incorporate Date). In this case, the format is YYYY-MM-DD
Examples
2019-08-24T14:15:22Z
, 2019-08-24
Country Codes
All the country codes handled by LinkCy will follow ISO 3166 alpha-3 format, meaning that country codes are three-letters long (France -> FRA)