For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
          • POSTCreate
          • PUTUpdate
          • GETGet Multi Paginated
          • GETGet
          • GETGet History
          • GETGet Multi
          • GETScan
          • POSTBatch Update Ppg
          • POSTCheck Eligibility
          • GETGet Eligibility
Contact Sales
LogoLogo
API ReferencePre EncounterCoveragesV1

Batch Update Ppg

Beta
POST
/coverages/v1//batch-update-ppg/:ppg_id
POST
/coverages/v1//batch-update-ppg/:ppg_id
$curl -X POST https://pre-api.joincandidhealth.com/coverages/v1/batch-update-ppg/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32 \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json" \
> -d '{
> "payer_plan_group_id": "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
> "payer_id": "payer_id",
> "payer_name": "payer_name",
> "plan_type": "09"
>}'

Finds all coverages associated with the given ppg_id and updates the ppg_fields for each coverage.

Was this page helpful?
Previous

Check Eligibility

Next
Built with

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

ppg_idUUIDRequired
The unique identifier for a PayerPlanGroup in the database

Request

This endpoint expects an object.
payer_plan_group_idUUIDRequired
The unique identifier for a PayerPlanGroup in the database
payer_idstringRequired
The unique identifier for a Payer in the database
payer_namestringRequired
plan_typeenumRequired