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": "df1ab579-f261-4228-bcc8-1ef8fc37b8a0",
  "ReffPayOutTypeUUID": "cfcc561b-0eb1-4061-9c5c-93cdbf8f7484",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "25ea270e-f0aa-4da0-b972-c95e66e8a119"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]