POST api/AppReff/AppGetReffPayOutType
AppGetReffPayOutType
Request Information
URI Parameters
None.
Body Parameters
AppGetReffPayOutType_RequestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "6e114bfb-fe0e-4049-aada-fd004bbe8f92" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetReffPayOutType_ResponseName | 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": "a9329497-c434-41e9-86b3-547dd1b9c2b5", "ReffPayOutTypeUUIDUsr": "3c3f443d-4992-4102-9248-76267f7adb77", "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": "a9329497-c434-41e9-86b3-547dd1b9c2b5", "ReffPayOutTypeUUIDUsr": "3c3f443d-4992-4102-9248-76267f7adb77", "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 } ]