POST api/Marathon/CreateMarathonResult
Request Information
URI Parameters
None.
Body Parameters
MarathonResultProps| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultId | string |
None. |
|
| EventId | string |
None. |
|
| Place | string |
None. |
|
| Bib | string |
None. |
|
| Name | string |
None. |
|
| Distance | string |
None. |
|
| Gender | string |
None. |
|
| Chiptime | string |
None. |
|
| Time | string |
None. |
|
| Wavestart | string |
None. |
|
| Chipstart | string |
None. |
|
| Lap1 | string |
None. |
|
| Lap2 | string |
None. |
|
| Lap3 | string |
None. |
|
| Difference | string |
None. |
|
| BackPercentage | string |
None. |
|
| WinningPercentage | string |
None. |
|
| AveragePercentage | string |
None. |
|
| MedianPercentage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ResultId": "sample string 1",
"EventId": "sample string 2",
"Place": "sample string 3",
"Bib": "sample string 4",
"Name": "sample string 5",
"Distance": "sample string 6",
"Gender": "sample string 7",
"Chiptime": "sample string 8",
"Time": "sample string 9",
"Wavestart": "sample string 10",
"Chipstart": "sample string 11",
"Lap1": "sample string 12",
"Lap2": "sample string 13",
"Lap3": "sample string 14",
"Difference": "sample string 15",
"BackPercentage": "sample string 16",
"WinningPercentage": "sample string 17",
"AveragePercentage": "sample string 18",
"MedianPercentage": "sample string 19"
}
application/xml, text/xml
Sample:
<MarathonResultProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KalingarayanRunnersApi.Models"> <AveragePercentage>sample string 18</AveragePercentage> <BackPercentage>sample string 16</BackPercentage> <Bib>sample string 4</Bib> <Chipstart>sample string 11</Chipstart> <Chiptime>sample string 8</Chiptime> <Difference>sample string 15</Difference> <Distance>sample string 6</Distance> <EventId>sample string 2</EventId> <Gender>sample string 7</Gender> <Lap1>sample string 12</Lap1> <Lap2>sample string 13</Lap2> <Lap3>sample string 14</Lap3> <MedianPercentage>sample string 19</MedianPercentage> <Name>sample string 5</Name> <Place>sample string 3</Place> <ResultId>sample string 1</ResultId> <Time>sample string 9</Time> <Wavestart>sample string 10</Wavestart> <WinningPercentage>sample string 17</WinningPercentage> </MarathonResultProps>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.