Hi All,
I’m trying create stock entry via rest api. I can list current entries in system. when I try to post new one I get following error as result.
AttributeError: ‘NoneType’ object has no attribute ‘options’,
my json object as following
{“from_warehouse”:“Mamüller - MDS”,“to_warehouse”:“Ürünler - MDS”,“purpose”:“Manufacture”,“items”:{“qty”:5,“item_code”:“VDC-01”}}
is there a problem with my object or am I missing something ?