POST Market/Update_Market
Request Information
URI Parameters
None.
Body Parameters
MarketModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RandomEventId | integer |
None. |
|
| EventId | string |
None. |
|
| MarketId | string |
None. |
|
| marketName | string |
None. |
|
| Result | string |
None. |
|
| Betdelay | decimal number |
None. |
|
| SportsId | integer |
None. |
|
| Fancydelay | decimal number |
None. |
|
| MaxStake | decimal number |
None. |
|
| MinStake | decimal number |
None. |
|
| FancyMaxStake | decimal number |
None. |
|
| FancyMinStake | decimal number |
None. |
|
| BeforeInPlayMaxStake | decimal number |
None. |
|
| BeforeInPlayMinStake | decimal number |
None. |
|
| MaxProfit | decimal number |
None. |
|
| FancyMaxProfit | decimal number |
None. |
|
| MaxOdds | decimal number |
None. |
|
| BeforeInPlayFancyMaxStake | decimal number |
None. |
|
| BeforeInPlayFancyMinStake | decimal number |
None. |
|
| DeclaredBy | string |
None. |
|
| ApprovedBy | string |
None. |
|
| ApiUrlType | integer |
None. |
|
| IsHide | boolean |
None. |
|
| ResultMakerIP | string |
None. |
|
| ResultCheckerIP | string |
None. |
|
| MarketTime | date |
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",
"MarketId": "sample string 3",
"marketName": "sample string 4",
"Result": "sample string 5",
"Betdelay": 6.1,
"SportsId": 7,
"Fancydelay": 8.1,
"MaxStake": 9.1,
"MinStake": 10.1,
"FancyMaxStake": 11.1,
"FancyMinStake": 12.1,
"BeforeInPlayMaxStake": 13.1,
"BeforeInPlayMinStake": 14.1,
"MaxProfit": 15.1,
"FancyMaxProfit": 16.1,
"MaxOdds": 17.1,
"BeforeInPlayFancyMaxStake": 18.1,
"BeforeInPlayFancyMinStake": 19.1,
"DeclaredBy": "sample string 20",
"ApprovedBy": "sample string 21",
"ApiUrlType": 22,
"IsHide": true,
"ResultMakerIP": "sample string 24",
"ResultCheckerIP": "sample string 25",
"MarketTime": "2026-01-15T09:06:46.9464629+05:30",
"id": 27,
"deleted": true,
"status": true,
"createdOn": "2026-01-15T09:06:46.9464629+05:30"
}
application/xml, text/xml
Sample:
<MarketModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models"> <createdOn>2026-01-15T09:06:46.9464629+05:30</createdOn> <deleted>true</deleted> <id>27</id> <status>true</status> <ApiUrlType>22</ApiUrlType> <ApprovedBy>sample string 21</ApprovedBy> <BeforeInPlayFancyMaxStake>18.1</BeforeInPlayFancyMaxStake> <BeforeInPlayFancyMinStake>19.1</BeforeInPlayFancyMinStake> <BeforeInPlayMaxStake>13.1</BeforeInPlayMaxStake> <BeforeInPlayMinStake>14.1</BeforeInPlayMinStake> <Betdelay>6.1</Betdelay> <DeclaredBy>sample string 20</DeclaredBy> <EventId>sample string 2</EventId> <FancyMaxProfit>16.1</FancyMaxProfit> <FancyMaxStake>11.1</FancyMaxStake> <FancyMinStake>12.1</FancyMinStake> <Fancydelay>8.1</Fancydelay> <IsHide>true</IsHide> <MarketId>sample string 3</MarketId> <MarketTime>2026-01-15T09:06:46.9464629+05:30</MarketTime> <MaxOdds>17.1</MaxOdds> <MaxProfit>15.1</MaxProfit> <MaxStake>9.1</MaxStake> <MinStake>10.1</MinStake> <RandomEventId>1</RandomEventId> <Result>sample string 5</Result> <ResultCheckerIP>sample string 25</ResultCheckerIP> <ResultMakerIP>sample string 24</ResultMakerIP> <SportsId>7</SportsId> <marketName>sample string 4</marketName> </MarketModel>
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.