Response Object – ActionResult
Used in web method(s):
Field | Type | Description |
---|---|---|
Success | boolean | If the operation was successful “true” is returned, else “false” |
ResultCode | int | Possible values are: 0, the action was successful |
Message | string | Description of reason for fault where success is false. |
DocumentCount | int | The count of documents returned (if applicable). |
<Documents> | An array of gateway documents including if applicable a validation response document. The document type will be dependent on the context of the web method called by the application. |