POST api/Balance/AddBalance

Request Information

URI Parameters

None.

Body Parameters

Wallet
NameDescriptionTypeAdditional information
Id

integer

None.

User_Id

integer

None.

WalletBalance

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "User_Id": 2,
  "WalletBalance": 3.1
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"User_Id":2,"WalletBalance":3.1}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Wallet'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.