Hint Health · Schema

Provider.CreditCategoriesController.create_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
name string Value is case sensitive. If you delete a Credit Category, you can restore it by POSTing with the same name.
View JSON Schema on GitHub

JSON Schema

provider-creditcategoriescontroller-create_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-creditcategoriescontroller-create_body",
  "title": "Provider.CreditCategoriesController.create_body",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Value is case sensitive. If you delete a Credit Category, you can restore it by POSTing with the same name."
    }
  },
  "required": [
    "name"
  ]
}