Created
September 20, 2013 15:25
-
-
Save guptag-dev/6639235 to your computer and use it in GitHub Desktop.
Enrollment Request
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
{ | |
"api_key": "key-here", | |
"service_provider_list": [ | |
{ | |
"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" | |
}, | |
{ | |
"facility_name": "Aetna", | |
"provider_name": "Jack Austen", | |
"tax_id": "12345678", | |
"address": "985 Snow Shoe Road", | |
"city": "Menlo Park", | |
"state": "CA", | |
"zip": "94107", | |
"ptan": "54321", | |
"npi": "9876543228" | |
} | |
], | |
"payer_ids": [ | |
"00431" | |
] | |
} | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment