Taiga
API ReferencePre EncounterCoveragesV1

Batch update payer plan group

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

POST
/coverages/v1/batch-update-ppg/{ppg_id}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

ppg_id*pre-encounterPayerPlanGroupId

The unique identifier for a PayerPlanGroup in the database

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/coverages/v1/batch-update-ppg/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "payer_plan_group_id": "166be4f9-7019-434a-a528-4fd642d5501d",    "payer_id": "string",    "payer_name": "string",    "plan_type": "09"  }'
Empty