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": "1bf70fa3-c27d-4176-b4f9-867e8c8ef3f2",
  "LanguageID": 1,
  "ReffPayOutTypeActive": true,
  "ReffPayOutTypeValueType": "sample string 1",
  "UserUUIDCur": "abfbfc56-aff7-4a0b-81d9-208a9026412d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]