Follow the question structure recommended by Dev Bot before submitting your integration questions.
π The permission in EVO that grants access to this endpoint is Activity - Edit.
| Field | Type | Required | Description |
|---|---|---|---|
idActivity | int32 | Yes | Identifier of the activity to be scheduled. Must be present in the list of available activities. |
activityDate | string | Yes | Date of the activity to be scheduled (e.g., yyyy-MM-dd). |
hour | string | Yes | Time of the activity to be scheduled (e.g., HH:mm). |
idArea | int32 | No | Identifier of the area where the activity will take place. If not provided, EVO will define it automatically. |
idProfessor | int32 | No | Identifier of the responsible professor. If not provided, EVO will define it automatically. |
idBranch | int32 | Yes | Identifier of the branch where the person scheduling is registered. |
idMember | int32 | Conditional | Identifier of the member to be scheduled. One of idMember, idProspect, or idEmployee must be provided. |
idProspect | int32 | Conditional | Identifier of the prospect to be scheduled. One of idMember, idProspect, or idEmployee must be provided. |
idEmployee | int32 | Conditional | Identifier of the staff member to be scheduled. One of idMember, idProspect, or idEmployee must be provided. |
π§ Combined requirement rule: Required: idActivity,activityDate,hour,idBranchAnd at least one among: idMember,idProspect, oridEmployee.
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/appointment/enroll?idActivity=undefined&activityDate=undefined&hour=undefined&idArea=undefined&idMember=undefined&idProspect=undefined&idEmployee=undefined&idProfessor=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}