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": "9a742da5-b8c5-4671-b632-72c48cc624b8",
  "UserUUIDCur": "65f56ef3-9628-4e4e-b734-d71d98abe5ec",
  "ReffPayOutTypeValue": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.