Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This action is used to assign a lead and opportunity entity record to a sequence.
License and role requirements
Requirement type | You must have |
---|---|
License | Dynamics 365 Sales Premium or Dynamics 365 Sales Enterprise More information: Dynamics 365 Sales pricing |
Security roles | System customizer More information: Predefined security roles for Sales |
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"
}