POST api/Menu
Request Information
URI Parameters
None.
Body Parameters
Menu| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MenuText | string |
String length: inclusive between 0 and 100 |
|
| MenuTargetURL | string |
None. |
|
| ParentMenuId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| ChildMenuId | integer |
None. |
|
| HostApplication | string |
String length: inclusive between 0 and 100 |
|
| URLTarget | string |
String length: inclusive between 0 and 10 |
|
| SortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"menuText": "sample string 2",
"menuTargetURL": "sample string 3",
"parentMenuId": 1,
"isActive": true,
"createdDate": "2025-12-08T20:56:40.3957955+00:00",
"updatedDate": "2025-12-08T20:56:40.3957955+00:00",
"childMenuId": 1,
"hostApplication": "sample string 4",
"urlTarget": "sample string 5",
"sortOrder": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Menu| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MenuText | string |
String length: inclusive between 0 and 100 |
|
| MenuTargetURL | string |
None. |
|
| ParentMenuId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| ChildMenuId | integer |
None. |
|
| HostApplication | string |
String length: inclusive between 0 and 100 |
|
| URLTarget | string |
String length: inclusive between 0 and 10 |
|
| SortOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"menuText": "sample string 2",
"menuTargetURL": "sample string 3",
"parentMenuId": 1,
"isActive": true,
"createdDate": "2025-12-08T20:56:40.3957955+00:00",
"updatedDate": "2025-12-08T20:56:40.3957955+00:00",
"childMenuId": 1,
"hostApplication": "sample string 4",
"urlTarget": "sample string 5",
"sortOrder": 1
}