Changes the program status of a list of leads in a target program. Only existing members of the
program may have their status changed with this API.
EXECUTE Example:
EXECUTE UpdateLeadProgramStatus ProgramId = '1091', LeadIds = '1021579,1021686', Status = 'Not in program'
Input
| Name |
Type
|
Required
|
Description
|
| ProgramId
|
String
|
True
|
Id of the batch campaign to schedule.
|
| LeadIds
|
String
|
True
|
A comma separated list of lead ids for input.
|
| Status
|
String
|
True
|
Program status of the record.
|
Result Set Columns
| Name |
Type |
Description
|
| Success
|
String
|
Whether the request succeeded
|