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": "4cef5144-dfe2-4e85-a825-469a47e83ba2",
  "ReffPayOutTypeUUID": "6a6161aa-74d5-4ea6-83ad-5c61452ea3be",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "e426a90d-f7d5-4b9e-b590-7a4586dd5f5d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}