feat(missing inv): adding a way to check for missing data in case it dose pull on the correct days
This commit is contained in:
22
LogisticsSupportTool_API_DOCS/LstV2/EOM/Get Inv.bru
Normal file
22
LogisticsSupportTool_API_DOCS/LstV2/EOM/Get Inv.bru
Normal file
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Get Inv
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
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
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user