Hint Health · Example Payload

Companyplan Updatecompanyplan Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Companyplan Updatecompanyplan 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": "CompanyPlan.UpdateCompanyPlan",
  "method": "PATCH",
  "path": "/provider/companies/{company_id}/company_plans/{id}",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "cmpl-ab12C345DeF6",
    "available_for_enrollment": true,
    "is_default": false,
    "plan": {
      "id": "pln-ab12C345DeF6",
      "name": "Memberships",
      "plan_type": "company"
    }
  }
}