Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Sage_API_CRM_Request_Config_1_0

Marcus Corner edited this page Dec 9, 2015 · 1 revision

Overview

The CRM Request Config allows the configuration of options such as error handling within the API request.

Properties

Field Type Accessibility
ErrorHandling Sage_API_Enums_ErrorHandling_1_0 global
RollBackOnError boolean global

Example

Sage_API_CRM_Request_1_0 request = new Sage_API_CRM_Request_1_0();
request.Config.ErrorHandling = Sage_API_Enums_ErrorHandling_1_0.FailOnFirstError;
Clone this wiki locally