acquisition in type info
This commit is contained in:
+18
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user