Skip to content

CustomActivityTypeAttributeRequest

Type: object

Properties

Property Type Required Description Constraints
attributes array No List of attributes to add to the activity type

Generated example

{
  "attributes": [
    {
      "apiName": "Example name",
      "dataType": "string",
      "description": "string",
      "isPrimary": false,
      "name": "Example name"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.