Skip to content

Instantly share code, notes, and snippets.

@guptag-dev
Created September 20, 2013 15:26
Show Gist options
  • Save guptag-dev/6639243 to your computer and use it in GitHub Desktop.
Save guptag-dev/6639243 to your computer and use it in GitHub Desktop.
enrollment creation webhook post
{
"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