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": "b4346ede-dafd-4d37-976b-0f41966784fe",
  "ReffPayOutTypeUUID": "e1d10d2a-417d-4003-a5f0-281264f2340a",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "8dcb91a3-32c5-4318-b2cc-811b1a6cf7bf"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}