GetImportContactsStatus
Gets the Import contacts status
ストアドプロシージャ固有の情報
GetImportContactsStatus ストアドプロシージャはImport Contacts のJobId が必要とし、これはImportMarketingContacts ストアドプロシージャを実行することで取得できます。
例:
EXEC GetImportContactsStatus JobId= '1234'
Input
Name | Type | Required | Description |
JobId | String | True | The Id of the Import Contacts Job |
Result Set Columns
Name | Type | Description |
Success | String | The Staus of the corresponding Import Contacts Job. |
RequestedCount | String | The Number of contacts requested to modify through API. |
CreatedCount | String | The Number of contacts created. |
UpdatedCount | String | The Number of Updated contacts. |
DeletedCount | String | The Number of Deleted contacts. |