1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"records": [
{
"attributes": { "type": "Case", "referenceId": "case1" },
"Subject": "Issue with product",
"Status": "New",
"Priority": "Medium",
"Origin": "Web",
"Survey_Logs__r": {
"records": [
{
"attributes": {
"type": "ASR_Survey_Log__c",
"referenceId": "survey1"
},
"Sent_Date__c": "2024-11-20"
}
]
}
},
{
"attributes": { "type": "Case", "referenceId": "case2" },
"Subject": "Billing inquiry",
"Status": "Closed",
"Priority": "Low",
"Origin": "Phone",
"Survey_Logs__r": {
"records": [
{
"attributes": {
"type": "ASR_Survey_Log__c",
"referenceId": "survey2"
},
"Sent_Date__c": "2024-10-15"
}
]
}
},
{
"attributes": { "type": "Case", "referenceId": "case3" },
"Subject": "Shipping delay",
"Status": "Escalated",
"Priority": "High",
"Origin": "Email"
}
]
}