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": "8d9b8ff2-fa72-4e26-bf47-dd08d425b50f",
"ReffPayOutTypeUUID": "412a9f5e-0464-43bf-a479-8f7aa0e22168",
"ReffPayOutTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "04e60e3c-f32b-4089-8f41-80a75d09ad4d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]