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": "dad95d44-f4e9-4d55-bcc5-92807e122bec", "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": "1fbed478-228b-4119-880e-2bb0f9624dfc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}