blob: ed952922ee3beda7c811d8d11e55175c5279c462 [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 Garg77a29572023-06-16 13:43:55 +053018 "customer_name": "KJPR Pvt Ltd"
19 }
20]