POST Doctor Office Location Add

Adds an office location for a doctor. Requires the LoginKey from Doctor Login.

Resource URL

https://testapi.surgiprice.com/doctor-location-add/

Input Parameters

Parameter NameDescriptionParameter TypeRequiredExample
LoginKeyLoginKey for Logged in Doctor32 CharactersYES12345678901234567890123456789012
LocationNameLocation NameStringYESMy other office
Address1Address1StringYES13 Cherry Lane
Address2Address2StringNoSuite 1013
CityCityStringYESRockville
StateStateStringYESMD
ZipZipStringYES20852
CountryCodeCountry CodeStringYESUSA
EmailEmailstringNo[email protected]
PhonePhoneStringNo(555) 555-1212
ContactNameContact NameStringNoAaron Jay Lev

Result Description

Parameter NameDescriptionParameter TypeExample
SuccessIf the information was updated 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