Hint Health · Schema

Provider.MembershipContractsController.renew_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
memo string
View JSON Schema on GitHub

JSON Schema

provider-membershipcontractscontroller-renew_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-membershipcontractscontroller-renew_body",
  "title": "Provider.MembershipContractsController.renew_body",
  "type": "object",
  "properties": {
    "memo": {
      "type": "string"
    }
  }
}