demand.erp API
    • bom
      • create bom
        POST
      • get bom
        GET
      • update bom
        PUT
      • delete bom
        DELETE
      • delete bom position
        DELETE
    • item
      • create item
        POST
      • get item
        GET
      • update item
        PUT
      • delete item
        DELETE
    • workplan
      • create workplan
        POST
      • get workplan
        GET
      • update workplan
        PUT
      • delete workplan
        DELETE
    • customer
      • create customer (4.8.0)
      • get customer (4.8.0)
      • update customer (4.8.0)
      • delete customer (4.8.0)
    • Schemas
      • Schemas
      • Response
        • Success
        • BadRequest
      • getBom
      • postBom
      • putBom
      • getItem
      • postItem
      • putItem
      • getWorkplan
      • postWorkplan
      • putWorkplan
      • getCustomer
      • postCustomer
      • putCustomer
      • Success
      • Error

    getBom

    {
        "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"
                }
            ]
        }
    }
    Built with