Skip to main content
Save Default Value Info

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

ErpSyncDefaultValue

SaveDefaultValueInfo: Save information about a default value for an ERP field

ErpSyncDefaultValue
object

Contains default value information for one ERP field Carrier object for ErpSyncDefaultValue. Services for the ErpSyncDefaultValue Carrier is available from the ErpSync Agent.

Response

OK

Contains default value information for one ERP field Carrier object for ErpSyncDefaultValue. Services for the ErpSyncDefaultValue Carrier is available from the ErpSync Agent.

ErpFieldId
integer<int32>

Primary key

DefaultValue
string

Default value, stored using CultureDataFormatter format if it is not a string

HasFirstSyncDefaultValue
boolean

Should a default value be set on first sync

FirstSyncDefaultValue
string

The default value to be set, can be blank

PromptUser
boolean

Should the field be shown in the first-sync GUI; independent of whether a default value should be set

Mandatory
boolean

Should the user be forced to set a value (the Erp Connector may declare fields mandatory as well)

ErpFieldKey
string

The ERP field key

FieldType
enum<string>

Field type

Available options:
Checkbox,
Text,
Password,
Integer,
Double,
List,
Date,
Label
ListName
string

The ERP list name, if the field has a list of values supplied by the ERP Connector

Access
enum<string>

Access restrictions for the field

Available options:
Normal,
Mandatory,
ReadOnly
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.