| POST | /Dental/Provider/Search |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProviderInfo | body | DentalProvider | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| Name | form | string | No | |
| ZipCode | form | string | No | |
| Address | form | string | No | |
| City | form | string | No | |
| State | form | string | No | |
| Phone | form | string | No | |
| NPI | form | string | No | |
| Fax | form | string | No | |
| form | string | No | ||
| TaxId | form | string | No | |
| License | form | string | No | |
| SpecialtyCode | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Dental/Provider/Search HTTP/1.1
Host: set-api-service-prod.azurewebsites.net
Accept: application/json
Content-Type: application/json
Content-Length: length
{"ProviderInfo":{"Id":"String","Name":"String","ZipCode":"String","Address":"String","City":"String","State":"String","Phone":"String","NPI":"String","Fax":"String","Email":"String","TaxId":"String","License":"String","SpecialtyCode":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{"Id":"String","Name":"String","ZipCode":"String","Address":"String","City":"String","State":"String","Phone":"String","NPI":"String","Fax":"String","Email":"String","TaxId":"String","License":"String","SpecialtyCode":"String"}]