POST api/AdminUserRights/SaveSection

AdmSaveSection

Request Information

URI Parameters

None.

Body Parameters

SaveSection
NameDescriptionTypeAdditional information
SectionID

integer

None.

SectionActive

boolean

None.

SectionName

string

None.

SectionURL

string

None.

ProcName

string

None.

Chat

boolean

None.

News

boolean

None.

Product

boolean

None.

Quest

boolean

None.

Reminder

boolean

None.

Quizz

boolean

None.

Test

boolean

None.

Personal

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SectionID": 1,
  "SectionActive": true,
  "SectionName": "sample string 1",
  "SectionURL": "sample string 2",
  "ProcName": "sample string 3",
  "Chat": true,
  "News": true,
  "Product": true,
  "Quest": true,
  "Reminder": true,
  "Quizz": true,
  "Test": true,
  "Personal": true,
  "UserUUIDCur": "67b9ad59-09bc-463c-bba3-f40c5c7b3fdd"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}