Delete reservation for production order material released for MKG API


The 'Delete reservation' service has been released for the production order materials. Here it is possible to delete several lines simultaneously. You need the RowKey of the reservation lines to delete the reservations. The example shows how to delete two reservation lines.



PUT {{restUrl}}/Documents/prmv/0/Service/s_deletereservations?MessageResult=1

Body:

{
    "request":{
        "InputData":{
            "t_selected_rows":[
                {
                    "t_value": "0x00000000000b24a0"
                },
                {
                    "t_value": "0x00000000000b2503"
                }
            ]
        }
    }
}