POST api/AdminReff/AdmGetReffReward

AdmGetReffReward

Request Information

URI Parameters

None.

Body Parameters

GetRewardReff_Request
NameDescriptionTypeAdditional information
RewardReffUUID

globally unique identifier

None.

CountryID

integer

None.

RewardReffActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "RewardReffUUID": "985753ba-44f4-49fa-9882-9a0412f27715",
  "CountryID": 1,
  "RewardReffActive": true,
  "UserUUIDCur": "2ea780b8-4ffb-4f45-979f-fb891d399b28"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]