-
Notifications
You must be signed in to change notification settings - Fork 0
/
Insomnia_2023-08-05.yaml
568 lines (568 loc) · 15.8 KB
/
Insomnia_2023-08-05.yaml
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
_type: export
__export_format: 4
__export_date: 2023-08-05T18:01:34.065Z
__export_source: insomnia.desktop.app:v2023.4.0
resources:
- _id: req_676d0b0814884dab897f1b904c0264e2
parentId: fld_b237650205f64f0fbaba2fac98bd2028
modified: 1691254389176
created: 1689972636036
url: http://localhost:8089/accounts/
name: Get All Charts of Accounts
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1690613505539
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_b237650205f64f0fbaba2fac98bd2028
parentId: wrk_ac2eedf2e21c4946af7556ad033b9c4b
modified: 1691254375042
created: 1691254375042
name: Chart of Accounts
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1691254375042
_type: request_group
- _id: wrk_ac2eedf2e21c4946af7556ad033b9c4b
parentId: null
modified: 1691257683934
created: 1689794520472
name: mini-account-system
description: ""
scope: collection
_type: workspace
- _id: req_526ce12923d544c1b17b209818735be5
parentId: fld_b237650205f64f0fbaba2fac98bd2028
modified: 1691254396795
created: 1689973683278
url: http://localhost:8089/accounts/64c80273b0d71846a6d2f69d
name: Get Charts of Account By ID
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1690613505489
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_406634f5c97943278eff8a2ef516c2dd
parentId: fld_b237650205f64f0fbaba2fac98bd2028
modified: 1691254473604
created: 1689972714636
url: http://localhost:8089/accounts/
name: Create Chart of Accounts
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"code": "4000",
"name": "Sales",
"type": "Revenue"
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1690613505439
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_dc31c41e01f94e49b8c72f0a0dc4a99d
parentId: fld_b237650205f64f0fbaba2fac98bd2028
modified: 1691254479474
created: 1689973849936
url: http://localhost:8089/accounts/64baf39446c6199b0ac01d51
name: Update Chart of Accounts
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"code": "3000",
"name": "Common Stock",
"type": "Equity"
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1690613505389
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_6810b410e3ad41c8aef26b2649e4878f
parentId: fld_2abe8309c44347128b9a24d90cab4011
modified: 1691254494821
created: 1691081593164
url: http://localhost:8089/customer/
name: Get All Customers
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1689972635886
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_2abe8309c44347128b9a24d90cab4011
parentId: wrk_ac2eedf2e21c4946af7556ad033b9c4b
modified: 1691254540762
created: 1691254489512
name: Customer
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1691254374992
_type: request_group
- _id: req_9517f864954242a4afd241291205c68e
parentId: fld_2abe8309c44347128b9a24d90cab4011
modified: 1691254506124
created: 1691081741190
url: http://localhost:8089/customer/64cbdb4f73631dae6029dd35
name: Get Customer By ID
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1689972635836
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_d8105c9d2ec9402e82102551eae7d700
parentId: fld_2abe8309c44347128b9a24d90cab4011
modified: 1691254512841
created: 1691081320590
url: http://localhost:8089/customer/
name: Create Customer
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"firstName": "Shahid",
"lastName": "",
"email": "",
"addressLine1": "",
"addressLine2": "",
"postalCode":""
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635786
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_86dda56940de412baafe8cbb4d893945
parentId: fld_2abe8309c44347128b9a24d90cab4011
modified: 1691254516198
created: 1691081570929
url: http://localhost:8089/customer/64cbdb4f73631dae6029dd35
name: Update Customer
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"firstName": "Shahid Riaz",
"lastName": "Bhatti",
"email": "[email protected]",
"addressLine1": "",
"addressLine2": "",
"postalCode":""
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635736
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_7b7387a01f414195818519deae19c6d0
parentId: fld_2abe8309c44347128b9a24d90cab4011
modified: 1691257371963
created: 1691081901773
url: http://localhost:8089/customer/64cbdb4f73631dae6029dd35
name: Delete Customer
description: ""
method: DELETE
body:
mimeType: application/json
text: ""
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635686
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_25acfd69e2c3421dbc102a88609de9c5
parentId: fld_c68bd67569064ad2b538475da723dbb2
modified: 1691254669608
created: 1691254556400
url: http://localhost:8089/supplier/
name: Get All Supplier
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1689972635886
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_c68bd67569064ad2b538475da723dbb2
parentId: wrk_ac2eedf2e21c4946af7556ad033b9c4b
modified: 1691254556393
created: 1691254556393
name: Supplier
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1691254374942
_type: request_group
- _id: req_0859b158ed25425fae0d92da7e51d0b5
parentId: fld_c68bd67569064ad2b538475da723dbb2
modified: 1691254703514
created: 1691254556402
url: http://localhost:8089/supplier/64ce7f78e6060d93f735aa10
name: Get Supplier By ID
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1689972635836
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_b5abdcc023294d3c936e430106e77728
parentId: fld_c68bd67569064ad2b538475da723dbb2
modified: 1691254718988
created: 1691254556395
url: http://localhost:8089/supplier/
name: Create Supplier
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"firstName": "Shahid Riaz",
"lastName": "Bhatti",
"email": "[email protected]",
"addressLine1": "This is my business address",
"addressLine2": "",
"postalCode":"54300"
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635786
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_a161bebbf3b74a25b38e5e65e0c043dd
parentId: fld_c68bd67569064ad2b538475da723dbb2
modified: 1691254981688
created: 1691254556398
url: http://localhost:8089/supplier/64ce7f78e6060d93f735aa10
name: Update Supplier
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"firstName": "Shahid Riaz",
"lastName": "Bhatti",
"email": "[email protected]",
"addressLine1": "This is my business address",
"addressLine2": "second address line",
"postalCode":"54300"
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635736
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_d2d8d2252504405a8382ad7fbf17a996
parentId: fld_c68bd67569064ad2b538475da723dbb2
modified: 1691257377171
created: 1691254556404
url: http://localhost:8089/supplier/64ce7f78e6060d93f735aa10
name: Delete Supplier
description: ""
method: DELETE
body:
mimeType: application/json
text: ""
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635686
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_bd80e3cfbfeb4fcc911f453379df9b99
parentId: fld_785fe4b680a34c11a533812ef659b118
modified: 1691255697357
created: 1691255339250
url: http://localhost:8089/product/
name: Get All Products
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1689972635886
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_785fe4b680a34c11a533812ef659b118
parentId: wrk_ac2eedf2e21c4946af7556ad033b9c4b
modified: 1691255339240
created: 1691255339240
name: Product
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1691254374892
_type: request_group
- _id: req_70339225e50142218ebbfcf66c73031e
parentId: fld_785fe4b680a34c11a533812ef659b118
modified: 1691257214079
created: 1691255339259
url: http://localhost:8089/product/64ce8773238911d3e6ab5fa4
name: Get Product By ID
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1689972635836
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_f1b15a6e9aa949c0a78f0a78077fdfb3
parentId: fld_785fe4b680a34c11a533812ef659b118
modified: 1691256515680
created: 1691255339242
url: http://localhost:8089/product/
name: Create Product
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"productName":"Mac Book",
"unitPrice":350000,
"quantityInHand":1,
"supplierId":"64ce860544f5a643159adda6"
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635786
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_0cecd1ee7a534345ae13204c3147a282
parentId: fld_785fe4b680a34c11a533812ef659b118
modified: 1691257335148
created: 1691255339245
url: http://localhost:8089/product/64ce8773238911d3e6ab5fa4
name: Update Product
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"productName":"Mac Book",
"unitPrice":350000,
"quantityInHand":200,
"supplierId":"64ce860544f5a643159adda6"
}
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635736
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_8f8dcfa877ae4ecf816f983a6b9596dc
parentId: fld_785fe4b680a34c11a533812ef659b118
modified: 1691257356270
created: 1691255339262
url: http://localhost:8089/product/64ce8773238911d3e6ab5fa4
name: Delete Product
description: ""
method: DELETE
body:
mimeType: application/json
text: ""
parameters: []
headers:
- name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1689972635686
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: env_aae0ab7614b8e5e50ae17f0e16491a0ece98a192
parentId: wrk_ac2eedf2e21c4946af7556ad033b9c4b
modified: 1689794520480
created: 1689794520480
name: Base Environment
data: {}
dataPropertyOrder: null
color: null
isPrivate: false
metaSortKey: 1689794520480
_type: environment
- _id: jar_aae0ab7614b8e5e50ae17f0e16491a0ece98a192
parentId: wrk_ac2eedf2e21c4946af7556ad033b9c4b
modified: 1689794520482
created: 1689794520482
name: Default Jar
cookies: []
_type: cookie_jar