Schemas

DeviceSwapResponseDTO

1
2
3
{
  "latestDeviceChange": "2023-07-03T14:27:08.312+02:00"
}
Name Type Required Description
latestDeviceChange string(date-time)¦null true Timestamp of latest device swap performed. It must follow RFC 3339 and must have time zone. Recommended format is yyyy-MM-dd’T’HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)

GenericResponseDTO

1
2
3
4
5
{
  "error": "string",
  "message": "string",
  "trace_id": "string"
}
Name Type Required Description
error string false none
message string false none
trace_id string false none

GenericCreatedResponseDTO

1
2
3
{
  "id": "8da2b117-ef72-413d-98ce-36d1eb544e44"
}
Name Type Required Description
id string false none