POST api/AdminReff/AdmSaveReffPayOutType
AdmSaveReffPayOutType
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffPayOutType_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffPayOutTypeUUID | globally unique identifier |
None. |
|
| ReffPayOutTypeActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ReffPayOutTypePriority | integer |
None. |
|
| ReffPayOutTypeDescrDisabled | integer |
None. |
|
| ReffPayOutTypeName | string |
None. |
|
| ReffPayOutTypeValueName | string |
None. |
|
| ReffPayOutTypeValueFormat | string |
None. |
|
| ReffPayOutTypeValueType | string |
None. |
|
| ReffPayOutTypeDescr | string |
None. |
|
| ReffPayOutTypeText | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffPayOutTypeUUID": "a8ee2efc-7567-4adb-8a3d-67c4581c6e09",
"ReffPayOutTypeActive": true,
"LanguageID": 1,
"ReffPayOutTypePriority": 1,
"ReffPayOutTypeDescrDisabled": 1,
"ReffPayOutTypeName": "sample string 1",
"ReffPayOutTypeValueName": "sample string 2",
"ReffPayOutTypeValueFormat": "sample string 3",
"ReffPayOutTypeValueType": "sample string 4",
"ReffPayOutTypeDescr": "sample string 5",
"ReffPayOutTypeText": "sample string 6",
"UserUUIDCur": "0d4302b8-9ce2-4031-b3b4-4ea926ec2b6a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}