Skip to main content
PUT
/
admin
/
appointment-style-mapping
Put Appointment Style Mapping
curl --request PUT \
  --url https://api.decodahealth.com/admin/appointment-style-mapping \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "items": [
    {
      "eventStatus": "PENDING",
      "serviceStyleVariant": "<string>"
    }
  ]
}
'
{
  "items": [
    {
      "eventStatus": "PENDING",
      "serviceStyleVariant": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
items
AppointmentStyleItem · object[]
required

Response

Successful Response

items
AppointmentStyleItem · object[]
required