Skip to main content
Force Resync

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

ErpConnectionId, InternalKeyIds

ForceResync: Force resync from CRM or given Erp connection to all other connections

ErpConnectionId
integer<int32>
InternalKeyIds
integer<int32>[]

Response

OK

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.

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. Text here is displayed to the user.

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.

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.