Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Wire Update
Updates wire information for the logged in doctor. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-wire-update/
Input Parameters
| Parameter Name | Description | Parameter Type | Required | Example |
|---|---|---|---|---|
| LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
| WirePayTo | Wire Pay To | String | YES | Aaron |
| WireRouting | Wire Routing Number | String | YES | 123456 |
| WireAccount | Wire Account Number | String | YES | 78901 |
| WireBranch | Wire Branch | String | YES | Rockville, MD |
| WireEmail | Wire Email | String | YES | [email protected] |
| WireMessage | Wire Message | String | No | Deposit Immediately |
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 |