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": "305ba900-c34d-4bcd-bfb4-ce43a9446b34",
"LanguageID": 1,
"ReffPayOutTypeActive": true,
"ReffPayOutTypeValueType": "sample string 1",
"UserUUIDCur": "db1759e2-057b-405d-8976-e9f808c6d34d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]