SOP-08: Create a Clinic

API SOP

Register a new clinic with profile details and photos.

1 nodes · 0 edgesmedirank
apisopmedirankclinics
ex-sop-08-create-clinic.osop.yaml
# 原始:SOP-08: 建立診所
osop_version: '1.0'
id: sop-08-create-clinic
name: 'SOP-08: Create a Clinic'
description: Register a new clinic with profile details and photos.
version: 1.0.0
tags:
- api
- sop
- medirank
- clinics
nodes:
- id: step_1
  type: api
  subtype: rest
  name: POST /clinics
  description: Register a new clinic with name, type, description, address, contact info, and photos.
  runtime:
    method: POST
    url: https://medi-rank.com/api/v1
    endpoint: /clinics
    headers:
      Authorization: Bearer ${secrets.TOKEN}
    content_type: multipart/form-data
    body:
      name: Clinic Name
      type: aesthetic_medicine
      description: Professional aesthetic medicine clinic
      address: 123 Main St, Taipei
      phone: 02-12345678
      email: info@clinic.com
      website: https://clinic.com
      booking_enabled: true
      images[]: (files)