PUT api/Toolbar
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Toolbar.Tab| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| Caption | string |
None. |
|
| Key | string |
None. |
|
| Order | integer |
None. |
|
| Groups | Collection of VEMModel.Toolbar.Group |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordId": 1,
"Caption": "sample string 2",
"Key": "sample string 3",
"Order": 4,
"Groups": [
{
"$id": "2",
"RecordId": 1,
"Caption": "sample string 2",
"Key": "sample string 3",
"Order": 4,
"Tools": [
{
"$id": "3",
"RecordId": 1,
"Caption": "sample string 2",
"Key": "sample string 3",
"Tag": "sample string 4",
"ApplicationScreenName": "sample string 5",
"ScreenId": 1,
"Screen": {
"$id": "4",
"ScreenId": 1,
"Code": "sample string 2",
"ScreenReferenceId": 3,
"ScreenMenuTitle": "sample string 4",
"ScreenMenuIcon": "sample string 5",
"ScreenMenuItemGroup": "sample string 6",
"ScreenName": "sample string 7",
"ScreenTitle": "sample string 8",
"ScreenDescription": "sample string 9",
"ForMobile": true,
"ForDesktop": true,
"ForWeb": true,
"WebRoute": "sample string 13",
"DateCreated": "2026-04-15T14:58:13.651584-04:00",
"CreatedBy": "sample string 14",
"UpdatedOn": "2026-04-15T14:58:13.651584-04:00",
"UpdatedBy": "sample string 15",
"ProfileId": 1,
"Profile": {
"$id": "5",
"RecordId": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"Deleted": true,
"DateCreated": "2026-04-15T14:58:13.651584-04:00",
"UpdatedOn": "2026-04-15T14:58:13.651584-04:00",
"CreatedBy": "sample string 6",
"UpdatedBy": "sample string 7",
"Actions": [
{
"$id": "6",
"RecordId": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"Deleted": true,
"Profiles": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"DateCreated": "2026-04-15T14:58:13.651584-04:00",
"UpdatedOn": "2026-04-15T14:58:13.651584-04:00",
"CreatedBy": "sample string 6",
"UpdatedBy": "sample string 7"
},
{
"$ref": "6"
}
]
},
"Actions": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"MenuGroupName": "sample string 16"
},
"Order": 6
},
{
"$ref": "3"
}
],
"BindingTools": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}