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": "0d188ad7-5b24-45ce-bab5-302cbac2cbaa",
  "ReffPayOutTypeUUID": "33e5ba11-1d1b-4077-8eca-afdeae2fffa5",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "b6bb7c82-085a-4508-b291-3eb31a00bf3c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}