documentList | Document List Set of documents that you want to transform into a single document. Note: If the documentList parameter contains a single document instead of a Document List, the documentListToDocument service does nothing. |
name | String Name of the element in the documentList parameter whose value provides the name of each key in the resulting document. Important: The data type of the element that you specify in the name parameter must be String. |
value | String Name of the element in the documentList parameter whose values will be assigned to the keys specified in name. This element can be of any data type. |
document | Document Document containing the key/value pairs generated from the documentList parameter. |
Key | Value |
pName | cx_timeout |
pValue | 1000 |
Key | Value |
pName | cx_max |
pValue | 2500 |
Key | Value |
pName | cx_min |
pValue | 10 |
Key | Value |
cx_timeout | 1000 |
cx_max | 2500 |
cx_min | 10 |