Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyTypeDescription
TransactionStatusTransactionStatusA custom object representing the state of the transaction along with potential error/failure information.
SystemLanguageTypeEnumerator

Some of the properties in entities, such as dropdown items, store multi-lingual values. This property defines which language to use when reading/writing such properties in the corresponding API function.

  • Default - Default available language
  • English
  • NorwegianBokmal
  • Swedish
  • Danish
  • Finnish
  • German
  • Spanish
  • French
  • NorwegianNynorsk


ReferenceTokenStringThe unique third party token sent with the corresponding request object.

The List Request Objects

For API functions that returns lists, the request objects inherit from an abstract class called ListRequestBase that again inherits from RequestBase as described above. This class defines base properties that are unique for list operations regardless of API function. These properties are as follows:

...

Flag to include details of items being returned. This feature must be enabled in Customer configuration on the server to function.

...

The List Response Objects

For API functions that returns lists, the response objects inherit from an abstract class called ListResponseBase that again inherits from ResponseBase as described above. This class defines base properties that are unique for list operations regardless of API function. These properties are as follows:

...