Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This base class is inherited by response classes used in the FeeManager module. Currently, T can be of type FeeRecordDto or DeleteCustomFieldDto.

Name

Type

Description

Mandatory

Available from version

Entities

T[]

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

  • No labels