Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Check Payment Add
Updates wire information for the logged in doctor. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-check-add/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
Payto | Check Pay To | String | YES | Aaron |
AddressLine1 | Address Line 1 | String | YES | 1101 Wooton Parkway |
AddressLine2 | Address Line 2 | String | No | Suite 900 |
City | City | String | YES | Rockville |
State | State | String | YES | MD |
ZipCode | Zip Code | String | YES | 20852 |
Country | Country | String | YES | USA |
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 |