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": "ca8c42cf-9919-4110-ba63-857ae081fe79",
  "UserUUIDCur": "47bd40b3-827d-4968-b4a1-f637d46d9565",
  "ReffPayOutTypeValue": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.