POST v1/application/menu/add
APPLICATION ADD MENU
Request Information
URI Parameters
None.
Body Parameters
AddApplicationMenuRequestModelName | Description | Type | Additional information |
---|---|---|---|
parent_id | integer |
None. |
|
icon | string |
None. |
|
name | string |
None. |
|
type | integer |
None. |
|
is_static | boolean |
None. |
|
permission_id | integer |
None. |
|
url | string |
None. |
|
description | string |
None. |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "parent_id": 1, "icon": "sample string 1", "name": "sample string 2", "type": 3, "is_static": true, "permission_id": 5, "url": "sample string 6", "description": "sample string 7", "user_company_id": "sample string 8", "user_id": "sample string 9", "user_signature": "sample string 10" }
Response Information
Resource Description
APPLICATION ADD MENU
BaseMetaResultModelName | Description | Type | Additional information |
---|---|---|---|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "meta": { "status_code": 1, "status_message": "sample string 2" } }