msdyn_ConnectSequence Action
This action is used to assign a lead and opportunity entity record to a sequence.
Parameters
Name | Description |
---|---|
RegardingEntityId |
Unique identifier of the entity record that is to be connected to the sequence. |
RegardingEntityName |
Logical name of the entity |
SequenceId |
Unique identifier of the sequence |
Example
POST [Organization URI]/api/data/v9.1/msdyn_ConnectSequence
{
"RegardingEntityId":"11bb11bb-cc22-dd33-ee44-55ff55ff55ff",
"RegardingEntityName":"lead",
"SequenceId":"aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
}