Provider Numbers
The Provider Numbers Changed Subscription feature will allow the user to retrieve changed provider numbers for a specific practice. The user will need to initiate subscriptions. For more information about subscriptions, please refer Changed Data Subscriptions
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
-
Subscription
Get list of change events for provider
numbers
GET
/v1/{practiceid}/providernumbers/changed/subscription/events
Retrieves a list of events for changed providers
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Example Code
Subscribe to all/specific change events for provider
numbers
POST
/v1/{practiceid}/providernumbers/changed/subscription
Subscribes for changed providernumbers events
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get list of subscribed events for changes in provider
numbers
GET
/v1/{practiceid}/providernumbers/changed/subscription
Retrieves list of events applicable for changed providernumbers
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Example Code
Get list of changes in provider
numbers
GET
/v1/{practiceid}/providernumbers/changed
Retrieve list of changed providernumbers for a specific practice
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Example Code
Unsubscribe to all/specific events for changes in provider
numbers
DELETE
/v1/{practiceid}/providernumbers/changed/subscription
Deletes a specific event which is no longer required
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code