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": "e62c80ab-4f08-46ab-950f-a581c8d0c865",
  "ReffPayOutTypeUUID": "9a54cc73-5a9c-4461-ac5d-e26b4a8e9838",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "6318d45a-f91a-4ae4-82b4-6c6b75fe7922"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}