POST Event/CreateManualEvent

Request Information

URI Parameters

None.

Body Parameters

ManualEventDTO
NameDescriptionTypeAdditional information
SportsId

integer

None.

SeriesId

string

None.

SeriesName

string

None.

EventId

string

None.

EventName

string

None.

EventTime

string

None.

MarketId

string

None.

MarketName

string

None.

RunnerId1

integer

None.

RunnerId2

integer

None.

RunnerName1

string

None.

RunnerName2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SportsId": 1,
  "SeriesId": "sample string 2",
  "SeriesName": "sample string 3",
  "EventId": "sample string 4",
  "EventName": "sample string 5",
  "EventTime": "sample string 6",
  "MarketId": "sample string 7",
  "MarketName": "sample string 8",
  "RunnerId1": 9,
  "RunnerId2": 10,
  "RunnerName1": "sample string 11",
  "RunnerName2": "sample string 12"
}

application/xml, text/xml

Sample:
<ManualEventDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models.DTO">
  <EventId>sample string 4</EventId>
  <EventName>sample string 5</EventName>
  <EventTime>sample string 6</EventTime>
  <MarketId>sample string 7</MarketId>
  <MarketName>sample string 8</MarketName>
  <RunnerId1>9</RunnerId1>
  <RunnerId2>10</RunnerId2>
  <RunnerName1>sample string 11</RunnerName1>
  <RunnerName2>sample string 12</RunnerName2>
  <SeriesId>sample string 2</SeriesId>
  <SeriesName>sample string 3</SeriesName>
  <SportsId>1</SportsId>
</ManualEventDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.