POST api/AdminUserRights/SaveSection
AdmSaveSection
Request Information
URI Parameters
None.
Body Parameters
SaveSection| Name | Description | Type | Additional 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": "66575e07-5645-42f4-99c7-e44aa0580877"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}