Skip to content

ChangeLeadProgramStatusRequest

Type: object

Properties

Property Type Required Description Constraints
input array Yes List of leads for input
status string Yes Program status of the record. Permissible values can be retrieve from the Get Channel by Name API for the designated program's channel

Generated example

{
  "input": [
    {
      "id": 123
    }
  ],
  "status": "string"
}

Referenced models

Source

Generated from swagger-mapi.json.