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.
The data to import is included in the query as an XML with following structure:
Level | Element | Type | Occurs | Description | Example |
Root | root | Aggr. | 1 | ||
1 | warehouseevent | Aggr. | 1 | ||
2 | description | String | 0...1 | Description of the event | Test event |
2 | reference | String | 1 | Reference number of the 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 | 110 |
Attr. | type | String | 0...1 | Attribute type: - netvisor = NetvisorKey of the distributor - customer = Name of the distributor | netvisor |
2 | warehouseeventlines | Aggr. | 1 | ||
3 | warehouseeventline | Aggr. | 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" or "customer" | 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 atrribute 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 | |
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 | Always ansi | ansi |
4 | status | String | 1 | Status of the warehouse event | open |
Did you find it helpful? Yes No
Send feedback