POST api/Mainmatch/matchinsert
Request Information
URI Parameters
None.
Body Parameters
MatchTransInsertDto| Name | Description | Type | Additional information |
|---|---|---|---|
| m_id | integer |
None. |
|
| m_eid | integer |
None. |
|
| m_page | string |
None. |
|
| m_amt | decimal number |
None. |
|
| m_rate | decimal number |
None. |
|
| m_team | string |
None. |
|
| m_mode | string |
None. |
|
| m_party | string |
None. |
|
| m_dt | date |
None. |
|
| m_time | string |
None. |
|
| m_team1 | integer |
None. |
|
| m_team2 | integer |
None. |
|
| m_team3 | integer |
None. |
|
| m_team4 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"m_id": 1,
"m_eid": 2,
"m_page": "sample string 3",
"m_amt": 4.0,
"m_rate": 5.0,
"m_team": "sample string 6",
"m_mode": "sample string 7",
"m_party": "sample string 8",
"m_dt": "2026-02-06T15:32:35.2326387+05:30",
"m_time": "sample string 10",
"m_team1": 11,
"m_team2": 12,
"m_team3": 13,
"m_team4": 14
}
application/xml, text/xml
Sample:
<MatchTransInsertDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi"> <m_amt>4</m_amt> <m_dt>2026-02-06T15:32:35.2326387+05:30</m_dt> <m_eid>2</m_eid> <m_id>1</m_id> <m_mode>sample string 7</m_mode> <m_page>sample string 3</m_page> <m_party>sample string 8</m_party> <m_rate>5</m_rate> <m_team>sample string 6</m_team> <m_team1>11</m_team1> <m_team2>12</m_team2> <m_team3>13</m_team3> <m_team4>14</m_team4> <m_time>sample string 10</m_time> </MatchTransInsertDto>
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.