CreateAdditionalItemModel
Created job item.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"deduct_weight": "Float",
"description": "String",
"heavy_weight": "Float",
"is_completed": "Boolean",
"is_declined": "Boolean",
"is_failed": "Boolean",
"light_weight": "Float",
"material_item_id": "Integer",
"notes": "String",
"quantity": "Float"
}
Fields
deduct_weight
Float, Required
- Greater than or equal to 0.
description
String, Required
Item description.
- At least 0 and no more than 2048 characters.
heavy_weight
Float, Required
- Greater than or equal to 0.
is_completed
Boolean, Required
Completion flag.
- One of 0, 1, True, False (case insensitive).
is_declined
Boolean, Required
Declined flag.
- One of 0, 1, True, False (case insensitive).
is_failed
Boolean, Required
Failed flag.
- One of 0, 1, True, False (case insensitive).
light_weight
Float, Required
- Greater than or equal to 0.
material_item_id
Integer, Required
Material item identifier.
notes
String, Required
Item notes.
- At least 0 and no more than 2048 characters.
quantity
Float, Required
Item quantity.
- Greater than or equal to 0.