Skip to main content

CreateEquipmentTypeDto

namestringrequired
Example: Drill Rig
descriptionstring
Example: Underground and surface drilling rigs
srsCategorystring

Possible values: [LOCOMOTIVE, WAGON, COMPRESSOR, BOBCAT_LHD, BOESMAN_DRILL, PUMP, LAMP]

CreateEquipmentTypeDto
{
"name": "Drill Rig",
"description": "Underground and surface drilling rigs",
"srsCategory": "LOCOMOTIVE"
}