POST Doctor Procedure Info

Update the profile information for the logged in Doctor. Requires the LoginKey from Doctor Login.

Resource URL

https://testapi.surgiprice.com/doctor-profile-edit/

Input Parameters

Parameter NameDescriptionParameter TypeRequiredExample
LoginKeyLoginKey for Logged in Doctor32 CharactersYES12345678901234567890123456789012
FirstNameFirst NameStringYesAaron
MiddleNameMiddle NameStringYesJay
LastNameLast NameStringYesLev
EmailDoctor's EmailStringYes[email protected]
MobilePhoneMobile PhoneStringYes(555) 555-1212
HomePhoneHome PhoneStringYes(555) 555-1212
WorkPhoneWork PhoneStringYes(555) 555-1212
Address1Address1StringYes13 Cherry Lane
Address2Address2StringNoSuite 13
CityCityStringYesRockville
StateStateStringYesMD
ZipZipStringYes20852
CountryCodeCountry CodeStringNoUS
SpecialtyThe Doctor's SpecialtyStringYesMD
SuffixNameThe Doctor's Suffix NameStringYesDr.
NPINPI NumberStringYes12345678
CertificationExpiresThe Certification Expiration DateStringYes12/25/2015
BioMarketing BIO of the doctor for the patientStringNoI like to get to know my patients so I can provide the best care possible.
DoctorNotesDoctor NotesStringNoI like to get to know my patients so I can provide the best care possible.
MarketingURL1Marketing URL #1StringYeshttp://www.my-doctor-website/
MarketingURL2Marketing URL #2StringYeshttp://www.my-doctor-website/
MarketingURL3Marketing URL #3StringYeshttp://www.my-doctor-website/

Result Description

Parameter NameDescriptionParameter TypeExample
SuccessIf the information was retrieved from the database or not0 (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