Create and edit lots available for MKG API


The table Lots has been released to the API. Here you can create a lot and change lots. It is not yet possible to remove lots; this will be made available at a later date.



POST {{restUrl}}/Documents/part/

Body:

{
    "request":{
        "InputData":{
            "part":[
                {
                    "arti_code": "{{artiCode}}"
                }
            ]
        }
    }
}