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": "7394d64e-53d6-42e6-90aa-068195e6cc91",
  "LanguageID": 1,
  "ReffPayOutTypeActive": true,
  "ReffPayOutTypeValueType": "sample string 1",
  "UserUUIDCur": "97b6e4e0-e5a4-4c79-b5d7-b82b70c73aa8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]