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
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
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