Skip to content

AddCustomObjectTypeFieldsRequest

Type: object

Properties

Property Type Required Description Constraints
input array Yes List of fields to add to custom object type

Generated example

{
  "input": [
    {
      "name": "Example name",
      "displayName": "Example name",
      "dataType": "string",
      "description": "string",
      "isDedupeField": true,
      "relatedTo": {
        "name": "Example name",
        "field": "string"
      }
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.