Revision BOM call released for MKG API


The service 'Revision BOM' of a BOM has been released for API calls. On the basis of a dialog you can indicate various options, for example copy options for descriptions, materials, subcontracting and operations. It is necessary to provide the existing and a new parts list revision.



PUT {{restUrl}}/Documents/stlh/1+25001826/Service/s_create_revision?DialogResult=1

Body:

{
    "request":{
        "InputData":{
            "PartListRevision":[
                {
                    "Rowkey": 1,
                    "t_stlh_num": "25001826-001",
                    "t_stlh_new": "25001826-002",
                    "t_half": true,
                    "t_mat": true,
                    "t_uit": true,
                    "t_bew": true,
                    "t_arti": false,
                }
            ]
        }
    }
}