Deepesh Garg | 77a2957 | 2023-06-16 13:43:55 +0530 | [diff] [blame] | 1 | [ |
| 2 | { |
| 3 | "doctype": "Customer", |
| 4 | "customer_group": "Demo Customer Group", |
Deepesh Garg | 5b6a9fc | 2023-06-17 13:08:18 +0530 | [diff] [blame] | 5 | "territory": "All Territories", |
Deepesh Garg | 77a2957 | 2023-06-16 13:43:55 +0530 | [diff] [blame] | 6 | "customer_name": "ABC Enterprises" |
| 7 | }, |
| 8 | { |
| 9 | "doctype": "Customer", |
| 10 | "customer_group": "Demo Customer Group", |
Deepesh Garg | 5b6a9fc | 2023-06-17 13:08:18 +0530 | [diff] [blame] | 11 | "territory": "All Territories", |
Deepesh Garg | 77a2957 | 2023-06-16 13:43:55 +0530 | [diff] [blame] | 12 | "customer_name": "XYZ Corporation" |
| 13 | }, |
| 14 | { |
| 15 | "doctype": "Customer", |
| 16 | "customer_group": "Demo Customer Group", |
Deepesh Garg | 5b6a9fc | 2023-06-17 13:08:18 +0530 | [diff] [blame] | 17 | "territory": "All Territories", |
Deepesh Garg | 86744b6 | 2023-06-19 09:44:57 +0530 | [diff] [blame] | 18 | "customer_name": "KJPR Pvt. Ltd." |
Deepesh Garg | 77a2957 | 2023-06-16 13:43:55 +0530 | [diff] [blame] | 19 | } |
| 20 | ] |