# 12. 執行查詢回報QueryReport ( ) ## 函式 ``` QueryReport( string qMarket, string qIbno, string qAccount, string strSign = null, string CA = null, string oB2BID= null, string oCheckCodeFromSSO = null, string oToTalAccount = null ) ``` ## 輸入 qMarket:市場代碼<font color="#FF5353">(2-國內、5-國外)</font> qIbno:分公司代碼 qAccount:帳號 strSign:簽章內容<font color="#FF5353">(B2B使用者需自行填入,一般使用者無須理會,預設為空值)</font> CA:憑證值<font color="#FF5353">(B2B使用者需自行填入,一般使用者無須理會,預設為空值)</font> oB2BID:客戶之ID <font color="#FF5353">(B2B使用者需自行填入,一般使用者無須理會,預設為空值)</font> oCheckCodeFromSSO:驗證碼<font color="#FF5353">(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)</font> oToTalAccount:驗證帳號<font color="#FF5353">(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)</font> ## 回傳 1. 透過QueryReportEvent事件通知結果 2. 若查詢失敗透過Error事件送出錯誤內容 ## 說明 執行查詢回報 --- ###### tags: `下單API技術文件`