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. |
|
FancyMaxStake | decimal number |
None. |
|
FancyMinStake | decimal number |
None. |
|
BeforeInplayFancyMaxStake | decimal number |
None. |
|
BeforeInplayFancyMinStake | decimal number |
None. |
|
BeforeInplayMaxStake | decimal number |
None. |
|
BeforeInPlayMinStake | 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. |
|
CountryCode | string |
None. |
|
id | integer |
None. |
|
deleted | boolean |
None. |
|
status | boolean |
None. |
|
createdOn | date |
None. |
|
updatedOn | 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": "2024-12-23T04:46:18.4235621+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, "FancyMaxStake": 18.1, "FancyMinStake": 19.1, "BeforeInplayFancyMaxStake": 20.1, "BeforeInplayFancyMinStake": 21.1, "BeforeInplayMaxStake": 22.1, "BeforeInPlayMinStake": 23.1, "MaxProfit": 24.1, "Back1": "sample string 25", "Lay1": "sample string 26", "Back2": "sample string 27", "Lay2": "sample string 28", "Back3": "sample string 29", "Lay3": "sample string 30", "CountryCode": "sample string 31", "id": 32, "deleted": true, "status": true, "createdOn": "2024-12-23T04:46:18.4235621+05:30", "updatedOn": "2024-12-23T04:46:18.4235621+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>2024-12-23T04:46:18.4235621+05:30</createdOn> <deleted>true</deleted> <id>32</id> <status>true</status> <updatedOn>2024-12-23T04:46:18.4235621+05:30</updatedOn> <Back1>sample string 25</Back1> <Back2>sample string 27</Back2> <Back3>sample string 29</Back3> <BeforeInPlayMinStake>23.1</BeforeInPlayMinStake> <BeforeInplayFancyMaxStake>20.1</BeforeInplayFancyMaxStake> <BeforeInplayFancyMinStake>21.1</BeforeInplayFancyMinStake> <BeforeInplayMaxStake>22.1</BeforeInplayMaxStake> <Betdelay>14.1</Betdelay> <CountryCode>sample string 31</CountryCode> <EventFancy>true</EventFancy> <EventId>sample string 1</EventId> <EventName>sample string 2</EventName> <EventTime>2024-12-23T04:46:18.4235621+05:30</EventTime> <FancyMaxStake>18.1</FancyMaxStake> <FancyMinStake>19.1</FancyMinStake> <Fancydelay>15.1</Fancydelay> <IsFav>true</IsFav> <IsLastDigit>true</IsLastDigit> <Lay1>sample string 26</Lay1> <Lay2>sample string 28</Lay2> <Lay3>sample string 30</Lay3> <MaxProfit>24.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.