Accounting

c2g.CODAAPIJournal_12_0

global with sharing class CODAAPIJournal_12_0

The service class relating to Journals.

Properties

Name Type Description
VERSION_STRING String The API version.
SERVICE_NAME String The name of the service.

Methods

GetAPIVersion

webservice static String GetAPIVersion()

Used to get the latest API version.

Return Value

Text

GetServiceName

webservice static String GetServiceName()

Used to get the name of the service.

Return Value

Text

CreateJournal

webservice static c2g.CODAAPICommon.Reference CreateJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPIJournalTypes_12_0.Journal value)

This service allows you to create a journal. See "Journal Fields" and "What is a Journal?" in the FinancialForce Help for more details.
This version of the service allows you to create a journal in a company that is not selected as the current company. You must specify the company name using the context.CompanyName input parameter.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIJournalTypes_12_0.Journal Holds details of the journal you want to create.

Return Value

This web service returns a CODAAPICommon.Reference object.

UpdateJournal

webservice static c2g.CODAAPICommon.Reference UpdateJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPIJournalTypes_12_0.Journal value)

This service allows you to update a journal.
This version of the service allows you to update a journal in a company that is not selected as the current company. You must specify the company name using the context.CompanyName input parameter.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIJournalTypes_12_0.Journal Holds details of the journal you want to update.

Return Value

This web service returns a CODAAPICommon.Reference object.

PostJournal

webservice static void PostJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPICommon.Reference value)

This service allows you to post a journal.
This version of the service allows you to post a journal in a company that is not selected as the current company. You must specify the company name using the context.CompanyName input parameter.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the journal you want to post.

Return Value

This web service does not return a value.

GetJournal

webservice static c2g.CODAAPIJournalTypes_12_0.Journal GetJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPICommon.Reference value)

This service allows you to retrieve a journal.
This version of the service allows you to retrieve a journal from a company that is not selected as the current company. You must specify the company name using the context.CompanyName input parameter.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the journal you want to retrieve.

Return Value

This web service returns a c2g.CODAAPIJournalTypes_12_0.Journal object.

BulkCancelJournal

webservice static List<c2g.CODAAPICommon.Reference> BulkCancelJournal(c2g.CODAAPICommon_10_0.Context context, List<c2g.CODAAPIJournalTypes_12_0.CancellingInformation> cancellingInformationList)

This service allows you to cancel posted journals.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
cancellingInformationList List<c2g.CODAAPIJournalTypes_12_0.CancellingInformation> Holds information used to cancel posted journals.

Return Value

This web service returns a list of CODAAPICommon.Reference objects.

BulkReverseJournal

webservice static List<c2g.CODAAPICommon.Reference> BulkReverseJournal(c2g.CODAAPICommon_10_0.Context context, List<c2g.CODAAPIJournalTypes_12_0.ReversingInformation> reversingInformationList)

This service allows you to reverse journals.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
reversingInformationList List<c2g.CODAAPIJournalTypes_12_0.ReversingInformation> Holds information used to reverse journals.

Return Value

This web service returns a list of CODAAPICommon.Reference objects.

BulkCreateJournal

webservice static c2g.CODAAPICommon.Reference[] BulkCreateJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPIJournalTypes_12_0.Journal[] values)

This service allows you to create journals in bulk.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
values c2g.CODAAPIJournalTypes_12_0.Journal[] Holds details of the journals you want to create.

Return Value

This web service returns an array of CODAAPICommon.Reference objects.

BulkUpdateJournal

webservice static c2g.CODAAPICommon.Reference[] BulkUpdateJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPIJournalTypes_12_0.Journal[] values)

This service allows you to update journals in bulk.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
values c2g.CODAAPIJournalTypes_12_0.Journal[] Holds details of the journals you want to update.

Return Value

This web service returns an array of CODAAPICommon.Reference objects.

BulkPostJournal

webservice static void BulkPostJournal(c2g.CODAAPICommon_10_0.Context context, c2g.CODAAPICommon.Reference[] values)

This service allows you to post journals in bulk.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_10_0.Context Identifies the FinancialForce company in which the current operation executes.
values c2g.CODAAPICommon.Reference[] Identifies the journals you want to post.

Return Value

This web service does not return a value.

© Copyright 2009–2017 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.