Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory-process-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Balasubrahmanyam Gudavalli
inventory-process-api
Commits
21520c62
Commit
21520c62
authored
Jun 16, 2023
by
Balasubrahmanyam Gudavalli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Added postman script and input file
parent
1930e5e1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1104 additions
and
0 deletions
+1104
-0
Inventory Process API.postman_collection.json
...ces/postman/Inventory Process API.postman_collection.json
+83
-0
inventory_sample.json
src/main/resources/postman/inventory_sample.json
+1021
-0
No files found.
src/main/resources/postman/Inventory Process API.postman_collection.json
0 → 100644
View file @
21520c62
{
"info"
:
{
"_postman_id"
:
"1211abb8-5cdc-4e2e-a4db-ba9e1fe19677"
,
"name"
:
"Inventory Process API"
,
"schema"
:
"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item"
:
[
{
"name"
:
"CreateInventoryData"
,
"request"
:
{
"method"
:
"POST"
,
"header"
:
[],
"body"
:
{
"mode"
:
"formdata"
,
"formdata"
:
[
{
"key"
:
"files"
,
"type"
:
"file"
,
"src"
:
"/D:/data/inventory_sample.json"
}
],
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"http://localhost:8080/inventory/upload-data"
,
"protocol"
:
"http"
,
"host"
:
[
"localhost"
],
"port"
:
"8080"
,
"path"
:
[
"inventory"
,
"upload-data"
]
}
},
"response"
:
[]
},
{
"name"
:
"getProcessedInventoryData"
,
"protocolProfileBehavior"
:
{
"disableBodyPruning"
:
true
},
"request"
:
{
"method"
:
"GET"
,
"header"
:
[],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
""
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"http://localhost:8080/inventory/get/?batchId=123256572"
,
"protocol"
:
"http"
,
"host"
:
[
"localhost"
],
"port"
:
"8080"
,
"path"
:
[
"inventory"
,
"get"
,
""
],
"query"
:
[
{
"key"
:
"batchId"
,
"value"
:
"123256572"
}
]
}
},
"response"
:
[]
}
]
}
\ No newline at end of file
src/main/resources/postman/inventory_sample.json
0 → 100644
View file @
21520c62
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment