Authorization: Bearer ********************{
"itemid": 800000,
"character_index": 0,
"production_variant": 0,
"status": 0,
"description": "Automatenfolie PVC",
"valid_from": 20241012,
"valid_until": 20241013,
"positions": [
{
"posid": 1,
"assigned_itemid": "WZ-503220",
"assigned_production_variant": 0,
"assigned_drawing_index": 0,
"lead_time": 3,
"start_stop_indicator": "E",
"start_stop_date": "1899-11-30T00:00:00.000Z",
"usage_unit": 1,
"quantity": 12,
"unit": "ST",
"work_step": 10,
"length": 0,
"width": 0,
"cost_center": 1,
"machine": 100,
"person_time": 5,
"machine_time": 4,
"setup_time": 3,
"time_unit": 2,
"fixed_price": 12.3,
"remark": "Test"
}
]
}curl --location '/bom' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"itemid": 800000,
"character_index": 0,
"production_variant": 0,
"status": 0,
"description": "Automatenfolie PVC",
"valid_from": 20241012,
"valid_until": 20241013,
"positions": [
{
"posid": 1,
"assigned_itemid": "WZ-503220",
"assigned_production_variant": 0,
"assigned_drawing_index": 0,
"lead_time": 3,
"start_stop_indicator": "E",
"start_stop_date": "1899-11-30T00:00:00.000Z",
"usage_unit": 1,
"quantity": 12,
"unit": "ST",
"work_step": 10,
"length": 0,
"width": 0,
"cost_center": 1,
"machine": 100,
"person_time": 5,
"machine_time": 4,
"setup_time": 3,
"time_unit": 2,
"fixed_price": 12.3,
"remark": "Test"
}
]
}'{
"success": true,
"data": {
"itemid": 800000,
"character_index": 0,
"production_variant": 0,
"status": 0,
"description": "Automatenfolie PVC",
"valid_from": 20241012,
"valid_until": 20241013,
"positions": [
{
"posid": 1,
"assigned_itemid": "WZ-503220",
"assigned_production_variant": 0,
"assigned_drawing_index": 0,
"lead_time": 3,
"operation": 60,
"start_stop_indicator": "E",
"start_stop_date": "2025-10-31T00:00:00.000Z",
"usage_unit": 1,
"quantity": 12,
"unit": "ST",
"length": 0,
"width": 0,
"cost_center": 1,
"machine": 100,
"person_time": 5,
"machine_time": 4,
"setup_time": 3,
"time_unit": 2,
"fixed_price": 12.3,
"remark": "Test"
}
]
}
}