Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Datatypes

Some attributes are nullable which is indicated by a question mark (?) after the data type. This means that the value "null" can be assigned to them even if you usually cannot assign null to these primitive data types.

BrickId

The Brickid is the internal id for objects in the BFS system. It is assigned internally and cannot be assigned from the outside of the application.

It is present as input for some of the create methods but is never used in these cases. It is only used for filtering in get- and update methods since you cannot assign a BrickId yourself. If you want to keep track of the BrickId of the object you create, it is returned in the entities in the response.

The BrickId is of the data type Guid.

Overview

  • No labels