Methods: BusinessLineImport

Create

Driver Type: SASI

Use this method to import business transaction lines from an external application into a temporary store within the SunSystems database, ready for posting at a later date.

Примечание. This method does not generate the postings. If you wish to generate postings then use the Post method, or the CreateAndPost method. The Create method allows you to import transaction lines without the need to generate postings at the same time. Posting these lines to the ledger can be run when system activity is low.

CreateAndPost

Driver Type: SASI

Use this method to import business transaction lines and generate the postings to the ledger. The method uses the transaction lines held on the temporary store, and generates a batch Id.

If you wish to import transaction lines from an external application and generate the ledger postings at the same time, use the CreateAndPost method.

Post

Driver Type: SASI

This method generates the postings to the ledger. The data must have been created previously, for example, via the Create method. An existing batch Id must be specified in the payload.

Query

Driver Type: Export

You can use this method to obtain details of transaction lines from the temporary store in the SunSystems database or to extract transaction line data.