Appointments
This page includes all endpoints available for the agenda appointments of Logiciel Actif (GEM-CAR required).
List all agenda appointments
Headers
Name
Type
Description
{
"data": [
{
"id": 2,
"sale_id": 1,
"sale_product_id": 1,
"date_at": "2023-01-19",
"time_at": "00:00:00",
"workflow_id": 0,
"duration": "1.00",
"client_id": 1,
"vehicle_id": 1,
"description": null,
"title": null,
"date_end": "2023-01-19",
"time_end": "10:00:00",
"notes": null,
"color": null,
"bay_id": 1
},
{
"id": 1,
"sale_id": 0,
"sale_product_id": 0,
"date_at": "2023-01-18",
"time_at": "10:00:00",
"workflow_id": 0,
"duration": "100.00",
"client_id": 0,
"vehicle_id": 0,
"description": "",
"title": "TEST",
"date_end": "2023-02-07",
"time_end": "11:00:00",
"notes": null,
"color": "#519103",
"bay_id": 2
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 25,
"total": 2
},
"success": true
}List a specific agenda appointment
Headers
Name
Type
Description
Create an agenda appointment
Headers
Name
Type
Description
Body Example
Update an appointment
Headers
Name
Type
Description
Body Example
Delete an appointment
Headers
Name
Type
Description
Last updated