Insert Records
Load new objects and update existing objects into your Data Cloud data lake
table.
- URI
- /api/v1/ingest/sources/{name}/{object-name}
- Available since release
- Data Cloud v1.0, Salesforce v51.0
- Formats
- JSON
- HTTP methods
- POST
- Authentication
- Authorization: Bearer access_token
- Request body
-
- Request parameters
-
Parameter Description Content-Type application/json name Name of the Ingest API data connector. object-name Name of the resource type to send to Data Cloud. - Response body
-
None. Returns a status code of 202 (Accepted), which indicates that Request is accepted and gets processed asynchronously.