Skip to main content
Create Default Price List

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Response

OK

A pricelist is basically a collection of products. It can be valid in a time period, and outright deactivated. All prices in the product list is in a specific currency. We have decieded not to separate prices and products, which means that we get a simpler data model, but some redundancy. Carrier object for PriceList. Services for the PriceList Carrier is available from the Quote Agent.

PriceListId
integer<int32>

Primary key

ERPPriceListKey
string

The key that uniquely identifies this pricelist in the ERP system

QuoteConnectionId
integer<int32>

(Reserved for future use) The connection to the ERP system used for this pricelist

Name
string

Name of this pricelist to use in the user interface.

Description
string

Description of this pricelist , will be used as tool-tip in the user interface.

Currency
string

The iso currency code, like 'USD' or 'NOK'.

CurrencyName
string

The name to use in the user interface, like perhaps 'US dollar' or '$'

ValidFrom
string<date-time>

The date (inclusive) the pricelist start to be valid. This can be DateTime.MinValue to signal that it doesn't have a specific start date.

ValidTo
string<date-time>

The date (inclusive) the pricelist ends to be valid. This can be DateTime.MaxValue to signal that it doesn't have a specific end date.

IsActive
boolean

Is the list active (as opposed to being worked on, suddenly canceled, etc.

TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.