ConfirmationHelperTCodeTableCheckOut 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<CheckOutResult> CheckOut(
	CheckInResult checkInResult
)

Parameters

checkInResult  CheckInResult
CheckIn回傳結果

Return Value

ApiResultCheckOutResult
ApiResult<CheckInResult>

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