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": "8a4a837d-bf52-41d2-9444-acb78ebf8ceb",
  "ReffPayOutTypeUUID": "4af7caa5-bcc2-44fa-9a05-d99d409f4a74",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "18c5bc00-337f-4393-b6ab-e2f9097b77be"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]