Resource: warehouseevent.nv
HTTP-method: POST
Note! If Rackbeat inventory management is used in Netvisor, the API documentation can be found here: https://support.netvisor.fi/fi/support/solutions/articles/77000554491-rackbeat-stoplight-rajapinta
With the WarehouseEvent.nv resource, a single warehouse event can be imported into Netvisor.
Instructions related to Netvisor's inventory management can be found here.
The data to import is sent with the call as XML according to the following description (POST-data):
| 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 of the warehouse event | 1070 |
| 2 | deliverymethod | String | 0...1 | Delivery method, delivery methods are managed in Netvisor, the imported row must match the delivery method in Netvisor | Pick up |
| 2 | distributer | String | 0...1 | Vendor code or name |
1234 |
| Attr. | type | String | 0...1 | Type of vendor identifier: - netvisor = NetvisorKey - customer = Vendor name |
netvisor |
| 2 | warehouseeventlines | 1 | |||
| 3 | warehouseeventline | 1...n | |||
| 4 | eventtype | String | 1 | Type of the warehouse event, types are managed in Netvisor, the imported row must match the type in Netvisor.
|
Sale |
| Attr. | type | String | 0...1 | Type of the event, for now, always customer | customer |
| 4 | product | String | 1 | Identifier of the product, Netvisor key or product code | 32154 |
| Attr. | type | String | 0...1 | Type of product identifier: - netvisor = NetvisorKey - customer = product code |
netvisor |
| 4 | inventoryplace | String | 0...1 | Name of the stock, stocks are managed in Netvisor, the imported row must match the description field of the stock in Netvisor. It can also be matched to the stock using the stock's NetvisorKey when the attribute type is given the value netvisor. |
Main stock |
| Attr. | type | String | 0...1 | Identifier type: - netvisor = NetvisorKey |
netvisor |
| 4 | description | String | 0...1 | Description of the warehouse event row | Test event first row |
| 4 | quantity | Numeric | 1 | Number of products | 12 |
| 4 | unitprice | Numeric | 1 | Unit price of the product excluding tax | 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 stock) bypassed - bypassed |
open |
Did you find it helpful? Yes No
Send feedback