Skip to main content
PUT
/
Mapping
/
buildingproject
/
{id}
/
materialsproperties
Update Material properties
curl --request PUT \
  --url https://api.realtimelca.com/rest/api/Mapping/buildingproject/{id}/materialsproperties \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "materialId": "cb14b0e7-863b-4357-a46c-ce8cc4d09420",
    "lifeTime": "{{$randomInt}}",
    "lifetimeOffset": "{{$randomInt}}",
    "declaredUnitRequest": {
      "declaredUnit": 4,
      "preferred": true,
      "value": "{{$randomInt}}"
    },
    "description": "{{$randomCatchPhrase}}",
    "includeMapping": true,
    "materialIdentifier": "{{$randomFirstName}}",
    "typeIdentifier": "{{$randomLastName}}",
    "category": "{{$randomAdjective}}"
  }
]
'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
materialId
string
lifeTime
string
lifetimeOffset
string
declaredUnitRequest
object
description
string
includeMapping
boolean
materialIdentifier
string
typeIdentifier
string
category
string

Response

default

Response schema not yet documented in the upstream Postman spec.