ImportCustomObjectsFromFile
カスタムオブジェクトをファイルからMarketo にインポートします。
Input
| Name | Type | Required | Accepts Input Streams | Description |
| File | String | False | False | Marketo にインポートするカスタムオブジェクトを含むファイルへのパス。例:'C:\temp\custom_object_import.csv'。 |
| TableName | String | True | False | カスタムオブジェクトテーブル名。例:CustomObject_test。 |
| Format | String | False | False | Marketo にカスタムオブジェクトをインポートする際に使用するファイルのフォーマット。
使用できる値は次のとおりです。csv, tsv, ssv |
| Content | String | False | True | The content as InputStream to be uploading when File is not specified. |
Result Set Columns
| Name | Type | Description |
| BatchId | String | カスタムオブジェクトのインポートのバッチId。 |
| Status | String | インポート処理のステータス。 |