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": "2f0715f5-e0b2-48f8-aff8-7066d25493c3",
  "ReffPayOutTypeUUID": "5f37e284-7912-462d-a3b2-08e6738cfdbe",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "4a02c2df-b07e-4be0-b9df-191770ccb117"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]