POST Event/Update_Event?type={type}&apiType={apiType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | string |
Required |
|
apiType | integer |
Required |
Body Parameters
EventModelName | Description | Type | Additional information |
---|---|---|---|
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. |
|
id | integer |
None. |
|
deleted | boolean |
None. |
|
status | boolean |
None. |
|
createdOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventId": "sample string 1", "EventName": "sample string 2", "Runner1": "sample string 3", "Runner2": "sample string 4", "EventTime": "2025-04-19T19:26:41.0394979+05:30", "EventFancy": true, "SportsId": 7, "SportsName": "sample string 8", "SeriesId": "sample string 9", "ScoreId": "sample string 10", "SeriesName": "sample string 11", "IsFav": true, "IsLastDigit": true, "Betdelay": 14.1, "Fancydelay": 15.1, "MaxStake": 16.1, "MinStake": 17.1, "MaxProfit": 18.1, "Back1": "sample string 19", "Lay1": "sample string 20", "Back2": "sample string 21", "Lay2": "sample string 22", "Back3": "sample string 23", "Lay3": "sample string 24", "ChannelId": "sample string 25", "HideEvent": true, "CountryCode": "sample string 27", "id": 28, "deleted": true, "status": true, "createdOn": "2025-04-19T19:26:41.0394979+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>2025-04-19T19:26:41.0394979+05:30</createdOn> <deleted>true</deleted> <id>28</id> <status>true</status> <Back1>sample string 19</Back1> <Back2>sample string 21</Back2> <Back3>sample string 23</Back3> <Betdelay>14.1</Betdelay> <ChannelId>sample string 25</ChannelId> <CountryCode>sample string 27</CountryCode> <EventFancy>true</EventFancy> <EventId>sample string 1</EventId> <EventName>sample string 2</EventName> <EventTime>2025-04-19T19:26:41.0394979+05:30</EventTime> <Fancydelay>15.1</Fancydelay> <HideEvent>true</HideEvent> <IsFav>true</IsFav> <IsLastDigit>true</IsLastDigit> <Lay1>sample string 20</Lay1> <Lay2>sample string 22</Lay2> <Lay3>sample string 24</Lay3> <MaxProfit>18.1</MaxProfit> <MaxStake>16.1</MaxStake> <MinStake>17.1</MinStake> <Runner1>sample string 3</Runner1> <Runner2>sample string 4</Runner2> <ScoreId>sample string 10</ScoreId> <SeriesId>sample string 9</SeriesId> <SeriesName>sample string 11</SeriesName> <SportsId>7</SportsId> <SportsName>sample string 8</SportsName> </EventModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.