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": "baf6d7bc-81ce-4810-9658-17d33596ba82" }
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": "c4631927-0e81-4afa-83d6-b0344f1213c0", "ReffPayOutTypeUUIDUsr": "d94ad8d7-1b28-41cc-b351-f5137a870528", "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": "c4631927-0e81-4afa-83d6-b0344f1213c0", "ReffPayOutTypeUUIDUsr": "d94ad8d7-1b28-41cc-b351-f5137a870528", "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 } ]