POST api/AppReff/AppGetReffPayOutType
AppGetReffPayOutType
Request Information
URI Parameters
None.
Body Parameters
AppGetReffPayOutType_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "cafda7ed-7f51-4e22-84e9-7da54966a6e1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetReffPayOutType_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffPayOutTypeUUID | globally unique identifier |
None. |
|
| ReffPayOutTypeUUIDUsr | globally unique identifier |
None. |
|
| Rejected | boolean |
None. |
|
| ReffPayOutTypeValueName | string |
None. |
|
| ReffPayOutTypeValueFormat | string |
None. |
|
| ReffPayOutTypeValueType | string |
None. |
|
| ReffPayOutTypeValue | string |
None. |
|
| ReffPayOutTypeText | string |
None. |
|
| Confirmed | boolean |
None. |
|
| ReffPayOutTypeName | string |
None. |
|
| ReffPayOutTypeDescr | string |
None. |
|
| ReffPayOutTypeActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReffPayOutTypeUUID": "0e4f15aa-6b77-4b6e-9adf-df42ed7cb9a2",
"ReffPayOutTypeUUIDUsr": "6cfdad05-2178-4d15-a7fb-f498f31a8297",
"Rejected": true,
"ReffPayOutTypeValueName": "sample string 1",
"ReffPayOutTypeValueFormat": "sample string 2",
"ReffPayOutTypeValueType": "sample string 3",
"ReffPayOutTypeValue": "sample string 4",
"ReffPayOutTypeText": "sample string 5",
"Confirmed": true,
"ReffPayOutTypeName": "sample string 6",
"ReffPayOutTypeDescr": "sample string 7",
"ReffPayOutTypeActive": true
},
{
"ReffPayOutTypeUUID": "0e4f15aa-6b77-4b6e-9adf-df42ed7cb9a2",
"ReffPayOutTypeUUIDUsr": "6cfdad05-2178-4d15-a7fb-f498f31a8297",
"Rejected": true,
"ReffPayOutTypeValueName": "sample string 1",
"ReffPayOutTypeValueFormat": "sample string 2",
"ReffPayOutTypeValueType": "sample string 3",
"ReffPayOutTypeValue": "sample string 4",
"ReffPayOutTypeText": "sample string 5",
"Confirmed": true,
"ReffPayOutTypeName": "sample string 6",
"ReffPayOutTypeDescr": "sample string 7",
"ReffPayOutTypeActive": true
}
]