Created
September 20, 2013 15:26
-
-
Save guptag-dev/6639243 to your computer and use it in GitHub Desktop.
enrollment creation webhook post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": "enrollment_status", | |
"details": { | |
"id": 1921, | |
"facility_name": "Quality", | |
"provider_name": "Jane Austen", | |
"tax_id": "12345678", | |
"address": "125 Snow Shoe Road", | |
"city": "Sacramento", | |
"state": "CA", | |
"zip": "94107", | |
"ptan": "54321", | |
"npi": "9876543228", | |
"status": "submitted", | |
"created_at": "2013-09-20T14:57:27+00:00", | |
"updated_at": "2013-09-20T14:57:27+00:00", | |
"enrollment_insurance_company": { | |
"name": "Medicare", | |
"payer_id": 1 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment