POST api/admin/user_access/v1/edit_access_level

Request Information

URI Parameters

None.

Body Parameters

Access
NameDescriptionTypeAdditional information
id

integer

None.

group_id

integer

None.

sector

string

None.

coverage_id

integer

None.

type

integer

None.

other

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "group_id": 2,
  "sector": "sample string 3",
  "coverage_id": 4,
  "type": 5,
  "other": "sample string 6"
}

application/xml, text/xml

Sample:
<Access xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models">
  <coverage_id>4</coverage_id>
  <group_id>2</group_id>
  <id>1</id>
  <other>sample string 6</other>
  <sector>sample string 3</sector>
  <type>5</type>
</Access>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.