POST api/User/Wallet/Add

Request Information

URI Parameters

None.

Body Parameters

UserWalletDTO
NameDescriptionTypeAdditional information
BagNo

integer

None.

Value

decimal number

None.

Reason

string

None.

ActionType

WalletActionType

None.

Request Formats

application/json, text/json

Sample:
{
  "BagNo": 1,
  "Value": 2.0,
  "Reason": "sample string 3",
  "ActionType": 1
}

application/xml, text/xml

Sample:
<UserWalletDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Makeena.Core.DTOs">
  <ActionType>In</ActionType>
  <BagNo>1</BagNo>
  <Reason>sample string 3</Reason>
  <Value>2</Value>
</UserWalletDTO>

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.