Public API
Patient Functions
Surgeon Functions
General Functions
POST Patient Bid Select
Allows patients with bid results from a procedure to select the specific bid they want to use. Requires the LoginKey from Login.
Resource URL
https://testapi.surgiprice.com/procedure-bid-select/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Patient | 32 Characters | YES | 12345678901234567890123456789012 |
ProcedureID | Procedure ID | Integer | YES | 2 |
Bid1 | Bid 1 (from Procedure View) | Integer | YES | 1 |
Bid2 | Bid 2 (from Procedure View) | Integer | YES | 2 |
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 procedure bid select failed. This is for feedback to the user. |
String | Invalid ProcedureID |