POST api/Times
Request Information
URI Parameters
None.
Body Parameters
Time| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ParticipantId | integer |
None. |
|
| Time | date |
None. |
|
| SubmittedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"participantId": 2,
"time": "2025-11-03T07:42:38.992391+00:00",
"submittedDateTime": "2025-11-03T07:42:38.992391+00:00"
}
application/xml, text/xml
Sample:
<Time xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveResultsDataClasses"> <Id>1</Id> <ParticipantId>2</ParticipantId> <SubmittedDateTime>2025-11-03T07:42:38.992391+00:00</SubmittedDateTime> <Time>2025-11-03T07:42:38.992391+00:00</Time> </Time>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>