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": "b251538a-a77d-4370-9ae5-95e454c47e6f",
"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": "d95b1e0f-3cea-461f-8d87-52c754a26ec9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}