Newer Version Available

This content describes an older version of this product. View Latest

Document Info Attributes

Input for including documents in a service process.
JSON example
1{
2  "documentInfo": [
3    {
4      "Id": "Doc1",
5      "Name": "Receipt",
6      "TypeId": "Transaction"
7    },
8    {
9      "Id": "Doc2",
10      "Name": "Statement",
11      "TypeId": "Transaction"
12    }
13  ]
14}
Properties
Name Type Description Required or Optional Available Version
Id String ID of the document. Required 57.0
Name String Name of the document. Required 57.0
TypeId String ID for the document type. Optional 57.0