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": "c389432f-034d-4bf0-ac1e-662da1a23c9f",
  "ReffPayOutTypeUUID": "e879c268-4a94-49d5-bb36-496c46846af9",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "d4174dd2-127a-4d3a-8776-6a2c30eba7fb"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]