POST api/wallet/admin/load

Request Information

URI Parameters

None.

Body Parameters

WalletCashUpdateModel
NameDescriptionTypeAdditional information
WalletId

integer

None.

MemberId

integer

None.

ProgramId

integer

None.

Deposit

decimal number

None.

Request Formats

[application/json, { "WalletId": 1, "MemberId": 1, "ProgramId": 2, "Deposit": 3.0 }][text/json, { "WalletId": 1, "MemberId": 1, "ProgramId": 2, "Deposit": 3.0 }][application/xml, <WalletCashUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rebelity.Membership.Models"> <Deposit>3</Deposit> <MemberId>1</MemberId> <ProgramId>2</ProgramId> <WalletId>1</WalletId> </WalletCashUpdateModel>][text/xml, <WalletCashUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rebelity.Membership.Models"> <Deposit>3</Deposit> <MemberId>1</MemberId> <ProgramId>2</ProgramId> <WalletId>1</WalletId> </WalletCashUpdateModel>][application/x-www-form-urlencoded, Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WalletCashUpdateModel'.]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

[application/json, ][text/json, ][application/xml, ][text/xml, ]