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": "5b3554d2-857f-402a-a41c-8a34051f76c5",
  "ReffPayOutTypeUUID": "22fd59ab-8c01-443f-a91e-7429cf18c8f4",
  "ReffPayOutTypeActive": true,
  "CountryID": 1,
  "UserUUIDCur": "d0145b59-690f-4bd4-ba9f-dae7d73398ff"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}