Skip to main content
PUT
/
vendors
/
{vendorId}
/
service-boundaries
Set vendor service boundaries
curl --request PUT \
  --url https://www.renovationfind.com/rest-manager-api-v1/vendors/{vendorId}/service-boundaries \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "serviceBoundaryIds": [
    123
  ]
}
'
{
  "success": true,
  "data": [
    {
      "id": 42,
      "name": "Edmonton Central",
      "urlPath": "edmonton-central",
      "cityName": "Edmonton"
    }
  ],
  "message": "<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
serviceBoundaryIds
integer<int64>[]
required
Maximum array length: 100

Response

Boundaries updated

success
boolean
data
object[]
message
string