POST Event/Create_Event
Request Information
URI Parameters
None.
Body Parameters
EventModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RandomEventId | integer |
None. |
|
| EventId | string |
None. |
|
| EventName | string |
None. |
|
| Runner1 | string |
None. |
|
| Runner2 | string |
None. |
|
| EventTime | date |
None. |
|
| EventFancy | boolean |
None. |
|
| SportsId | integer |
None. |
|
| SportsName | string |
None. |
|
| SeriesId | string |
None. |
|
| ScoreId | string |
None. |
|
| SeriesName | string |
None. |
|
| IsFav | boolean |
None. |
|
| IsLastDigit | boolean |
None. |
|
| Betdelay | decimal number |
None. |
|
| Fancydelay | decimal number |
None. |
|
| MaxStake | decimal number |
None. |
|
| MinStake | decimal number |
None. |
|
| MaxProfit | decimal number |
None. |
|
| Back1 | string |
None. |
|
| Lay1 | string |
None. |
|
| Back2 | string |
None. |
|
| Lay2 | string |
None. |
|
| Back3 | string |
None. |
|
| Lay3 | string |
None. |
|
| ChannelId | string |
None. |
|
| HideEvent | boolean |
None. |
|
| CountryCode | string |
None. |
|
| FancyType | string |
None. |
|
| id | integer |
None. |
|
| deleted | boolean |
None. |
|
| status | boolean |
None. |
|
| createdOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RandomEventId": 1,
"EventId": "sample string 2",
"EventName": "sample string 3",
"Runner1": "sample string 4",
"Runner2": "sample string 5",
"EventTime": "2026-01-15T08:50:54.1233231+05:30",
"EventFancy": true,
"SportsId": 8,
"SportsName": "sample string 9",
"SeriesId": "sample string 10",
"ScoreId": "sample string 11",
"SeriesName": "sample string 12",
"IsFav": true,
"IsLastDigit": true,
"Betdelay": 15.1,
"Fancydelay": 16.1,
"MaxStake": 17.1,
"MinStake": 18.1,
"MaxProfit": 19.1,
"Back1": "sample string 20",
"Lay1": "sample string 21",
"Back2": "sample string 22",
"Lay2": "sample string 23",
"Back3": "sample string 24",
"Lay3": "sample string 25",
"ChannelId": "sample string 26",
"HideEvent": true,
"CountryCode": "sample string 28",
"FancyType": "sample string 29",
"id": 30,
"deleted": true,
"status": true,
"createdOn": "2026-01-15T08:50:54.1233231+05:30"
}
application/xml, text/xml
Sample:
<EventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models"> <createdOn>2026-01-15T08:50:54.1233231+05:30</createdOn> <deleted>true</deleted> <id>30</id> <status>true</status> <Back1>sample string 20</Back1> <Back2>sample string 22</Back2> <Back3>sample string 24</Back3> <Betdelay>15.1</Betdelay> <ChannelId>sample string 26</ChannelId> <CountryCode>sample string 28</CountryCode> <EventFancy>true</EventFancy> <EventId>sample string 2</EventId> <EventName>sample string 3</EventName> <EventTime>2026-01-15T08:50:54.1233231+05:30</EventTime> <FancyType>sample string 29</FancyType> <Fancydelay>16.1</Fancydelay> <HideEvent>true</HideEvent> <IsFav>true</IsFav> <IsLastDigit>true</IsLastDigit> <Lay1>sample string 21</Lay1> <Lay2>sample string 23</Lay2> <Lay3>sample string 25</Lay3> <MaxProfit>19.1</MaxProfit> <MaxStake>17.1</MaxStake> <MinStake>18.1</MinStake> <RandomEventId>1</RandomEventId> <Runner1>sample string 4</Runner1> <Runner2>sample string 5</Runner2> <ScoreId>sample string 11</ScoreId> <SeriesId>sample string 10</SeriesId> <SeriesName>sample string 12</SeriesName> <SportsId>8</SportsId> <SportsName>sample string 9</SportsName> </EventModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.