Start Upload Job
| customerprofiles_start_upload_job | R Documentation |
This API starts the processing of an upload job to ingest profile data¶
Description¶
This API starts the processing of an upload job to ingest profile data.
Usage¶
customerprofiles_start_upload_job(DomainName, JobId)
Arguments¶
DomainName |
[required] The unique name of the domain containing the upload job to start. |
JobId |
[required] The unique identifier of the upload job to start. |
Value¶
An empty list.
Request syntax¶
svc$start_upload_job(
DomainName = "string",
JobId = "string"
)