PATCH/api/v1/s2s/pharmacy/rooms/{roomId}/availability-rules/{ruleId}

Update partner pharmacy room availability rule

Freigegebener Partner-Endpunkt aus dem stabilen OpenAPI-1.0.0-Vertrag.

Übersicht

Nutzen Sie den Endpunkt ausschließlich mit einem Partner-API-Schlüssel. Die Codebeispiele verwenden Platzhalter und die öffentliche Sandbox-Adresse.

Methode
PATCH
Endpunkt
/api/v1/s2s/pharmacy/rooms/{roomId}/availability-rules/{ruleId}
Authentifizierung
X-API-Key

Anfrage

Parameter

roomIdstring (uuid)pathErforderlich
Pharmacy consultation room identifier.
Beispiel: ac7515a2-0cf6-4f73-b20b-3b96f3c97c9d
ruleIdstring (uuid)pathErforderlich
Availability rule identifier.
Beispiel: 7d8f9f4e-0d2f-4f10-8e80-6fd2a884fd21
X-Correlation-IDstringheader
Optional opaque request correlation ID for tracing API calls across systems. Billing audit paths persist only UUIDv4-shaped values and drop free-form values.
Beispiel: 33333333-3333-4333-8333-333333333333

Request-Body

Erforderlich
dayOfWeekintegerErforderlich
Weekday in JS/cron convention: 0 Sunday, 6 Saturday.
Beispiel: 1
endTimestringErforderlich
End time in HH:mm.
Beispiel: 12:00
startTimestringErforderlich
Start time in HH:mm.
Beispiel: 08:00
timezonestring
Optional IANA timezone.
Beispiel: Europe/Berlin
validFromstring (date)
Optional first local date on which this room rule is valid.
Beispiel: 2026-06-01
validUntilstring (date)
Optional last local date on which this room rule is valid. Null means open-ended.
Beispiel: 2026-12-31

Vertrag

Der versionierte OpenAPI-Vertrag ist die verbindliche Quelle für Parameter, Request-Body und Response-Schemas.

Version

1.0.0

Erwartete Antwort

200 OK

OpenAPI 1.0.0 herunterladen