Resource: warehouseevent.nv
HTTP-method: POST
Note! If you are using Rackbeat inventory management in Netvisor, the API documentation can be found here: https://support.netvisor.fi/en/support/solutions/articles/77000554491-rackbeat-stoplight-api
This resource allows importing a single warehouse event into Netvisor.
Instructions related to Netvisor's inventory management can be found here.
The data to import is included in the query as an XML with following structure:
Level | Element | Type | Occurs | Description | Example |
Root | root | 1 | |||
1 | warehouseevent | 1 | |||
2 | description | String | 0...1 | Description of the warehouse event | Test event |
2 | reference | String, max 50 characters | 1 | Reference number of the warehouse event | 1070 |
2 | deliverymethod | String | 0...1 | Method of delivery, delivery methods are controlled in Netvisor, imported line must match with one in Netvisor | Pick up |
2 | distributer | String | 0...1 | ID or name of the distributor |
1234 |
Attr. | type | String | 0...1 | Type of distributor ID: - netvisor = NetvisorKey - customer = Name of the distributor |
netvisor |
2 | warehouseeventlines | 1 | |||
3 | warehouseeventline | 1...n | |||
4 | eventtype | String | 1 | Type of the warehouse event, warehouse events are controlled in Netvisor, imported line must match with one in Netvisor.
|
Sale |
Attr. | type | String | 0...1 | Type of the event, for now, always customer | customer |
4 | product | String | 1 | Id of the product, netvisor-key or product code | 32154 |
Attr. | type | String | 0...1 | Type of product id: - netvisor = NetvisorKey - customer = product code |
netvisor |
4 | inventoryplace | String | 0...1 | Name of the warehouse. Warehouses are controlled in Netvisor, imported line must match with one in Netvisor. Imported line can also be matched to the warehouse using warehouse NetvisorKey, when attribute type = netvisor. |
Main warehouse |
Attr. | type | String | 0...1 | Attribute type: - netvisor = NetvisorKey |
netvisor |
4 | description | String | 0...1 | Description of the warehouse event line | Test event first line |
4 | quantity | Numeric | 1 | Amount of products | 12 |
4 | unitprice | Numeric | 1 | Price of a single unit, always imported as net price | 100,00 |
4 | valuedate | Date | 1 | Date of the warehouse event | 2014-05-13 |
Attr. | format | String | 1 | Date format, always ansi | ansi |
4 | status | String | String | Status of the warehouse event: open - open (visible in orders) handled - handled (visible in inventory) bypassed - bypassed |
open |
Did you find it helpful? Yes No
Send feedback