ResponseBase<T>
This base class is inherited by response classes that use DtoBase. 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 |
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved