Skip to content

ResponseOfObjectLinkableObject

Type: object

Properties

Property Type Required Description Constraints
errors array Yes Array of errors that occurred if the request was unsuccessful
requestId string Yes Id of the request made
result array Yes List of permissible objects to use as custom object link field
success boolean Yes Whether the request succeeded
warnings array Yes Array of warnings given for the operation

Generated example

{
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "requestId": "123",
  "result": [
    {
      "name": "Example name",
      "displayName": "Example name",
      "fields": [
        {
          "name": "Example name",
          "displayName": "Example name",
          "dataType": "string"
        }
      ]
    }
  ],
  "success": false,
  "warnings": [
    {
      "code": 123,
      "message": "string"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.