Intelligent Application Processing Extract Input

Specifies the file, IDP configuration, and optional context used to extract data and create a Document Checklist Item record.
JSON example
1{
2  "contentVersionId" : "068xx0000004CQmAAE",
3  "idpConfigName" : "Invoice_Extraction_Config",
4  "documentType" : "Invoice",
5  "recordId" : "500xx000000bo1JAAQ",
6  "status" : "New"
7}
Properties
Name Type Description Required or Optional Available Version
contentVersionId String ID of the ContentVersion record for the file to extract data from. Required 67.0
documentType String Document type of the file, used when creating the Document Checklist Item record. Optional 67.0
idpConfigName String API name of the Intelligent Document Processing configuration that Unstructured Document Processing uses to extract data from the file. Required 67.0
recordId String ID of the context record to associate with the Document Checklist Item. When this value is present and extraction succeeds, the resource can create a DCI record and return dciRecordId. Optional 67.0
status String Status to set on the created Document Checklist Item record. Optional 67.0