Hint Health · Schema

Update_Sponsorship

Subscribers type can not be updated.

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
type string May be one of "spouse", or "child"
external_id string
View JSON Schema on GitHub

JSON Schema

provider-companysponsorshipscontroller-update_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-companysponsorshipscontroller-update_body",
  "title": "Update_Sponsorship",
  "type": "object",
  "description": "Subscribers type can not be updated.",
  "properties": {
    "type": {
      "type": "string",
      "description": "May be one of \"spouse\", or \"child\""
    },
    "external_id": {
      "type": "string"
    }
  },
  "required": [
    "type"
  ]
}