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": "ad6833f9-3770-4ceb-914e-696f707c40f5",
"LanguageID": 1,
"ReffPayOutTypeActive": true,
"ReffPayOutTypeValueType": "sample string 1",
"UserUUIDCur": "0cb578aa-376d-4165-ae64-0dd6b45a076d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]