Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| status | int32 | Yes | New status to be applied to the reservation. See details below. |
| idMember | int32 | No | ID of the member associated with the reservation. |
| idProspect | int32 | No | ID of the prospect associated with the reservation. |
| idConfiguration | int32 | Conditional | Identifier of the activity configuration. Should be used only when idActivitySession is null. |
| activityDate | date-time | Conditional | Date of the activity in the format yyyy-MM-dd. Should be used only when idActivitySession is null. |
| idActivitySession | int32 | No | Identifier of the specific activity session. If provided, the parameters idConfiguration and activityDate are not needed. |
| idBranch | int32 | No | Filter by branch number (optional for multi-location, ignored otherwise). |
status#| Value | Name |
|---|---|
| 0 | Present |
| 1 | Absent |
| 2 | Justified absence |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v2/activities/booking/change-status?status=undefined&idMember=undefined&idProspect=undefined&idConfiguration=undefined&activityDate=undefined&idActivitySession=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'