POST api/AppReff/AppGetReffCard
AppGetReffCard
Request Information
URI Parameters
None.
Body Parameters
_AppGetPersonalFun| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "c7b95802-ab7a-4b44-a37a-4a8df0a0c6af"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetReffCard_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| EarnValueLT | decimal number |
None. |
|
| CashOutValueLT | decimal number |
None. |
|
| DiscountOutValueLT | decimal number |
None. |
|
| AvailValue | decimal number |
None. |
|
| AvailDescr | string |
None. |
|
| PendingValue | decimal number |
None. |
|
| PendingDescr | string |
None. |
|
| EarnText | string |
None. |
|
| AvailText | string |
None. |
|
| PendingText | string |
None. |
|
| CashOutActive | boolean |
None. |
|
| EarnEnabled | boolean |
None. |
|
| AvailEnabled | boolean |
None. |
|
| PendingEnabled | boolean |
None. |
|
| CurrencyName | string |
None. |
|
| UserUUIDMaster | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Date": "2026-05-06T09:56:51.539391+03:00",
"EarnValueLT": 1.1,
"CashOutValueLT": 1.1,
"DiscountOutValueLT": 1.1,
"AvailValue": 1.1,
"AvailDescr": "sample string 1",
"PendingValue": 1.1,
"PendingDescr": "sample string 2",
"EarnText": "sample string 3",
"AvailText": "sample string 4",
"PendingText": "sample string 5",
"CashOutActive": true,
"EarnEnabled": true,
"AvailEnabled": true,
"PendingEnabled": true,
"CurrencyName": "sample string 6",
"UserUUIDMaster": "22aa7dc6-abc9-4e64-aca0-286fcb2dc7f0"
}