GET api/Wallet?vPatientId={vPatientId}&vTransactionAmt={vTransactionAmt}&vPaymentId={vPaymentId}&vPaymentMode={vPaymentMode}&vLocation={vLocation}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vPatientId | integer |
Required |
|
| vTransactionAmt | decimal number |
Required |
|
| vPaymentId | string |
Required |
|
| vPaymentMode | string |
Required |
|
| vLocation | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WalletSC| Name | Description | Type | Additional information |
|---|---|---|---|
| WalletTransactionId | integer |
None. |
|
| PatientId | integer |
None. |
|
| WalletAmt | decimal number |
None. |
|
| TransactionAmt | decimal number |
None. |
|
| Direction | string |
None. |
|
| IsMoneyIn | string |
None. |
|
| WalletPrevBalance | decimal number |
None. |
|
| WalletCurBalance | decimal number |
None. |
|
| TransactionDate | string |
None. |
|
| TransactionDateTime | string |
None. |
|
| TransactionType | string |
None. |
|
| PaymentId | string |
None. |
|
| PaymentMode | string |
None. |
|
| Location | string |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
|
| GiftCardNo | string |
None. |
|
| PrivilegeCardNo | string |
None. |
|
| PrivilegeCardAmt | decimal number |
None. |
|
| WalletSClist | Collection of WalletSC |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"WalletTransactionId": 1,
"PatientId": 1,
"WalletAmt": 1.0,
"TransactionAmt": 2.0,
"Direction": "sample string 3",
"IsMoneyIn": "sample string 4",
"WalletPrevBalance": 5.0,
"WalletCurBalance": 6.0,
"TransactionDate": "sample string 7",
"TransactionDateTime": "sample string 8",
"TransactionType": "sample string 9",
"PaymentId": "sample string 10",
"PaymentMode": "sample string 11",
"Location": "sample string 12",
"Status": "sample string 13",
"Message": "sample string 14",
"GiftCardNo": "sample string 15",
"PrivilegeCardNo": "sample string 16",
"PrivilegeCardAmt": 17.0,
"WalletSClist": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
{
"$ref": "1"
}
]