Schema's
Schema bijwerken
Wijzig tijd, bestemming, herhaling of status.
PATCH
/schedules/{id}schedules:writeVerzoek
idstring · pathResource-ID.verplichttypestring · bodyType: aanbieding of tekst.optioneelatstring · bodyISO 8601 datum en tijd.optioneelsegment_idstring · bodyDoelsegment.optioneelgroup_idstring · bodySpecifieke groep.optioneeloffer_idstring · bodyGeplande aanbieding.optioneeltextstring · bodyTekst voor tekstplanning.optioneelimagestring · bodyOptionele afbeelding.optioneelrecurrencestring · bodyHerhalingsregel.optioneelactiveboolean · bodyActiveert planning.optioneelVoorbeeld
curl
curl -X PATCH 'https://achadu.com/api/v1/schedules/resource_id' \
+ -H 'Authorization: Bearer ach_live_...' \
+ -H 'Accept: application/json' \
+ -H 'Content-Type: application/json' \
+ --data '{
"type": "string",
"at": "2026-09-01T15:00:00Z",
"segment_id": "string"
}'Antwoord
200Operatie voltooid4xxFout met code, bericht en request_id