SimpleModifierResult

Generic API response object with success or failure flag and related messages.

  • API Section: Objects
  • Type: Object

Properties

Name

Description

Required

Type

Format

success

Boolean showing success or failure result.

-

boolean

errorMessage

Error message in case of failure

-

string

modifiedList

List of item ID's that have been affected by the function call. The type of ID depends on the function.

-

string [ ]

Usages