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": "8b06b39d-c0c2-431c-8c8f-be792b935065",
  "UserUUIDCur": "be5ece66-9343-4f2a-9ca6-96e2bcb75c4f",
  "ReffPayOutTypeValue": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.