selectline-software / selectline-api

Apache License 2.0
24 stars 5 forks source link

Create Manual Storage with custom document number #330

Closed chucky2002 closed 1 year ago

chucky2002 commented 1 year ago

Details

In the change information for SelectLine 23.1 it was stated that the API now supports the creation of manual warehouses with specification of the document number. I cannot find this route in the documentation.

Question: How can I create manual storage with default document number in SelectLine 23.1?

MaikGoertz commented 1 year ago

You can create a manual storage by using POST /ManualStorages and send the property "Number" with body content. Check out the documentation https://demo.slmobile.de/demoApi/Help/Api/POST-ManualStorages

chucky2002 commented 1 year ago

It works. Thank you for fast answer