Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
idProspect | int32 | Yes | - | ID of the prospect who will participate in the experimental class. |
activityDate | date-time | Yes | - | Scheduled date and time for the class in the format yyyy-MM-dd HH:mm. |
activity | string | Yes | - | Name of the activity that will be performed. |
service | string | Yes | - | Service associated to allow the experimental class. |
activityExist | boolean | No | false | Indicates if the activity already exists. Default value: false. |
idBranch | int32 | No | - | ID of the branch where the class will be held. |
idActivity | int32 | No | - | ID of the specific activity to be used. When provided, the system will use this existing activity instead of creating or searching by name. |