Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Office Location Edit
Updates an office location for a doctor. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-location-edit/
Input Parameters
| Parameter Name | Description | Parameter Type | Required | Example |
|---|---|---|---|---|
| LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
| DoctorLocationID | Unique Identifier | Number | YES | 5 |
| LocationName | Location Name | String | YES | My other office |
| Address1 | Address1 | String | YES | 13 Cherry Lane |
| Address2 | Address2 | String | No | Suite 1013 |
| City | City | String | YES | Rockville |
| State | State | String | YES | MD |
| Zip | Zip | String | YES | 20852 |
| CountryCode | Country Code | String | YES | USA |
| string | No | [email protected] | ||
| Phone | Phone | String | No | (555) 555-1212 |
| ContactName | Contact Name | String | No | Aaron Jay Lev |
Result Description
| Parameter Name | Description | Parameter Type | Example |
|---|---|---|---|
| Success | If the information was updated in the database or not | 0 (fail) or 1 (success) | 0 |
| Message | If Success=0, this parameter contains the reason the api call failed. This is for feedback to the user. | String | Invalid LoginKey |