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": "4fe14766-5cca-4688-9c08-55c217c1abdf",
  "CountryID": 1,
  "RewardReffActive": true,
  "UserUUIDCur": "6a44f27e-6de1-4efa-8881-ee7ccfa3c260"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]