POST transaction/game/endround

Request Information

URI Parameters

None.

Body Parameters

js
NameDescriptionTypeAdditional information
account

string

None.

gamehall

string

None.

gamecode

string

None.

roundid

string

None.

createTime

string

None.

data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "gamehall": "sample string 2",
  "gamecode": "sample string 3",
  "roundid": "sample string 4",
  "createTime": "sample string 5",
  "data": "sample string 6"
}

application/xml, text/xml

Sample:
<js xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ABWebAPI.Models">
  <account>sample string 1</account>
  <createTime>sample string 5</createTime>
  <data>sample string 6</data>
  <gamecode>sample string 3</gamecode>
  <gamehall>sample string 2</gamehall>
  <roundid>sample string 4</roundid>
</js>

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.