POST AllPannel/AbandonFancyMakerList
Request Information
URI Parameters
None.
Body Parameters
Collection of AbandonedFancyListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | string |
None. |
|
| marketId | string |
None. |
|
| runnerId | string |
None. |
|
| runValue | integer |
None. |
|
| marketName | string |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"eventId": "sample string 1",
"marketId": "sample string 2",
"runnerId": "sample string 3",
"runValue": 4,
"marketName": "sample string 5",
"status": 6
},
{
"eventId": "sample string 1",
"marketId": "sample string 2",
"runnerId": "sample string 3",
"runValue": 4,
"marketName": "sample string 5",
"status": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfAbandonedFancyListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models.DTO">
<AbandonedFancyListDTO>
<eventId>sample string 1</eventId>
<marketId>sample string 2</marketId>
<marketName>sample string 5</marketName>
<runValue>4</runValue>
<runnerId>sample string 3</runnerId>
<status>6</status>
</AbandonedFancyListDTO>
<AbandonedFancyListDTO>
<eventId>sample string 1</eventId>
<marketId>sample string 2</marketId>
<marketName>sample string 5</marketName>
<runValue>4</runValue>
<runnerId>sample string 3</runnerId>
<status>6</status>
</AbandonedFancyListDTO>
</ArrayOfAbandonedFancyListDTO>
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.