Newer Version Available

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

Context Attribute Mappings Input

Input representation of context attribute mapping.
JSON example
1{
2    "contextAttributeMappings": [
3        {
4            "contextAttributeId": "11nxx000001hIgLAAU",
5            "hydrationDetails": {
6                "contextAttrHydrationDetails": [
7                    {
8                        "sObjectDomain": "Order",
9                        "queryAttribute": "Status"
10                    }
11                ]
12            }
13        },
14        {
15            "contextAttributeId": "11nxx000001hKiFAAU",
16            "hydrationDetails": {
17                "contextAttrHydrationDetails": [
18                    {
19                        "sObjectDomain": "Order",
20                        "queryAttribute": "Name"
21                    }
22                ]
23            }
24        }
25    ]
26}
Properties
Name Type Description Required or Optional Available Version
contextAttributeId String ID of the context attribute record. Required 59.0
contextAttributeMappingId String ID of the context attribute mapping record. Required 59.0
contextInputAttributeName String Context input attribute name. Optional 59.0
hydrationDetails Context Attribute Hydration Details Input[] List of context attribute hydration detail. Optional 59.0