Public API
Patient Functions
Surgeon Functions
General Functions
POST Patient Profile Update
Used to get profile information about a patient in SurgiPrice™. Requires the LoginKey from Login.
Resource URL
https://testapi.surgiprice.com/profile/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Patient | 32 Characters | YES | 12345678901234567890123456789012 |
FirstName | First Name | String | no | Aaron |
MiddleName | Middle Name | String | no | Jay |
LastName | Last Name | String | YES | Lev |
String | YES | [email protected] | ||
MobilePhone | Mobile Phone | String | no | (555) 555-1212 |
HomePhone | Home Phone | String | no | (555) 555-1213 |
WorkPhone | Work Phone | String | no | (555) 555-1214 |
Address1 | Address1 | String | no | 1101 Wootton Pkway |
Address2 | Address2 | String | no | Suite 900 |
City | City | String | no | Rockville |
State | State | String | no | MD |
Zip | Zip | String | no | 20852 |
CountryCode | Country Code | String | no | USA |
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 profile update failed. This is for feedback to the user. | String | Email was invalid |