ConfirmationHelperTCodeTableAuthorizeGet Method

取得「企業約定授權申請」

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Api.ConfirmationHelper (in eBizprise.Framework.Api.ConfirmationHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public List<ApiResult<AuthorizeGetResult>> AuthorizeGet(
	CheckInResult checkInResult,
	AuthorizeListResult authorizeListResult
)

Parameters

checkInResult  CheckInResult
CheckIn結果
authorizeListResult  AuthorizeListResult
AuthorizeList結果

Return Value

ListApiResultAuthorizeGetResult
List<ApiResult<AuthorizeGetResult>>

Revision History

DateVersionDescription
2020/04/201.0.1.0初版
2020/05/051.0.2.0增加支援AWS認證
2020/06/051.0.3.0與財金對測調整
2020/06/081.0.4.0修正雜湊值比對邏輯
2020/06/181.0.6.0增加客製加密助手支援
2021/03/231.0.15.0調整encrypt及json檔案名稱加入yyyyMMddHHmm
2025/01/202.2.0.0調整函證助手由API助手中拆出
2025/09/1925.0.0.0彙整2025年度初版

See Also