ProjectResult
Property | Type | Description |
---|---|---|
ProjectId | long | Id of the Project |
ProjectName | string | Project name |
ProjectType | int | Available Types :
|
ProjectCode | string | Project code |
Description | string | Project Description |
ProjectStatus | int | Status of the project 1 - NotStarted 2 - InProgress 3 - Closed 4 - Deleted |
StartedDate | DateTime | The project start date |
UpdatedDate | DateTime | Last updated data |
ProjectCompanies | Â List<CompanyDetails>Â | Â Companies added to the project |
ProjectContactPersonName | String | Project's Contact person's name |
ProjectContactPersonEmail | String | Project's Contact person's email |
ProjectContactPersonNumber | String | Project's Contact person's phone number. Note: If this is not provided previously, "Not available" is returned |
Building | Building Details | |
Property | Property Details |