POST api/AdminReff/AdmGetReffPayOutType
AdmGetReffPayOutType
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffPayOutType_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffPayOutTypeUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| ReffPayOutTypeActive | boolean |
None. |
|
| ReffPayOutTypeValueType | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffPayOutTypeUUID": "50fc6c62-a7d1-4b64-91fb-32e4ed2ad7bc",
"LanguageID": 1,
"ReffPayOutTypeActive": true,
"ReffPayOutTypeValueType": "sample string 1",
"UserUUIDCur": "b81d731b-5331-453b-8632-1223d745047e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]