Skip to main content
POST
/
Mapping
/
buildingproject
/
{buildingProjectId}
/
importmaterialsfromexcel
Excel import
curl --request POST \
  --url https://api.realtimelca.com/rest/api/Mapping/buildingproject/{buildingProjectId}/importmaterialsfromexcel \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

buildingProjectId
string
required

Query Parameters

branchName
string
overwriteExisting
boolean

Response

default

Response schema not yet documented in the upstream Postman spec.