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": "83a8acb1-905f-4230-be79-b8ed60a69def",
  "ReffPayOutTypeUUID": "c2c20948-57d6-486b-9fba-844fe28c8b4d",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "fc42a644-b8b0-4dde-bc79-265ff292defb"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}