POST api/AppReff/AppGetReffPayOutType

AppGetReffPayOutType

Request Information

URI Parameters

None.

Body Parameters

AppGetReffPayOutType_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "ef9e8b88-5920-4b00-8d59-e11249f37737"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetReffPayOutType_Response
NameDescriptionTypeAdditional information
ReffPayOutTypeUUID

globally unique identifier

None.

ReffPayOutTypeUUIDUsr

globally unique identifier

None.

Rejected

boolean

None.

ReffPayOutTypeValueName

string

None.

ReffPayOutTypeValueFormat

string

None.

ReffPayOutTypeValueType

string

None.

ReffPayOutTypeValue

string

None.

ReffPayOutTypeText

string

None.

Confirmed

boolean

None.

ReffPayOutTypeName

string

None.

ReffPayOutTypeDescr

string

None.

ReffPayOutTypeActive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReffPayOutTypeUUID": "6400f116-d87f-4ee2-a493-2b0d3f7b2098",
    "ReffPayOutTypeUUIDUsr": "362efe1f-b539-4f41-9c7a-af1b4997aea6",
    "Rejected": true,
    "ReffPayOutTypeValueName": "sample string 1",
    "ReffPayOutTypeValueFormat": "sample string 2",
    "ReffPayOutTypeValueType": "sample string 3",
    "ReffPayOutTypeValue": "sample string 4",
    "ReffPayOutTypeText": "sample string 5",
    "Confirmed": true,
    "ReffPayOutTypeName": "sample string 6",
    "ReffPayOutTypeDescr": "sample string 7",
    "ReffPayOutTypeActive": true
  },
  {
    "ReffPayOutTypeUUID": "6400f116-d87f-4ee2-a493-2b0d3f7b2098",
    "ReffPayOutTypeUUIDUsr": "362efe1f-b539-4f41-9c7a-af1b4997aea6",
    "Rejected": true,
    "ReffPayOutTypeValueName": "sample string 1",
    "ReffPayOutTypeValueFormat": "sample string 2",
    "ReffPayOutTypeValueType": "sample string 3",
    "ReffPayOutTypeValue": "sample string 4",
    "ReffPayOutTypeText": "sample string 5",
    "Confirmed": true,
    "ReffPayOutTypeName": "sample string 6",
    "ReffPayOutTypeDescr": "sample string 7",
    "ReffPayOutTypeActive": true
  }
]