POST API/WalletTransactions/MasterTransaction
Request Information
URI Parameters
None.
Body Parameters
MasterWalletTransactions| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| MasterId | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| MasterClientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"MasterId": 2,
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"MasterClientName": "sample string 5"
}
application/xml, text/xml
Sample:
<MasterWalletTransactions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wallet.Models"> <FromDate>sample string 3</FromDate> <MasterClientName>sample string 5</MasterClientName> <MasterId>2</MasterId> <ToDate>sample string 4</ToDate> <UserId>1</UserId> </MasterWalletTransactions>
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.