Hint Health · Example Payload

Customerinvoice Createpdf Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Customerinvoice Createpdf 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": "CustomerInvoice.CreatePDF",
  "method": "POST",
  "path": "/provider/customer_invoices/{customer_invoice_id}/pdf",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "url": "https://api.hint.com/api/files/0jlsWoWWS2M6?account_token=example_token"
  }
}