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. |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/activities/schedule/experimental-class?idProspect=undefined&activityDate=undefined&activity=undefined&service=undefined&activityExist=undefined&idBranch=undefined&idActivity=undefined&idService=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"idActivitySession": 0
}