POST api/PrivilegeCard
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"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"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"