Date formats

The Osigu API uses ISO 8601 format for all date and time fields. This ensures consistency and compatibility across different systems.

Format:

  • Date: YYYY-MM-DD
  • Date and Time: YYYY-MM-DDTHH:MM:SSZ (UTC timezone).

Example:

{
  "issue_date": "2024-01-01T12:00:00Z",
  "due_date": "2024-03-01"
}

Always provide dates in UTC (Coordinated Universal Time) unless specified otherwise.