JSON Identifier (Managed File)
Describes an identifier or named identifier for a single managed file in OL Connect.
Structure
The structure consists of an object with a single name/value pair:
-
identifier– the managed file identifier (type ofnumber) or named identifier (type ofstring) -
parameters(optional) – a set of runtime parameter names and their corresponding values, consisting of an object with one or more name/value pairs:-
<name>– the name (name) and the value of the runtime parameter
(type of eitherstring,number, orboolean)
-
Example
The following are examples of this structure:
{
"identifier": 12345
}{
"identifier": "Promo-EN-1000.csv"
}