C# Class Foretagsplatsen.Api.Resources.ImportSieResource

SIE-import REST resource: https://web.foretagsplatsen.se/Api/SieImport/ We only support SIE-4 at the moment: http://www.sie.se/download/format/SIE_filformat_ver_4B_080930.pdf
显示文件 Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

Method Description
GetUrl ( ) : string

Url for the SIE-import resource.

ImportSieResource ( ApiClient client ) : System
Upload ( ImportData importData ) : ImportSieResult

Upload and import a SIE-4 file. The file must conform to the SIE-4 specification (http://www.sie.se/download/format/SIE_filformat_ver_4B_080930.pdf)

Method Details

GetUrl() public method

Url for the SIE-import resource.
public GetUrl ( ) : string
return string

ImportSieResource() public method

public ImportSieResource ( ApiClient client ) : System
client ApiClient
return System

Upload() public method

Upload and import a SIE-4 file. The file must conform to the SIE-4 specification (http://www.sie.se/download/format/SIE_filformat_ver_4B_080930.pdf)
public Upload ( ImportData importData ) : ImportSieResult
importData Foretagsplatsen.Api.Entities.ImportData The data to import, see for more information.
return Foretagsplatsen.Api.Entities.ImportSieResult