Test Connection
Used by the Admin clients.
Testing if the connection data is sufficient to get a connection with the ERP system. The Connector should try to do some operations to check if the connection has sufficient rights to run. The connection has not been created yet. TestConnection is called without InitializeConnector being called first. NsApiSlow threshold: 5000 ms.
Headers
Convert string references and multi-language values into a specified language (iso2) code.
Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.
Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.
Specify the timezone code that you would like date/time responses converted to.
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Query Parameters
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
ConnectorName, ConnectionData
TestConnection: Used by the Admin clients. Testing if the connection data is sufficient to get a connection with the ERP system. The Connector should try to do some operations to check if the connection has sufficient rights to run. The connection has not been created yet. TestConnection is called without InitializeConnector being called first.
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.
Answer to the question / An indication if the operation went well. Equivalent to Status != Error
A localized explanation to the answer. Text here is displayed to the user.
Always in English
An error code, if available.
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.
QuoteStatus = Ok / OkWithInfo / Warn / Error. Error implies IsOk = false.
Ok, OkWithInfo, Warning, Error Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.
Field property dictionary mapping field names to field access rights.
Related topics
Test Connection By ConfigTest Connection By IdSetting up ERP Sync connectionNSQuoteAgentHow to set up a quote connectorIQuoteConnector