MaterialModel
Material model.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"created_on": "String",
"description": "String",
"factor": "Float",
"group_description": "String",
"id": "Integer",
"line_item_id": "Integer",
"location_id": "Integer",
"unit_price": "Float",
"uom": "String"
}
Fields
created_on
String, Required
Timestamp of creation (must be in past).
- Date occurring in the past in an ISO 8601 compatible format.
description
String, Required
Free-form text description.
- At least 0 and no more than 200 characters.
factor
Float, Required
group_description
String, Required
Free-form text description.
- At least 0 and no more than 100 characters.
id
Integer, Required
Resource identifier.
line_item_id
Integer, Required
Line item identifier.
location_id
Integer, Required
Location identifier.
unit_price
Float, Required
Job material name.
uom
String, Required
Unit of Measure.
- At least 0 and no more than 25 characters.