Skip to content

Latest commit

 

History

History
executable file
·
75 lines (43 loc) · 2.41 KB

File metadata and controls

executable file
·
75 lines (43 loc) · 2.41 KB

KoronacloudApiV3.Inventory

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]
automaticBooking Boolean [optional]
automaticBookingAfterDays Number only if isAutomaticBooking=true [optional]
checkProductAssortmentValidity Boolean [optional]
checkProductListing Boolean [optional]
createTime Date [optional]
description String [optional]
executionDays [String] only if type=PERPETUAL_INVENTORY [optional]
executionTime Date [optional]
hasBookedReceipts Boolean [optional]
maxProductsPerList Number only if type=ANNUAL_INVENTORY INVENTORY_IRREGULARITY
oneCommodityGroupPerInventoryList Boolean only if type=ANNUAL_INVENTORY INVENTORY_IRREGULARITY
onlyNegativeProductStocks Boolean only if type=INVENTORY_IRREGULARITY [optional]
organizationalUnits [ModelReference] [optional]
productFilter String [optional]
type String [optional]

Enum: [ExecutionDaysEnum]

  • MONDAY (value: "MONDAY")

  • TUESDAY (value: "TUESDAY")

  • WEDNESDAY (value: "WEDNESDAY")

  • THURSDAY (value: "THURSDAY")

  • FRIDAY (value: "FRIDAY")

  • SATURDAY (value: "SATURDAY")

  • SUNDAY (value: "SUNDAY")

Enum: ProductFilterEnum

  • ACTIVE (value: "ACTIVE")

  • ALL (value: "ALL")

  • DEACTIVATED (value: "DEACTIVATED")

Enum: TypeEnum

  • ANNUAL_INVENTORY (value: "ANNUAL_INVENTORY")

  • INVENTORY_IRREGULARITY (value: "INVENTORY_IRREGULARITY")

  • INVENTORY_SAMPLING (value: "INVENTORY_SAMPLING")

  • PERPETUAL_INVENTORY (value: "PERPETUAL_INVENTORY")