PUT api/BuildingComponents/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

BuildingComponentViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

Order

string

None.

CustomerId

integer

None.

Assigned

boolean

None.

CreatedTs

string

None.

ProjectId

globally unique identifier

None.

Project

string

None.

IsArchived

boolean

None.

Blueprints

Collection of BlueprintViewModel

None.

Installers

Collection of InstallerViewModel

None.

BlueprintsCount

integer

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.