# vnt_salesorder.salesorder_putbyordernbr: Visma.net Financials Package for SalesOrder operations that could not be mapped to a table.
vnt_salesorder.salesorder_putbyordernbr: Visma.net Financials Package for SalesOrder operations that could not be mapped to a table.
Response Message has StatusCode NoContent if PUT operation succeed. Response Message has StatusCode BadRequest if PUT operation failed. OBS: End of life March 31 2026. REPLACED BY v3 ENDPOINT. SEE https://salesorder.visma.net/swagger/index.htmlParameters of Procedure
The following parameters can be used to control the behaviour of the procedure `vnt_salesorder.salesorder_putbyordernbr`. 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_orderNbr` | `string` | ☑ | | Identifies the Sale Order to update |
| `p_project` | `string` | ☐ | | |
| `p_printDescriptionOnInvoice` | `string` | ☐ | | |
| `p_printNoteOnExternalDocuments` | `string` | ☐ | | |
| `p_printNoteOnInternalDocuments` | `string` | ☐ | | |
| `p_soBillingContact` | `string` | ☐ | | |
| `p_soBillingAddress` | `string` | ☐ | | |
| `p_customerVATZone` | `string` | ☐ | | |
| `p_invoiceSeparately` | `string` | ☐ | | |
| `p_terms` | `string` | ☐ | | |
| `p_salesPerson` | `string` | ☐ | | |
| `p_owner` | `string` | ☐ | | |
| `p_origOrderType` | `string` | ☐ | | |
| `p_origOrderNbr` | `string` | ☐ | | |
| `p_soShippingContact` | `string` | ☐ | | |
| `p_soShippingAddress` | `string` | ☐ | | |
| `p_schedShipment` | `string` | ☐ | | |
| `p_shipSeparately` | `string` | ☐ | | |
| `p_shipComplete` | `string` | ☐ | | |
| `p_cancelBy` | `string` | ☐ | | |
| `p_canceled` | `string` | ☐ | | |
| `p_preferredWarehouse` | `string` | ☐ | | |
| `p_shipVia` | `string` | ☐ | | |
| `p_fobPoint` | `string` | ☐ | | |
| `p_priority` | `string` | ☐ | | |
| `p_shippingTerms` | `string` | ☐ | | |
| `p_shippingZone` | `string` | ☐ | | |
| `p_residentialDelivery` | `string` | ☐ | | |
| `p_saturdayDelivery` | `string` | ☐ | | |
| `p_insurance` | `string` | ☐ | | |
| `p_transactionType` | `string` | ☐ | | |
| `p_paymentMethod` | `string` | ☐ | | |
| `p_cashAccount` | `string` | ☐ | | |
| `p_paymentRef` | `string` | ☐ | | |
| `p_isRotRutDeductible` | `string` | ☐ | | |
| `p_emailed` | `string` | ☐ | | |
| `p_rotRutDetails` | `string` | ☐ | | |
| `p_orderType` | `string` | ☑ | | Mandatory field |
| `p_orderNumber` | `string` | ☐ | | |
| `p_hold` | `string` | ☐ | | |
| `p_date` | `string` | ☐ | | |
| `p_requestOn` | `string` | ☐ | | |
| `p_customerOrder` | `string` | ☐ | | |
| `p_customerRefNo` | `string` | ☐ | | |
| `p_customer` | `string` | ☐ | | Mandatory field if GLN or VatRegistrationId is not specified. |
| `p_location` | `string` | ☐ | | |
| `p_contactId` | `string` | ☐ | | |
| `p_gln` | `string` | ☐ | | Mandatory field if Customer or VatRegistrationId is not specified. |
| `p_vatRegistrationId` | `string` | ☐ | | Mandatory field if Customer or GLN is not specified. |
| `p_currency` | `string` | ☐ | | |
| `p_description` | `string` | ☐ | | |
| `p_recalculateShipment` | `string` | ☐ | | |
| `p_branchNumber` | `string` | ☐ | | |
| `p_note` | `string` | ☐ | | |
| `p_overrideNumberSeries` | `string` | ☐ | | |