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": "207c476e-c7c8-4278-a815-2329f3f70bc5",
  "LanguageID": 1,
  "ReffPayOutTypeActive": true,
  "ReffPayOutTypeValueType": "sample string 1",
  "UserUUIDCur": "1625dac7-22ea-4657-bd1b-39bd29f74e5b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]