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

    putItem

    {
        "identification": {
            "description1": "FEFCO 0201 300x300x300",
            "character_key": "1",
            "unit": "ST",
            "cost_center": 1,
            "product_group": 1,
            "accounting_clerk": "001",
            "sales_tax": 1,
            "description2": "string",
            "material_number": "",
            "material_description": "",
            "replacement_for": "",
            "replacement_date": "YYYY-MM-DD",
            "superseded_by": "",
            "superseded_on": "YYYY-MM-DD",
            "status": 0,
            "status_text": "",
            "ean": "0",
            "drawing_number": "",
            "pseudo": "Y",
            "drawing_index": 0,
            "item_specification": "A",
            "locked_by": "",
            "locked_until": "YYYY-MM-DD",
            "condition": 0,
            "price_unit": 1,
            "search_term": "cubicus item",
            "update_date": "YYYY-MM-DD",
            "expiration_date": "YYYY-MM-DD"
        },
        "purchase": {
            "reference_key": 1,
            "regular_supplier": 1,
            "order_quantity_unit": "ST",
            "conversion_factor": 0,
            "price_group": 0,
            "minimum_order_quantity": 1,
            "abc_mark": "A",
            "managed_stock": "Y",
            "minimum_stock": 10,
            "maximum_stock": 10,
            "default_storage_location": 1,
            "batch_identifier": 0,
            "best_before_date": "Y",
            "amortization_quantity": 0,
            "valid_from": "YYYY-MM-DD",
            "packaging_unit": 0,
            "packaging_regulation": null
        },
        "production": {
            "batch_size": 0,
            "replenishment_time": 10,
            "safety_time": 5,
            "additional_demand": 2,
            "bom_unit": "ST",
            "conversion_factor": 0,
            "default_workplan": 0,
            "default_bom": 0
        },
        "sales": {
            "customer": 914299,
            "deviating_sales_unit": "ST",
            "deviating_sales_unit_factor": 0,
            "representative1": 1,
            "representative2": 1,
            "commission": "Y",
            "license_fee": "Y"
        },
        "misc": {
            "length": 54,
            "height": 15,
            "width": 20,
            "strength": 2,
            "weight": 0,
            "project": 71,
            "division": 1,
            "hazardous_goods": "N",
            "slow_mover": "L",
            "automotive": "Y",
            "shop_item": 4418
        },
        "texts": {
            "de": {
                "internal": "string",
                "internal_production": "string",
                "external": "string",
                "order": "string",
                "delivery_note": "string"
            },
            "en": {
                "internal": "string",
                "internal_production": "string",
                "external": "string",
                "order": "string",
                "delivery_note": "string"
            }
        }
    }
    Built with