Excel import
curl --request POST \
--url https://api.realtimelca.com/rest/api/Mapping/buildingproject/{buildingProjectId}/importmaterialsfromexcel \
--header 'Authorization: Bearer <token>'Project
Excel import
Imports building materials into a specified building project from one or more Excel files. The uploaded file(s) are parsed and the materials are mapped into the project on the specified branch.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

