Fully Replace NPI List
This endpoint should be used if you are already targeting a list and need to fully replace all NPIs that are currently being targeted. Your current list will be deleted and replaced with the new list. If you only want to add or remove a few NPIs you would use this endpoint instead.
Endpoint
Method: PUT
/v2/npi/npi-list/{ID}
Path Parameter: The ID of the list you want to replace
Sample Request
{
"npis": ["3137933120", "3134730121"]
}Updated 4 months ago
