POST Doctor Facility Add New

Adds a new facility to the facilities database and adds that privilege for the doctor. Requires the LoginKey from Doctor Login.

Resource URL

https://testapi.surgiprice.com/doctor-facility-add-new/

Input Parameters

Parameter NameDescriptionParameter TypeRequiredExample
LoginKeyLoginKey for Logged in Doctor32 CharactersYES12345678901234567890123456789012
FacilityNameFacility NameStringYesTower Oaks Surgery Center
Address1Address1StringYes13 Cherry Lane
Address2Address2StringNoSuite 7
CityCityStringYesRockville
StateStateStringYesMD
ZipZipStringYes20852
CountryCodeCountryCodeStringUSA20852
PhonePhoneStringNo(555) 555-1212

Result Description

Parameter NameDescriptionParameter TypeExample
SuccessIf the api call was successful 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