Microbatching Ingestion Input

Microbatching ingestion input.
JSON example
1{
2"requestBody":
3   {"LastName":"Inc","Description":"Lead for xyz", "Status":"New"},
4"processType":"LEAD_MS",
5"groupBy":"sampleGroupByValue"
6}
Properties
Name Type Description Required or Optional Available Version
contentDocumentIds String[] List of content document IDs to create content document links between files and records. Optional 56.0
groupBy String Grouping of records for batch creation. The default behavior groups records by network ID. For example, if you specify account ID, records are grouped by network ID and account ID. You can specify one value, and there isn’t validation of the property. Optional 55.0
keyPrefix String Object keyPrefix that a specified processType is tied to in the microbatching framework. Required for GENERIC process type, otherwise optional 55.0
processType String Logical name of the flow in the microbatching framework, for example, LEAD_MS or GENERIC. Required 55.0
requestBody Map<String, Object> Map of input fields in name value pairs. Required 55.0