docs(api): bruno endpoint saves

This commit is contained in:
2025-10-15 14:51:51 -05:00
parent 255ceaab85
commit 705f29e908
11 changed files with 51 additions and 10 deletions

View 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
}

View File

@@ -0,0 +1,8 @@
meta {
name: EOM
seq: 4
}
auth {
mode: inherit
}