Response Object – ActionResult
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. |