Skip to main content

JobMaterialModel

Job material model.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"heavy_weight": "Float",
"light_weight": "Float",
"material_item_id": "Integer",
"material_name": "String",
"quantity": "Float",
"tare_weight": "Float"
}

Fields

heavy_weight Float, Required

  • Greater than or equal to 0.

light_weight Float, Required

  • Greater than or equal to 0.

material_item_id Integer, Required

Job materials identifier.


material_name String, Required

Job material name.


quantity Float, Required

Item quantity.

  • Greater than or equal to 0.

tare_weight Float, Required

  • Greater than or equal to 0.