Current Milestone Object
Contains information about the current milestone in a project.
Table of current_milestone Object
Value Name | Description | Value Type |
---|---|---|
id | Unique identifier for the current milestone. | integer |
epc_milestone_id | Unique identifier for the EPC (Engineering, Procurement, and Construction) milestone. | integer |
epc_install_id | Unique identifier for the EPC installation associated with the milestone. | integer |
completed_on | Date and time when the milestone was completed. | string |
created_at | Date and time when the milestone was created. | string |
updated_at | Date and time when the milestone was last updated. | string |
estimated_completion_date | Estimated date and time when the milestone is expected to be completed. | string |
start_date | Date and time when the milestone started. | string |
assigned_user_id | Unique identifier for the user assigned to the milestone. | integer |
meta_data | Contains additional metadata related to the milestone. | object |
completed_by | Date and time when the milestone is expected to be completed. | string |
milestone | An object containing details about the current milestone within the project. Here is a detailed description of each key-value pair within the object. | object |
Example of current_milestone Object
"current_milestone": {
"id": 123456789,
"epc_milestone_id": 0000,
"epc_install_id": 000000,
"completed_on": null,
"created_at": "2024-08-13 14:37:46",
"updated_at": "2024-08-13 14:37:46",
"estimated_completion_date": "2024-08-16 00:00:00",
"start_date": "2024-08-13 12:00:00",
"assigned_user_id": null,
"meta_data": {
"log": [
{
"ts": "2024-08-13 14:37:46",
"data": {
"start_date": "2024-08-13",
"completed_on": null,
"estimated_completion_date": "2024-08-15"
},
"updated_user_id": 95975
}
]
},
"completed_by": null,
"milestone": {
"id": 3902,
"epc_company_id": 3104,
"sequence": 1,
"title": "Engineering",
"description": "Our engineering team is preparing the engineering plans for your solar installation. Once the plans are complete, they will be reviewed for accuracy and code compliance prior to permitting.",
"mid": "a123b456",
"notify_customer": 0,
"visible_customer": 1,
"sms_body": "Enerflo Solar has great news! Your solar engineering is in full swing! Our expert team is crafting the final design, and soon, you'll receive the polished layout for your Solar Panels and their electrical setup via email. Your solar vision is turning into reality! Get ready to embrace the power of the sun! ☀️💫",
"email_body": "email body",
"email_subject": "Enerflo Solar - Engineering Plans Are Being Completed!",
"email_from": "[email protected]",
"meta_data": {
"estimate_days": "3",
"additional_emails": [
""
],
"notify_assigned_user": "0",
"sms_body_assigned_user": null,
"list_as_project_manager": "0",
"email_body_assigned_user": "",
"email_from_assigned_user": null,
"email_subject_assigned_user": null,
"email_from_type_assigned_user": null
},
"assigned_user_id": null,
"created_at": "2023-01-17 18:56:59",
"updated_at": "2024-04-11 18:14:23",
"email_from_type": "other",
"deleted_at": null
}
}
Updated 3 months ago