Hint Health · Example Payload

Chargeitem Listallchargeitems Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Chargeitem Listallchargeitems 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": "ChargeItem.ListAllChargeItems",
  "method": "GET",
  "path": "/provider/charge_items",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "item-ab12C345DeF6",
      "code": "",
      "created_at": "2017-02-05T06:23:00.000000-08:00",
      "description": "Diagnostic lab test for Hemaglobin A1C",
      "name": "HbA1c #2",
      "price_in_cents": "500.0",
      "provider_web_link": "https://app.hint.com/admin/charge_items/item-ab12C345DeF6",
      "quantity_in_stock": 50,
      "updated_at": "2017-02-05T06:23:00.000000-08:00",
      "category": null
    }
  ]
}