CreateEquipmentTypeDto
namestringrequired
Example:
Drill Rigdescriptionstring
Example:
Underground and surface drilling rigssrsCategorystring
Possible values: [LOCOMOTIVE, WAGON, COMPRESSOR, BOBCAT_LHD, BOESMAN_DRILL, PUMP, LAMP]
CreateEquipmentTypeDto
{
"name": "Drill Rig",
"description": "Underground and surface drilling rigs",
"srsCategory": "LOCOMOTIVE"
}