docs(api): bruno endpoint saves
This commit is contained in:
21
LogisticsSupportTool_API_DOCS/LstV2/EOM/Get Consumption.bru
Normal file
21
LogisticsSupportTool_API_DOCS/LstV2/EOM/Get Consumption.bru
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
meta {
|
||||||
|
name: Get Consumption
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{urlv2}}/api/eom/productionconsumption?startDate=9/1/2025&endDate=9/30/2025&includePlantToken=true
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
params:query {
|
||||||
|
startDate: 9/1/2025
|
||||||
|
endDate: 9/30/2025
|
||||||
|
includePlantToken: true
|
||||||
|
}
|
||||||
|
|
||||||
|
settings {
|
||||||
|
encodeUrl: true
|
||||||
|
}
|
||||||
8
LogisticsSupportTool_API_DOCS/LstV2/EOM/folder.bru
Normal file
8
LogisticsSupportTool_API_DOCS/LstV2/EOM/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
meta {
|
||||||
|
name: EOM
|
||||||
|
seq: 4
|
||||||
|
}
|
||||||
|
|
||||||
|
auth {
|
||||||
|
mode: inherit
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
meta {
|
meta {
|
||||||
name: GrantROle by ID
|
name: GrantROle by ID
|
||||||
type: http
|
type: http
|
||||||
seq: 8
|
seq: 7
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
8
LogisticsSupportTool_API_DOCS/app/admin/User/folder.bru
Normal file
8
LogisticsSupportTool_API_DOCS/app/admin/User/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
meta {
|
||||||
|
name: User
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
auth {
|
||||||
|
mode: inherit
|
||||||
|
}
|
||||||
@@ -16,10 +16,10 @@ headers {
|
|||||||
|
|
||||||
body:json {
|
body:json {
|
||||||
{
|
{
|
||||||
"name": "Bethlehem",
|
"name": "Bowling Green 2",
|
||||||
"serverDNS": "USBET1VMS006",
|
"serverDNS": "USBOW2VMS006",
|
||||||
"plantToken": "usbet1",
|
"plantToken": "usbow2",
|
||||||
"ipAddress": "10.204.0.26",
|
"ipAddress": "10.30.0.26",
|
||||||
"greatPlainsPlantCode": 0,
|
"greatPlainsPlantCode": 0,
|
||||||
"lstServerPort": 4000,
|
"lstServerPort": 4000,
|
||||||
"serverLoc": "E$\\LST"
|
"serverLoc": "E$\\LST"
|
||||||
|
|||||||
@@ -14,6 +14,10 @@ params:path {
|
|||||||
token: usbet1
|
token: usbet1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
headers {
|
||||||
|
Cookie: {{session_cookie}}
|
||||||
|
}
|
||||||
|
|
||||||
body:json {
|
body:json {
|
||||||
{
|
{
|
||||||
"zipcode": 45245
|
"zipcode": 45245
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
meta {
|
meta {
|
||||||
name: Get user Roles
|
name: Get user Roles
|
||||||
type: http
|
type: http
|
||||||
seq: 9
|
seq: 7
|
||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
meta {
|
meta {
|
||||||
name: Request Resetpassword
|
name: Request Resetpassword
|
||||||
type: http
|
type: http
|
||||||
seq: 10
|
seq: 8
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
meta {
|
meta {
|
||||||
name: Resetpassword
|
name: Resetpassword
|
||||||
type: http
|
type: http
|
||||||
seq: 11
|
seq: 9
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
url: http://localhost:4200/lst/api/auth/reset-password
|
url: {{url}}/lst/api/auth/reset-password
|
||||||
body: json
|
body: json
|
||||||
auth: inherit
|
auth: inherit
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
vars {
|
vars {
|
||||||
url: http://localhost:4200
|
url: http://localhost:4200
|
||||||
session_cookie:
|
session_cookie:
|
||||||
urlv2: http://usksc1vms006:3000
|
urlv2: http://usiow1vms006:3001
|
||||||
jwtV2:
|
jwtV2:
|
||||||
}
|
}
|
||||||
vars:secret [
|
vars:secret [
|
||||||
|
|||||||
Reference in New Issue
Block a user