add missing feature from request
This commit is contained in:
parent
16c926c2e7
commit
9b50e6c3dd
@ -23,6 +23,7 @@ class SalesPrognosisRequestP(BaseModel):
|
|||||||
|
|
||||||
class SalesPrognosisResponseEntry(ResponseType):
|
class SalesPrognosisResponseEntry(ResponseType):
|
||||||
artikelId: PositiveInt
|
artikelId: PositiveInt
|
||||||
|
warengruppeId: PositiveInt
|
||||||
firmaId: PositiveInt
|
firmaId: PositiveInt
|
||||||
betrag: float # negative values are filtered out later
|
betrag: float # negative values are filtered out later
|
||||||
menge: float # reasons for negative values unknown
|
menge: float # reasons for negative values unknown
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user