PUT api/Toolbar

Request Information

URI Parameters

None.

Body Parameters

VEMModel.Toolbar.Tab
NameDescriptionTypeAdditional 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",
          "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
NameDescriptionTypeAdditional 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"
}