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

Sage_API_Journal_Post_Response_1_0

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

Overview

The Journal Post Response indicates if a Post/Unpost was successful or not.

Properties

Field Type Accessibility
Reference Sage_API_Reference_1_0 global
Successful boolean global

Example

List<Sage_API_Journal_Post_Response_1_0> postResponses = Sage_API_Journal_Helper_1_0.PostJournals(references);
for(Sage_API_Journal_Post_Response_1_0 postResponse : postResponses)
{
    if(postResponse.Successful)
    {

    }
}
Clone this wiki locally