feat(dm): new endpoint to get the forecast data

This commit is contained in:
2025-11-21 15:37:22 -06:00
parent b23bb0db31
commit a96b85bc53
3 changed files with 43 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,16 @@
meta {
name: get forecast data
type: http
seq: 1
}
get {
url: {{url}}/lst/api/logistics/dm/forecastData
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}