Skip to main content

UpdateDevelopmentPlanDto

tunnelIdstring
periodStartstring
periodEndstring
plannedTotalMetresnumber

Planned total advance metres for the period.

plannedAdvancePerShiftnumber

Planned advance per shift (metres).

plannedWorkingDaysnumber

Planned working days in the period.

planReefClassificationstring

Possible values: [OFF_REEF, ON_REEF, RAISE, DOWN_DIP, STOPE, OREPASS]

targetCompletionDatestring
notesstring
statusstring

Possible values: [DRAFT, ACTIVE, SUPERSEDED, COMPLETED]

UpdateDevelopmentPlanDto
{
"tunnelId": "string",
"periodStart": "string",
"periodEnd": "string",
"plannedTotalMetres": 0,
"plannedAdvancePerShift": 0,
"plannedWorkingDays": 0,
"planReefClassification": "OFF_REEF",
"targetCompletionDate": "string",
"notes": "string",
"status": "DRAFT"
}