POST/api/v1/s2s/providers/{providerId}/specialties

Attach provider specialty

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
POST
Endpunkt
/api/v1/s2s/providers/{providerId}/specialties
Authentifizierung
X-API-Key

Anfrage

Parameter

providerIdstring (uuid)pathErforderlich
Provider identifier.
Beispiel: 5cd4f03b-5c1d-406e-b834-35b4f635c1c3
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
specialtySlugstring
Specialty slug to attach to the provider.
Beispiel: adipositas
specialtySlugsarray
Specialty slugs to attach to the provider in one request.
Beispiel: ["adipositas","diabetes"]

Vertrag

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

Version

1.0.0

Erwartete Antwort

201 Created

OpenAPI 1.0.0 herunterladen