Skip to main content
POST
/
Mapping
/
AutoMap
Automapping
curl --request POST \
  --url https://api.realtimelca.com/rest/api/Mapping/AutoMap \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mostFrequent": true,
  "branchName": "thom-ass",
  "epdIdUnitValuePairs": {},
  "MaterialMappingErrorsToIgnore": []
}
'

Authorizations

Authorization
string
header
required

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

Query Parameters

buildingProjectId
string

Body

application/json
mostFrequent
boolean
branchName
string
epdIdUnitValuePairs
object
MaterialMappingErrorsToIgnore
any[]

Response

default

Response schema not yet documented in the upstream Postman spec.