POST api/Wallet/AddNewWallet
Request Information
URI Parameters
None.
Body Parameters
WalletModel| Name | Description | Type | Additional information |
|---|---|---|---|
| rowNumber | integer |
None. |
|
| intId | integer |
None. |
|
| strWalletToken | string |
None. |
|
| strWalletDisplayName | string |
None. |
|
| strUserName | string |
None. |
|
| strCompanyName | string |
None. |
|
| intUserWalletRequestId | integer |
None. |
|
| intCompanyWalletRequestId | integer |
None. |
|
| intUserId | integer |
None. |
|
| intCompanyId | integer |
None. |
|
| strCurrency | string |
None. |
|
| decBalance | decimal number |
None. |
|
| decBlockedBalance | decimal number |
None. |
|
| strIBAN | string |
None. |
|
| strSortCode | string |
None. |
|
| strAccountNumber | string |
None. |
|
| bisAlive | boolean |
None. |
|
| intCreatedBy | integer |
None. |
|
| allcount | integer |
None. |
|
| intUsageGroupId | integer |
None. |
|
| intVelocityGroupId | integer |
None. |
|
| intMerchantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rowNumber": 1,
"intId": 2,
"strWalletToken": "sample string 3",
"strWalletDisplayName": "sample string 4",
"strUserName": "sample string 5",
"strCompanyName": "sample string 6",
"intUserWalletRequestId": 7,
"intCompanyWalletRequestId": 8,
"intUserId": 9,
"intCompanyId": 10,
"strCurrency": "sample string 11",
"decBalance": 12.0,
"decBlockedBalance": 13.0,
"strIBAN": "sample string 14",
"strSortCode": "sample string 15",
"strAccountNumber": "sample string 16",
"bisAlive": true,
"intCreatedBy": 18,
"allcount": 19,
"intUsageGroupId": 20,
"intVelocityGroupId": 21,
"intMerchantId": 22
}
application/xml, text/xml
Sample:
<WalletModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <allcount>19</allcount> <bisAlive>true</bisAlive> <decBalance>12</decBalance> <decBlockedBalance>13</decBlockedBalance> <intCompanyId>10</intCompanyId> <intCompanyWalletRequestId>8</intCompanyWalletRequestId> <intCreatedBy>18</intCreatedBy> <intId>2</intId> <intMerchantId>22</intMerchantId> <intUsageGroupId>20</intUsageGroupId> <intUserId>9</intUserId> <intUserWalletRequestId>7</intUserWalletRequestId> <intVelocityGroupId>21</intVelocityGroupId> <rowNumber>1</rowNumber> <strAccountNumber>sample string 16</strAccountNumber> <strCompanyName>sample string 6</strCompanyName> <strCurrency>sample string 11</strCurrency> <strIBAN>sample string 14</strIBAN> <strSortCode>sample string 15</strSortCode> <strUserName>sample string 5</strUserName> <strWalletDisplayName>sample string 4</strWalletDisplayName> <strWalletToken>sample string 3</strWalletToken> </WalletModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.