Skip to content
Developerhome
Sage Network API

ActionResultModel

  Less than to read

Represents the result of an action.

In the Sage Network API, an Action is returned when an API call does not produce any data but does produce messages that can be useful in understanding what work was performed. You may use the messages text to display user visible error messages or the results of various operations.

Methods

The following API methods use this data model.

string[], nullable

If the API call produced messages, this element will contain a list of user-visible text strings that contain information about what work occurred in the API.