|
| 1 | +{ |
| 2 | + "records": [ |
| 3 | + { |
| 4 | + "attributes": { |
| 5 | + "type": "ASR_Customer_Interest__c", |
| 6 | + "referenceId": "CIRef1" |
| 7 | + }, |
| 8 | + "Contact__c": "@ContactRef1", |
| 9 | + "Interest_Type__c": "Dining & Social" |
| 10 | + }, |
| 11 | + { |
| 12 | + "attributes": { |
| 13 | + "type": "ASR_Customer_Interest__c", |
| 14 | + "referenceId": "CIRef2" |
| 15 | + }, |
| 16 | + "Contact__c": "@ContactRef1", |
| 17 | + "Interest_Type__c": "Shore Excursions - Adventure" |
| 18 | + }, |
| 19 | + { |
| 20 | + "attributes": { |
| 21 | + "type": "ASR_Customer_Interest__c", |
| 22 | + "referenceId": "CIRef3" |
| 23 | + }, |
| 24 | + "Contact__c": "@ContactRef1", |
| 25 | + "Interest_Type__c": "Shore Excursions - Water" |
| 26 | + }, |
| 27 | + { |
| 28 | + "attributes": { |
| 29 | + "type": "ASR_Customer_Interest__c", |
| 30 | + "referenceId": "CIRef4" |
| 31 | + }, |
| 32 | + "Contact__c": "@ContactRef2", |
| 33 | + "Interest_Type__c": "Health & Wellness" |
| 34 | + }, |
| 35 | + { |
| 36 | + "attributes": { |
| 37 | + "type": "ASR_Customer_Interest__c", |
| 38 | + "referenceId": "CIRef5" |
| 39 | + }, |
| 40 | + "Contact__c": "@ContactRef2", |
| 41 | + "Interest_Type__c": "Dining & Social" |
| 42 | + }, |
| 43 | + { |
| 44 | + "attributes": { |
| 45 | + "type": "ASR_Customer_Interest__c", |
| 46 | + "referenceId": "CIRef6" |
| 47 | + }, |
| 48 | + "Contact__c": "@ContactRef2", |
| 49 | + "Interest_Type__c": "Shore Excursions - Cultural" |
| 50 | + }, |
| 51 | + { |
| 52 | + "attributes": { |
| 53 | + "type": "ASR_Customer_Interest__c", |
| 54 | + "referenceId": "CIRef7" |
| 55 | + }, |
| 56 | + "Contact__c": "@ContactRef3", |
| 57 | + "Interest_Type__c": "Entertainment & Nightlife" |
| 58 | + }, |
| 59 | + { |
| 60 | + "attributes": { |
| 61 | + "type": "ASR_Customer_Interest__c", |
| 62 | + "referenceId": "CIRef8" |
| 63 | + }, |
| 64 | + "Contact__c": "@ContactRef3", |
| 65 | + "Interest_Type__c": "Dining & Social" |
| 66 | + }, |
| 67 | + { |
| 68 | + "attributes": { |
| 69 | + "type": "ASR_Customer_Interest__c", |
| 70 | + "referenceId": "CIRef9" |
| 71 | + }, |
| 72 | + "Contact__c": "@ContactRef3", |
| 73 | + "Interest_Type__c": "Special Interest & Exclusive" |
| 74 | + } |
| 75 | + ] |
| 76 | +} |
0 commit comments