ConfirmationHelperTCodeTableAuthorizeList Method

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

Definition

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

Parameters

checkInResult  CheckInResult
CheckIn結果

Return Value

ApiResultAuthorizeListResult
ApiResult<AuthorizeListResult>

Revision History

DateVersionDescription
2020/04/201.0.1.0初版
2020/05/051.0.2.0增加支援AWS認證
2025/01/202.2.0.0調整函證助手由API助手中拆出
2025/09/1925.0.0.0彙整2025年度初版

See Also