GetImportProgramMembersStatus
Marketo のファイル操作からプログラムメンバーのインポートステータスを取得します。
Input
Name | Type | Required | Description |
BatchId | String | True | ファイル操作でプログラムメンバーのインポートから返されたバッチId。" |
Result Set Columns
Name | Type | Description |
BatchId | String | リードのインポートのバッチId。 |
Status | String | インポート処理のステータス。 |
NumOfLeadsProcessed | String | 処理されたリードの数。 |
NumOfRowsFailed | String | 失敗した行の数。 |
NumOfRowsWithWarning | String | 警告を含む行の数。 |
Message | String | インポート操作に関するメッセージ。 |