# vnt_warehouse.warehouse_putbywarehouseidlocationid: Visma.net Financials Package for Warehouse operations that could not be mapped to a table.
vnt_warehouse.warehouse_putbywarehouseidlocationid: Visma.net Financials Package for Warehouse operations that could not be mapped to a table.Parameters of Procedure
The following parameters can be used to control the behaviour of the procedure `vnt_warehouse.warehouse_putbywarehouseidlocationid`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `begin package.procedure(value1, value2, value3); end` on a procedure with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `begin package.procedure(name1 => value1, name3 => value3); end` on the same procedure will use the default values for the second and fourth parameters and the specified values for the first and third.
| Name | Data Type | Required | Default Value | Documentation |
|---|:---:|:---:|:---:|---|
| `p_warehouseID` | `string` | ☑ | | |
| `p_locationID` | `string` | ☑ | | |
| `p_locationId1` | `string` | ☐ | | Location ID > The unique ID of the warehouse location. |
| `p_description` | `string` | ☐ | | Description > A brief description of the warehouse location. |
| `p_active` | `string` | ☐ | | Active > This check box indicates whether this location is active. |
| `p_inclQtyAvail` | `string` | ☐ | | Include in qty. available > You select this check box if the quantities of goods available at this location will be included in the quantities of available goods and used in inventory transactions, such as issues and transfers. |
| `p_isCosted` | `string` | ☐ | | Cost separately > You select this check box if the costs for goods available at this location will be calculated separately from costs calculated at the system-level; that is, for FIFO and specific valuation methods, separate cost layers will be created for this location. |
| `p_salesValid` | `string` | ☐ | | Sales allowed > You select this check box if sales are allowed from this location. |
| `p_receiptsValid` | `string` | ☐ | | Receipts allowed > You select this check box if receipts are allowed at this location. |
| `p_transfersValid` | `string` | ☐ | | Transfers allowed > You select this check box if transfers are allowed for this location. |
| `p_assemblyValid` | `string` | ☐ | | Assembly allowed > You select this check box if assembly operations are allowed at this location. |
| `p_pickPriority` | `string` | ☐ | | Pick priority > The order of which location should have priority. |
| `p_primaryItemValid` | `string` | ☐ | | Primary item validation > An option indicating whether the operations with the primary item should be validated for this location and how. |
| `p_primaryItemId` | `string` | ☐ | | Primary item > The primary item for this location, which is the item that is received the most often or stored here in the highest volumes. |
| `p_primaryItemClassId` | `string` | ☐ | | Primary item class > The primary item class for this location; items of this class are received the most often or stored here in the highest volumes. |
| `p_projectId` | `string` | ☐ | | Project > The project to associate with this location by default. |
| `p_projectTaskId` | `string` | ☐ | | Project task > The project task to associate with this location by default. |