Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idConfiguration | int32 | No | ID of the activity configuration to be reserved. |
| activityDate | date-time | No | Scheduled date for the activity, in the format yyyy-MM-dd. |
| slotNumber | int32 | No | Slot number for the activity (only for activities with individual spot reservation). |
| idMember | int32 | No | ID of the member for whom the reservation will be made. Default: 0. |
| idProspect | int32 | No | ID of the prospect for whom the reservation will be made. Default: 0. |
| origin | object | No | Object indicating the origin of the reservation request. See more below. |
origin#| Field | Type | Description |
|---|---|---|
| result | string | Result of the operation. |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v2/activities/booking?idConfiguration=undefined&activityDate=undefined&slotNumber=undefined&idMember=undefined&idProspect=undefined&origin=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}