Skip to main content
Validate 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, Action

ValidateQuoteVersion: When the user changes one or more values in a quoteline or a quoteAlternative, the connector gets to change the QuoteLines and the alternative, for instance calculate VAT. ValidateQuoteVersion shall be called when the user presses the validate button, presses the send button or closes the quote dialog. RecalculateQuoteAlternative should typically validate all alternatives, set values in extrafields, and set the state in the version.

QuoteVersionId
integer<int32>
Action
enum<string>
Available options:
None,
ValidateVersion,
Edit,
Send,
Approve,
Reject,
ValidateVersionAndSendIfPossible,
ValidateVersionAndPlaceOrderIfPossible,
CloneVersion,
SendConfirmation,
GetOrderState,
UpdatePrices

Response

OK

The QuoteVersionValidated is returned after a call to ValidateQuoteAlternative. It contains flags indicating changes to quote, quoteversion/quotealternative and quotelines. Carrier object for QuoteVersionValidated. Services for the QuoteVersionValidated 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.

ChangedSale
object

Carrier object for Sale. Services for the Sale Carrier is available from the Sale Agent.

ChangedQuote
object

Quote carrier with the active quote version and favorite alternative. Carrier object for Quote. Services for the Quote Carrier is available from the Quote Agent.

ChangedQuoteVersion
object

Information about a version of the . Carrier object for QuoteVersion. Services for the QuoteVersion Carrier is available from the Quote Agent.

ChangedQuoteAlternatives
object[]

The changed QuoteAlternatives

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.