Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Procedure Delete
Used to mark a procedure as deleted if a surgeon does not want to bid on a procedure. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-procedure-delete/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
Result Description
Parameter Name | Description | Parameter Type | Example |
---|---|---|---|
Success | If the procedure was deleted | 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 | Procedure 13 was not found |