POST Event/Update_Event?type={type}&apiType={apiType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

apiType

integer

Required

Body Parameters

EventReq
NameDescriptionTypeAdditional information
EventId

string

None.

EventName

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.

FancyType

string

None.

MarketName

string

None.

status

boolean

None.

HideEvent

boolean

None.

id

integer

None.

deleted

boolean

None.

createdOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "sample string 1",
  "EventName": "sample string 2",
  "EventTime": "2025-07-22T02:32:57.8002881+05:30",
  "EventFancy": true,
  "SportsId": 5,
  "SportsName": "sample string 6",
  "SeriesId": "sample string 7",
  "ScoreId": "sample string 8",
  "SeriesName": "sample string 9",
  "IsFav": true,
  "FancyType": "sample string 11",
  "MarketName": "sample string 12",
  "status": true,
  "HideEvent": true,
  "id": 15,
  "deleted": true,
  "createdOn": "2025-07-22T02:32:57.8002881+05:30"
}

application/xml, text/xml

Sample:
<EventReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models">
  <createdOn>2025-07-22T02:32:57.8002881+05:30</createdOn>
  <deleted>true</deleted>
  <id>15</id>
  <status>false</status>
  <EventFancy>true</EventFancy>
  <EventId>sample string 1</EventId>
  <EventName>sample string 2</EventName>
  <EventTime>2025-07-22T02:32:57.8002881+05:30</EventTime>
  <FancyType>sample string 11</FancyType>
  <HideEvent>true</HideEvent>
  <IsFav>true</IsFav>
  <MarketName>sample string 12</MarketName>
  <ScoreId>sample string 8</ScoreId>
  <SeriesId>sample string 7</SeriesId>
  <SeriesName>sample string 9</SeriesName>
  <SportsId>5</SportsId>
  <SportsName>sample string 6</SportsName>
  <status>true</status>
</EventReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.