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": "66319010-a940-47a5-8147-bcfb16188abf",
"LanguageID": 1,
"ReffPayOutTypeActive": true,
"ReffPayOutTypeValueType": "sample string 1",
"UserUUIDCur": "d79913a8-435a-4a73-9b87-99b9055b728d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]