Skip to main content

CorrectDevelopmentShiftDto

tunnelIdstring
teamIdstring
shiftDatestring
shiftDesignationstring

Possible values: [DAY, NIGHT, CUSTOM]

crewSizenumber
advanceTypestring

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

bookedMetresnumber
measuredMetresnumber
materialClassificationstring

Development material key. Must match an entry in the tenant's devMaterialClassifications config.

Example: WASTE
notesstring
blastingLogIdstring
equipmentLogIdsstring[]
reasonstringrequired

FR-DEV-006 correction reason — captured on the new corrected record and audit log.

Possible values: >= 5 characters

CorrectDevelopmentShiftDto
{
"tunnelId": "string",
"teamId": "string",
"shiftDate": "string",
"shiftDesignation": "DAY",
"crewSize": 0,
"advanceType": "OFF_REEF",
"bookedMetres": 0,
"measuredMetres": 0,
"materialClassification": "WASTE",
"notes": "string",
"blastingLogId": "string",
"equipmentLogIds": [
"string"
],
"reason": "string"
}