Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Procedure Favorite
Update the Doctor's Favorite Status of a Procedure. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-procedure-favorite/
Input Parameters
| Parameter Name | Description | Parameter Type | Required | Example |
|---|---|---|---|---|
| LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
| ProcedureID | ProcedureID | Number | YES | 1000 |
| Favorite | New Favorite Status | String | YES | Yes |
Result Description
| Parameter Name | Description | Parameter Type | Example |
|---|---|---|---|
| Success | If the information was retrieved from 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 |