C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
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)

Описание методов

GetUrl() публичный Метод

Url for the SIE-import resource.
public GetUrl ( ) : string
Результат string

ImportSieResource() публичный Метод

public ImportSieResource ( ApiClient client ) : System
client ApiClient
Результат System

Upload() публичный Метод

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.
Результат Foretagsplatsen.Api.Entities.ImportSieResult