finsit API - SieImport

A collection of help pages for using the API.

SieImport

URL /Api/v2/SieImport/{agencyId}
Accepted verbs PUT
Description

Provides a method for importing fiscal year data and transactions from a SIE-4 file.

PUT /Api/v2/SieImport

Upload fiscal year data. Use this method to upload data for a new or existing company. Existing data will be replaced in case the data contains information on an existing fiscal year. The "ORG" post (see SIE-4 standard) is being used to determine which company that is affected. The company will be updated or created under the agency the user in the request is connected to. WARNING: This route is incapable of handling multiple simultaneous calls.

Parameters
NameDescriptionAdditional information
sieImportData SIE-4 file data. See SieImportData.

Body data

Returns

A SIE import result status object. See SieImportResult.

PUT /Api/v2/SieImport/{agencyId}

Upload fiscal year data. Use this method to upload data for a new or existing company. Existing data will be replaced in case the data contains information on an existing fiscal year. The "ORG" post (see SIE-4 standard) is being used to determine which company that is affected.

Parameters
NameDescriptionAdditional information
agencyId Id of the agency the company resides under.

URI parameter

sieImportData SIE-4 file data. See SieImportData.

Body data

Returns

A SIE import result status object. See SieImportResult.