acquisition in type info

This commit is contained in:
Sirttas
2026-06-20 13:06:43 +02:00
parent 6dac42bbbe
commit 5e7af075cb
3 changed files with 61 additions and 26 deletions
+18 -2
View File
@@ -816,11 +816,27 @@ paths:
get:
tags:
- acquisition
summary: Find all acquisitions that still have remaining stock
summary: "Find acquisitions, optionally filtered by market type and consumption\
\ state"
operationId: findAllAcquisitions
parameters:
- name: marketTypeId
in: query
description: Only return acquisitions of this market type
required: false
schema:
type: integer
format: int64
- name: includeConsumed
in: query
description: Include fully consumed acquisitions (no remaining stock)
required: false
schema:
type: boolean
default: false
responses:
"200":
description: The acquisitions with remaining stock
description: The matching acquisitions
content:
'*/*':
schema: