Hint Health · Example Payload

Credit Createcredit Response 201

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Credit Createcredit Response 201 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": "Credit.CreateCredit",
  "method": "POST",
  "path": "/provider/patients/{patient_id}/credits",
  "status": "201",
  "mediaType": "application/json",
  "example": {
    "id": "crd-ab12C345DeF6",
    "amount_in_cents": 1500,
    "balance_in_cents": 1500,
    "created_at": "2017-02-05T06:23:00.000000-08:00",
    "integration_record_id": null,
    "reason": null,
    "updated_at": "2017-02-05T06:23:00.000000-08:00",
    "credit_category": {
      "id": "cct-ab12C345DeF6",
      "name": "Credit Category 4"
    }
  }
}