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": "8bbd5af3-bf9e-494a-ae3f-61db2641163d",
  "UserUUIDCur": "110ab77e-dac7-4b34-a208-7617fa52641b",
  "ReffPayOutTypeValue": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.