Hint Health · Schema

Update_Credit

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
amount_in_cents integer Value must be greater than or equal to 0
reason string
View JSON Schema on GitHub

JSON Schema

provider-creditscontroller-update_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-creditscontroller-update_body",
  "title": "Update_Credit",
  "type": "object",
  "properties": {
    "amount_in_cents": {
      "type": "integer",
      "format": "int32",
      "description": "Value must be greater than or equal to 0"
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "amount_in_cents"
  ]
}