Hint Health · Schema

Public.MembershipBillBlueprint_shared_with_invoice

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
amount_in_cents integer
charges_amount_in_cents integer
coupon_discount_in_cents integer
coupon_discount_months integer
coupon_percent_off integer
date string
end_date string
list_price_in_cents integer
membership_amount_in_cents integer
period_in_months integer
rate_in_cents integer
registration_fee_in_cents integer
start_date string
customer_invoice object
View JSON Schema on GitHub

JSON Schema

public-membershipbillblueprint_shared_with_invoice.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-membershipbillblueprint_shared_with_invoice",
  "title": "Public.MembershipBillBlueprint_shared_with_invoice",
  "type": "object",
  "properties": {
    "amount_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "charges_amount_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "coupon_discount_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "coupon_discount_months": {
      "type": "integer",
      "format": "int32"
    },
    "coupon_percent_off": {
      "type": "integer",
      "format": "int32"
    },
    "date": {
      "type": "string",
      "format": "date"
    },
    "end_date": {
      "type": "string",
      "format": "date"
    },
    "list_price_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "membership_amount_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "period_in_months": {
      "type": "integer",
      "format": "int32"
    },
    "rate_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "registration_fee_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "start_date": {
      "type": "string",
      "format": "date"
    },
    "customer_invoice": {
      "$ref": "#/components/schemas/Public.Payable.InvoiceBlueprint_for_membership_bill"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-membershipbillblueprint_shared_with_invoice"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.