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": "4420ab23-f942-43b1-a48e-4ad54aaff91c"
}
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": "ffba0f6b-1df4-4490-a7df-12d36dc712ee",
"ReffPayOutTypeUUIDUsr": "f3267250-96dd-40b3-864c-7d716f611f4a",
"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": "ffba0f6b-1df4-4490-a7df-12d36dc712ee",
"ReffPayOutTypeUUIDUsr": "f3267250-96dd-40b3-864c-7d716f611f4a",
"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
}
]