Install milestone Object

Contains detailed information about the installation.. This includes the company’s contact information, location, and various settings.

Table of Install Milestone Object

Value NameDescriptionValue Type
idThe unique identifier of the install milestone.integer
epc_company_idThe identifier for the company responsible for the installation.integer
sequenceThe order in which this milestone occurs in the overall process.integer
titleThe title of the install milestone.string
descriptionA brief description of what the milestone entails.string
assigned_userThe user assigned to the milestone. Can be null if no user is assigned.string
list_user_as_project_managerDetermines if the assigned user should be listed as the project manager (1 for yes)string

Example of Install Milestone Object

"install_milestone": {
			"id": 0000,
			"epc_company_id": 0000,
			"sequence": 1,
			"title": "Project Submitted",
			"description": "This milestone is the inital milestone of the install to show that the project has bee submitted",
			"assigned_user": null,
			"list_user_as_project_manager": "1"
		}