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": "ba5a4c5c-b8ad-431c-8a84-008065472d72",
  "LanguageID": 1,
  "ReffPayOutTypeActive": true,
  "ReffPayOutTypeValueType": "sample string 1",
  "UserUUIDCur": "ddc3f7f9-5757-460e-a8e0-2a345f41a6fe"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]