POST api/AppReff/AppSaveReffPayOutType

AppSaveReffPayOutType

Request Information

URI Parameters

None.

Body Parameters

AppSaveReffPayOutType_Request
NameDescriptionTypeAdditional information
ReffPayOutTypeUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

ReffPayOutTypeValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffPayOutTypeUUID": "e16b76fc-3de5-4acf-bc10-2b3f0d1d329a",
  "UserUUIDCur": "3be70ae4-4d91-43dd-9fef-3de689ad53bb",
  "ReffPayOutTypeValue": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.