Hint Health · Example Payload

Cancellationreason Listcancellationreasons Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Cancellationreason Listcancellationreasons Response 200 is an example object payload from Hint Health, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusmediaTypeexample

Example Payload

Raw ↑
{
  "operationId": "CancellationReason.ListCancellationReasons",
  "method": "GET",
  "path": "/provider/cancellation_reasons",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "cnr-ab12C345DeF6",
      "description": "Moving away"
    }
  ]
}