POST api/AdminReff/AdmGetReffPayOutTypeCountry

AdmGetReffPayOutTypeCountry

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffPayOutTypeCountry_Request
NameDescriptionTypeAdditional information
ReffPayOutTypeUUIDCtry

globally unique identifier

None.

ReffPayOutTypeUUID

globally unique identifier

None.

ReffPayOutTypeActive

boolean

None.

CountryID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffPayOutTypeUUIDCtry": "b7c151c6-66ab-449b-a021-b90fc4d534a1",
  "ReffPayOutTypeUUID": "b8aa88fc-b6c7-46ae-93b9-a7e71521c717",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "0d9a8091-798c-4ecf-b7f8-8577ae76cec7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]