18 lines
464 B
TypeScript
18 lines
464 B
TypeScript
/**
|
|
* @schema AdminPostInventoryItemsItemLocationLevelsLevelReq
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostInventoryItemsItemLocationLevelsLevelReq
|
|
* properties:
|
|
* incoming_quantity:
|
|
* type: number
|
|
* title: incoming_quantity
|
|
* description: The inventory item's incoming quantity.
|
|
* stocked_quantity:
|
|
* type: number
|
|
* title: stocked_quantity
|
|
* description: The inventory item's stocked quantity.
|
|
*
|
|
*/
|
|
|