Skip to content

UpdateLeadPartitionRequest

Type: object

Properties

Property Type Required Description Constraints
input array Yes List of leads for input

Generated example

{
  "input": [
    {
      "id": 123,
      "partitionName": "Example name"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.