-
Notifications
You must be signed in to change notification settings - Fork 0
/
erp_test.postman_collection.json
143 lines (143 loc) · 3.92 KB
/
erp_test.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"info": {
"_postman_id": "c03ea4b6-c7a7-4c84-8c69-76d1bb5234df",
"name": "erp_test",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "http://localhost:4002/api/addProduct",
"request": {
"method": "POST",
"header": [
{
"key": "auth",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRoIjp7ImVtYWlsIjoiYWJjQGFiYy5jb20iLCJyb2xlIjoiYWRtaW4iLCJpZCI6IjVhYzlkN2FmNTY3YjJjMDgxYzJkZjkzYiJ9LCJhbGdvcml0aG0iOiJIUzI1NiIsImV4cCI6MTUyMzUzODk5OSwiaWF0IjoxNTIzMTc3NTU5fQ.CGi6331cdgzw-FQIJk5fz6kANnLoJDi_2jYWrIJqf2A"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"name\":\"iphone\",\n\t\"description\":\"fdsfjsfhsafhjddshfjksfjklsd\",\n\t\"price\":\"26000\",\n\t\"sellerId\":\"5ac9d7af567b2c081c2df93b\",\n\t\"available\":\"true\",\n\t\"status\":\"true\",\n\t\"catagory\":\"5ac9e46428f6641c5861c81d\"\n}"
},
"url": "http://localhost:4002/api/addProduct"
},
"response": []
},
{
"name": "http://localhost:4002/api/addCategory",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\"categoryName\":\"Television\",\n\"productType\":\"5ac9e39688cb631c98830930\"\n}"
},
"url": "http://localhost:4002/api/addCategory"
},
"response": []
},
{
"name": "http://localhost:4002/api/AddProductType",
"request": {
"method": "POST",
"header": [
{
"key": "auth",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRoIjp7ImVtYWlsIjoiYWJjQGFiYy5jb20iLCJyb2xlIjoiYWRtaW4iLCJpZCI6IjVhYzlkN2FmNTY3YjJjMDgxYzJkZjkzYiJ9LCJhbGdvcml0aG0iOiJIUzI1NiIsImV4cCI6MTUyMzUzODk5OSwiaWF0IjoxNTIzMTc3NTU5fQ.CGi6331cdgzw-FQIJk5fz6kANnLoJDi_2jYWrIJqf2A"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\"productType\":\"Electronics\",\n\"productTypeDesc\":\"All Types of Electronics\"\n}\t"
},
"url": "http://localhost:4002/api/AddProductType"
},
"response": []
},
{
"name": "http://localhost:4002/api/adminLogin",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\":\"[email protected]\",\n \"password\":\"abc\"\n}"
},
"url": "http://localhost:4002/api/adminLogin"
},
"response": []
},
{
"name": "http://localhost:4002/api/register",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"email\":\"[email protected]\",\n \"password\":\"abc\",\n \"firstname\":\"john\",\n \"lastname\":\"Doe\",\n \"mobile\":\"987654321\",\n \"username\":\"johnDoe\"\n}"
},
"url": "http://localhost:4002/api/register"
},
"response": []
},
{
"name": "http://localhost:4002/api/updateProduct",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\"ids\":[\"5ac9e4d440203821e0288ea1\"],\n\"catagory\":\"5ac9e46428f6641c5861c81d\"\n}"
},
"url": "http://localhost:4002/api/updateProduct"
},
"response": []
},
{
"name": "http://localhost:4002/api/updateCategory",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"catagory\":\"5ac9e46428f6641c5861c81d\",\n\t\"categoryName\":\"Mobile Phones\",\n\t\"ids\":[\"5ac9e46428f6641c5861c81d\"]\n}"
},
"url": "http://localhost:4002/api/updateCategory"
},
"response": []
}
]
}