POST api/AdminReff/AdmSaveReffPayOutTypeCountry
AdmSaveReffPayOutTypeCountry
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffPayOutTypeCountry_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": "35bec5ba-b68e-4563-acb8-2f3d4b04be43",
"ReffPayOutTypeUUID": "b66814ab-b6d3-4014-9c21-a6518c22535f",
"ReffPayOutTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "b9fa861c-6a8c-43e9-b4d2-2cd8bd9d5501"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}