Hint Health · Example Payload

Creditcategory Showcreditcategory Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Creditcategory Showcreditcategory 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": "CreditCategory.ShowCreditCategory",
  "method": "GET",
  "path": "/provider/credit_categories/{id}",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "cct-ab12C345DeF6",
    "created_at": "2017-02-05T06:23:00.000000-08:00",
    "name": "Credit Category 2",
    "updated_at": "2017-02-05T06:23:00.000000-08:00"
  }
}