POST api/AdminReff/AdmSaveReffPayOutType
AdmSaveReffPayOutType
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffPayOutType_RequestName | 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": "9aacfd98-c3e3-4213-b7f1-3edf2f61539b", "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": "05aac270-6c7e-4a97-a1ff-f7932b3e5cc2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}