Versions Compared

Key

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

...

Name

Type

Description

Mandatory

Available from version

Entities

T[]The

An array of entities of type T where T is the entity that was used in the API request.

2.38

Message

string

A request response message. If no problems arose it returns “OK” otherwise an error message.

2.38

IsError

bool

A bool to describe if there was an error or not. If true no actions was performed in the API method. ResponseBase could still return false with minor individual errors on Entities.

2.38

...