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

Sage_API_Journal_Request_1_0

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

Overview

The Journal Request forms the basis of a request to the Journal API. The request encapsulates the journals and journal items to be created or amended and also the configuration for the request including how to handle errors.

Properties

Field Type Accessibility
Config Sage_API_Journal_Request_Config_1_0 global
Items List<Sage_API_Journal_1_0> global

Example

List<Sage_API_Journal_Request_1_0> requests = new List<Sage_API_Journal_Request_1_0>();
List<Sage_API_Journal_Response_1_0> responses = Sage_API_Journal_Helper_1_0.ProcessJournals(requests);
Clone this wiki locally