blob: b27c44477d1313f6a2e22833bd95e3be5c1428b5 [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 Garg77a29572023-06-16 13:43:55 +05306 "customer_name": "ABC Enterprises"
7 },
8 {
9 "doctype": "Customer",
10 "customer_group": "Demo Customer Group",
Deepesh Garg5b6a9fc2023-06-17 13:08:18 +053011 "territory": "All Territories",
Deepesh Garg77a29572023-06-16 13:43:55 +053012 "customer_name": "XYZ Corporation"
13 },
14 {
15 "doctype": "Customer",
16 "customer_group": "Demo Customer Group",
Deepesh Garg5b6a9fc2023-06-17 13:08:18 +053017 "territory": "All Territories",
Deepesh Garg86744b62023-06-19 09:44:57 +053018 "customer_name": "KJPR Pvt. Ltd."
Deepesh Garg77a29572023-06-16 13:43:55 +053019 }
20]