Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 1.39 KB

InventoryList.md

File metadata and controls

executable file
·
33 lines (23 loc) · 1.39 KB

KoronacloudApiV3.InventoryList

Properties

Name Type Description Notes
active Boolean indicates whether the object is active for use or not [optional]
id String global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) [optional]
_number String number of the object, like it is set in backoffice; will be removed when active=false [optional]
revision Number the revision number of the object. revision numbers are unique per object-type. there is is no object of the same type with identical revision numbers. [optional]
bookingTime Date [optional]
bookingUser ModelReference [optional]
cashier ModelReference [optional]
createTime Date [optional]
description String [optional]
finishTime Date [optional]
inventory ModelReference [optional]
modifiedTime Date [optional]
organizationalUnit ModelReference [optional]
pointOfSale ModelReference [optional]
status String [optional]

Enum: StatusEnum

  • BOOKED (value: "BOOKED")

  • IN_PROGRESS (value: "IN_PROGRESS")