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 Name | Description | Value Type |
---|---|---|
id | The unique identifier of the install milestone. | integer |
epc_company_id | The identifier for the company responsible for the installation. | integer |
sequence | The order in which this milestone occurs in the overall process. | integer |
title | The title of the install milestone. | string |
description | A brief description of what the milestone entails. | string |
assigned_user | The user assigned to the milestone. Can be null if no user is assigned. | string |
list_user_as_project_manager | Determines 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"
}
Updated about 2 months ago