Creates a new building with status "initializing," with home facts copied from an existing building. Name | Description | Type | Required | Options | session_token | Get from the get_session_token method | string | Yes | | user_key | API key for access | string | Yes | | building_id | ID of the building to be copied | int | Yes |
| assessment_type | Assessment type of the new building | string | Yes | See submit_address | address | null: copy whole building true: copy only address false: copy all inputs except address | boolean | No | |
Response
Identical to the response of the submit_address method |