POST api/AdminReff/AdmSaveReffPayOutTypeCountry

AdmSaveReffPayOutTypeCountry

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReffPayOutTypeCountry_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": "9e4a70e8-47a1-4431-854a-dcc7fc4c7b3f",
  "ReffPayOutTypeUUID": "6e01abfd-a4a3-4eac-8e68-cf54b16e466a",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "91743fd4-4ce5-4bfd-8e7e-7c58e36aa72d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}