API call: GET and PUT for Sales Packing Slips Table


The 'Sales Packing Slips [pkbh]' table has been released for the MKG API. Here it is possible to make the calls GET and PUT.

 

Examples

GET {{restUrl}}/Documents/pkbh/{{pkbhnum}}?FieldList=pkbh_num,debi_num,pkbh_dat_pakbon,land_code,t_advies_gewicht,pkbh_gewicht

PUT {{restUrl}}/Documents/pkbh/{{pkbhnum}}?FieldList=pkbh_num,debi_num,pkbh_dat_pakbon,land_code,t_advies_gewicht,pkbh_gewicht

{
    "request":{
        "InputData":{
            "pkbh":[
                {
                    "pkbh_dat_pakbon": "2024-02-19",
                    "pkbh_gewicht": 111
                }
            ]
        }
    }
}