Executes a BOEntityDefinition operation

Executes an operation of BOEntityDefinition

With the BOEntityDefinition service, you can perform the following operations on the execute endpoint:

  • GetVersion
  • GetDefaultVersion

GetVersion

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "GetVersion",
  "EntityTypeName": "BOEntityDefinition",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "System.String",
        "$value": "entityName Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "System.String"
    ]
  },
  "UseJson": false
}

GetDefaultVersion

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "GetDefaultVersion",
  "EntityTypeName": "BOEntityDefinition",
  "UseJson": false
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!