- Laboratory PDF forms are no longer sent the analyzing laboratories when Doping Control Forms are created via the API.
- The changes use UTC date-time with designator Z of ISO 8601 format on a couple of mandatory fields and need to be applied to the request body.
- “athleteArrivalDate” in UTC format and “athleteArrivalTimeZoneOffset” replace the “athleteArrival” field.
- “notification.datetime” in UTC format and “notification.timezoneOffset” replace the “notification.datetime” field.
- “samples.$sampleType.collectionDate” in UTC format.
- “testingOrderEndDate” in UTC format becomes mandatory when there is no “testingOrderId” when creating standalone DCF.
Sample format of these fields:
{
…
"athleteArrivalDate": "2023-10-02T19:48:53.963Z",
"athleteArrivalTimezoneOffset": "-04:00",
…
"notification": {
…
"datetime": "2023-10-02T18:48:53.963Z",
"timezoneOffset": "-04:00",
…
},
…
"samples": {
"bloodSamples": [
{
…
"collectionDate": "2023-10-02T19:48:53.963Z",
"timezoneOffset": "-04:00",
…
}
]
},
…
"testingOrderEndDate": "2023-10-04T19:48:53.964Z",
…
}
Please note that in DCF of ADAMS, datetime are shown as local time.
For example, the DCF created with above values appear in ADAMS as the screenshot below.
If the original format is used upon the new release, errors occur similarly to the following occur with code 500.