CreateDataExtensionJob
Insert or upsert data into a data extension asynchronously by key or ID.
Input
| Name | Type | Required | Description |
| DataExtensionId | String | False | The Data Extension Id. |
| CustomerKey | String | False | The Data Extension Customer Key. |
| RowsAggregate | String | False | A JSON aggregate of the rows to be inserted/upserted. |
| Mode | String | False | The operation to execute. Acceptable values are Insert and Upsert. Default value is INSERT.
The allowed values are INSERT, UPSERT. The default value is INSERT. |
Result Set Columns
| Name | Type | Description |
| RequestId | String | The unique identifier of a successfully queued request. Use this ID in subsequent operations to retrieve the status or the results of the operation. |