POST api/AdminReff/AdmGetReffPayOutType

AdmGetReffPayOutType

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffPayOutType_Request
NameDescriptionTypeAdditional information
ReffPayOutTypeUUID

globally unique identifier

None.

LanguageID

integer

None.

ReffPayOutTypeActive

boolean

None.

ReffPayOutTypeValueType

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffPayOutTypeUUID": "84a373ca-6c61-4269-a238-0eedf4f977b7",
  "LanguageID": 1,
  "ReffPayOutTypeActive": true,
  "ReffPayOutTypeValueType": "sample string 1",
  "UserUUIDCur": "dae88b3d-93a2-4243-bc1f-245f7ab36399"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]