Support mulit-dimensional associative array REST request
(Doc ID 2209215.1)
Last updated on MARCH 05, 2019
Applies to:
Oracle Process Cloud Service - Version N/A and laterInformation in this document applies to any platform.
Goal
REST services that receives an associative array among
the parameters:
The parameter looks like:
signers[0][email_address] = <EMAIL ADDRESS>
signers[0][name] = <NAME>
signers[0][order] = 0
signers[1][email_address] = <EMAIL ADDRESS>
signers[1][name] = <NAME>
signers[1][order] = 1
Currently there is no way to pass that kind of argument to a REST service,
not even to define an associative array data structure to store the values
locally.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |