Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Wire Information
Returns profile information about the wire transfer about the logged in doctor. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-wire/
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 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 |
WirePayTo | Wire Pay To | String | Aaron |
WireRouting | Wire Routing Number | String | 123456 |
WireAccount | Wire Account Number | String | 78901 |
WireBank | Wire Bank (Receiving Bank) | String | Chase |
WireBranch | Wire Branch | String | Rockville, MD |
WireEmail | Wire Email | String | [email protected] |
WireMessage | Wire Message | String | Deposit Immediately |