Hint Health · Example Payload

Coupon Showcoupon Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Coupon Showcoupon 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": "Coupon.ShowCoupon",
  "method": "GET",
  "path": "/provider/coupons/{id}",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "cou-ab12C345DeF6",
    "code": "GETHEALTHYNOWFORCHEAPER2",
    "description": null,
    "amount_off_in_cents": null,
    "apply_to_each_patient": true,
    "created_at": "2017-02-05T06:23:00.000000-08:00",
    "duration_in_months": null,
    "percent_off": "15.0",
    "updated_at": "2017-02-05T06:23:00.000000-08:00",
    "is_redeemable": false,
    "is_archived": false,
    "redeemable_from": "2020-01-01",
    "redeemable_until": null
  }
}