POST api/AdminReff/AdmGetReffPayOutTypeCountry
AdmGetReffPayOutTypeCountry
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffPayOutTypeCountry_Request| Name | Description | Type | Additional 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": "90ee821a-0e99-4a10-a7fe-4528f06bece7",
"ReffPayOutTypeUUID": "c6e317a8-f045-4820-a0aa-9ed6d26ebc29",
"ReffPayOutTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "2ed66c67-7dd4-4c79-a519-39363b96f833"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]