...
User scalar property (string): empty string (except any Primary Identifying Field)
OPF (single-choice-string): first choice
OPF (string): empty string
OPF (int): not supported yet (we don’t have a default value for int yet)
Data Formatting Configuration (Optional)
Sample Configuration:
Code Block | ||
---|---|---|
| ||
"DataFormattingConfiguration" : { "FieldFormatting" : [ { "FieldName" : "DateOfBirth", "Type" : "DateTime", "InputFormat" : "MM-dd-yyyy", "OutputFormat" : "dd-MM-yyyy" } ] } |
...
Supported data types:
String
DateTime
Number
Data Assembler Configuration (Optional)
Sample Configuration:
Code Block | ||
---|---|---|
| ||
"DataAssemblerConfiguration": { "FieldConfigurations" : [ { "FieldName" : "OrgLoginId", "Segments" : [ { "IsField" : "true", "Value" : "Operating Line" }, { "IsField" : "false", "Value" : "-" }, { "IsField" : "true", "Value" : "OrgLoginId" } ] } ] |
...