POST api/rezervimet_s/getroles

Request Information

URI Parameters

None.

Body Parameters

userrole
NameDescriptionTypeAdditional information
username

string

None.

menaxher

integer

None.

nenmenaxher

integer

None.

hostes

integer

None.

kuzhin

integer

None.

transport

integer

None.

id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "menaxher": 2,
  "nenmenaxher": 3,
  "hostes": 4,
  "kuzhin": 5,
  "transport": 6,
  "id": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.