Skip to main content
Send Quote Version

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.

Body

QuoteVersionId, ExpiryDate, FollowupDate, FollowupText, Culture

SendQuoteVersion: Send the quote to the user's customer. More parameters to be added later...

QuoteVersionId
integer<int32>
ExpiryDate
string<date-time>
FollowupDate
string<date-time>
FollowupText
string
Culture
string

Response

OK

PluginUrlResponse 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. In addition, an URL can be returned, which the GUI should navigate to/display if it is non-blank. The URL can be an SoProtocol or http(s) Carrier object for PluginUrlResponse. Services for the PluginUrlResponse Carrier is available from the Quote Agent.

IsOk
boolean

Answer to the question / An indication if the operation went well. Equivalent to Status != Error

UserExplanation
string

A localized explanation to the answer.

TechExplanation
string

Always in English

ErrorCode
string

An error code, if available.

Changes
object

Generic carrier, used in return values to indicate what data NetServer has changed 'behind the scenes' so clients can know what to update Carrier object for ChangedData. Services for the ChangedData Carrier is available from the Quote Agent.

Url
string

Url that the GUI should navigato to/open, if non-blank. The GUI cannot enforce any rules subsequent to opening the requested url.

Status
enum<string>

QuoteStatus = Ok / OkWithInfo / Warn / Error. Error implies IsOk = false.

Available options:
Ok,
OkWithInfo,
Warning,
Error
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.