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": "d5a24a10-55af-4525-8bc3-e9095636fa8e",
  "ReffPayOutTypeUUID": "156ea345-9bc8-42b5-ba03-734ec03debc6",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "2c5953eb-66a0-4ea5-969c-32a8d459fd30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}