Zum Inhalt springen
AchaduDevelopers
Developers/API/schedule_create
Zeitpläne

Zeitplan erstellen

Programmangebot oder Text für einen ISO-Termin.

POST/schedulesschedules:write

Anfrage

typestring · bodyTyp: Angebot oder Text.optional
atstring · bodyDatum und Uhrzeit nach ISO 8601.obligatorisch
segment_idstring · bodyZielsegment.optional
group_idstring · bodySpezifische Gruppe.optional
offer_idstring · bodyGeplantes Angebot.optional
textstring · bodyText zur textuellen Terminplanung.optional
imagestring · bodyOptionales Bild.optional
recurrencestring · bodyWiederholungsregel.optional
activeboolean · bodyAktiviert die Terminplanung.optional

Beispiel

curl
curl -X POST 'https://achadu.com/api/v1/schedules' \
+  -H 'Authorization: Bearer ach_live_...' \
+  -H 'Accept: application/json' \
+  -H 'Content-Type: application/json' \
+  --data '{
  "at": "2026-09-01T15:00:00Z",
  "type": "string",
  "segment_id": "string",
  "group_id": "string"
}'

Antwort

201Ressource erstellt
4xxFehler mit Code, Nachricht und request_id