Skip to main content
POST
/
vendors
/
{vendorId}
/
locations
Add business location
curl --request POST \
  --url https://www.renovationfind.com/rest-manager-api-v1/vendors/{vendorId}/locations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "locationName": "<string>",
  "address1": "<string>",
  "address2": "<string>",
  "city": "<string>",
  "province": "<string>",
  "postalCode": "<string>",
  "country": "<string>",
  "phoneNumber": "<string>",
  "lat": 123,
  "lon": 123,
  "mondayHours": "<string>",
  "tuesdayHours": "<string>",
  "wednesdayHours": "<string>",
  "thursdayHours": "<string>",
  "fridayHours": "<string>",
  "saturdayHours": "<string>",
  "sundayHours": "<string>",
  "holidayHours": "<string>",
  "customHours": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Path Parameters

vendorId
integer<int64>
required

Body

application/json
locationName
string
address1
string
address2
string
city
string
province
string
postalCode
string
country
string
phoneNumber
string
lat
number
lon
number
mondayHours
string
tuesdayHours
string
wednesdayHours
string
thursdayHours
string
fridayHours
string
saturdayHours
string
sundayHours
string
holidayHours
string
customHours
string

Response

200

Location added