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": "0d761990-90f5-485c-926a-d9c5d18aa955",
  "ReffPayOutTypeUUID": "2c9d203e-01de-4d1b-9895-13b9705761b6",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "37194c39-8765-40f6-9097-34db01ccba75"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]