Skip to main content
PUT
/
BuildingProject
/
updatebaseinfo
/
{id}
Update Project
curl --request PUT \
  --url https://api.realtimelca.com/rest/api/BuildingProject/updatebaseinfo/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectName": "",
  "clientName": "",
  "builder": "",
  "buildingAddress": {
    "street": "",
    "streetNumber": "",
    "city": "",
    "postalCode": "",
    "country": ""
  },
  "type": 2,
  "stage": 4,
  "projectNumber": "",
  "speckleConfiguration": {
    "parameters": {
      "classificationCode": "BIMTypeCode",
      "classificationTypeId": "f4b058b9-43c5-4004-8f1b-45827615daec"
    }
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

buildingProjectId

Body

application/json
projectName
string
clientName
string
builder
string
buildingAddress
object
type
integer
stage
integer
projectNumber
string
speckleConfiguration
object

Response

default

Response schema not yet documented in the upstream Postman spec.