Skip to main content
Get All Available Quote Connections With Price Lists

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.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Response

OK

QuoteConnectionId
integer<int32>

Primary key

ERPName
string

Name of the ERP system (programmatic).

DisplayName
string

Connection name shown to user; multi-language support. The name of the connector to display in a list so that the users can choose between them. Typically the name of the client, with maybe the ERP system in parenthesis.

DisplayDescription
string

Tooltip/description shown to user; multi-language support. Any other info available that would make an uncertain user chose the right connector. Typically, used for tooltip.

Rank
integer<int32>

Rank order

ConnectorName
string

Programmatic name of the Connector plugin that implements this kind of connection

ErpConnectionId
integer<int32>

The ERP Connection that this Quote connection is an extension of

ExtraData
string

Optional extra data, in XML format, for configuring the connector. Connector-specific!

IsAvailable
boolean

Whether or not the specified connection is available. Typically, without network access the availability is false.

InitializeResponse
object

PluginResponse exists to be able to respond with more than just a true/false, but also an explanation. Such an explanation can be displayed on for instance a disabled “Place Order” button. Carrier object for PluginResponse. Services for the PluginResponse Carrier is available from the Quote Agent.

PriceLists
object[]

The PriceLists that this connection offers.

AllAccess
boolean

Is this connection accessible to everyone? If not, then the QuoteConnectionAccess table tells us who can access it.

Deleted
boolean

If set, then this is a row that has been 'deleted'; we do not physically delete rows to avoid disaster.

UserGroupAccessIds
integer<int32>[]

Array of ids containing usergroups that will have access to this connection.

AssociateAccessIds
integer<int32>[]

Array of ids containing associates that will have access to this connection.

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.