blob: 1b47906eb6c3ba9a2e3c4f19cffbb161e510af29 [file] [log] [blame]
Deepesh Garg77a29572023-06-16 13:43:55 +05301[
2 {
3 "doctype": "Customer",
4 "customer_group": "Demo Customer Group",
Deepesh Garg5b6a9fc2023-06-17 13:08:18 +05305 "territory": "All Territories",
Deepesh Garg000de4e2023-08-10 21:45:55 +05306 "customer_name": "Grant Plastics Ltd."
Deepesh Garg77a29572023-06-16 13:43:55 +05307 },
8 {
9 "doctype": "Customer",
10 "customer_group": "Demo Customer Group",
Deepesh Garg5b6a9fc2023-06-17 13:08:18 +053011 "territory": "All Territories",
Deepesh Garg000de4e2023-08-10 21:45:55 +053012 "customer_name": "West View Software Ltd."
Deepesh Garg77a29572023-06-16 13:43:55 +053013 },
14 {
15 "doctype": "Customer",
16 "customer_group": "Demo Customer Group",
Deepesh Garg5b6a9fc2023-06-17 13:08:18 +053017 "territory": "All Territories",
Deepesh Garg000de4e2023-08-10 21:45:55 +053018 "customer_name": "Palmer Productions Ltd."
Deepesh Garg77a29572023-06-16 13:43:55 +053019 }
20]