Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateReturnToSupplierRequest

Create a new ReturnToSupplierRequest

A ReturnToSupplierRequest is used to generate ReturnToSupplier orders for Shops

  • Name: For identification of the request (required)
  • OrganizationUnitSetID: The organizationunits (filtered on Type = Shop) that will get a RTS (required)
  • ProductSearchTemplateID: Only products matching this template will be added to the orders, if supplied (optional)
  • RecallPercentage: Percentage of the current stock to recall. Value should be between 0.00 and 1.00. (required)
  • Filters, CountryID, LanguageID: Instead of a productsearchtemplate, products can also be defined by providing a manual filter (all optional)

Hierarchy

  • CreateReturnToSupplierRequest

Index

Properties

Optional CountryID

CountryID: undefined | string

Entity type: Country

Optional Filters

Filters: undefined | {}

Optional LanguageID

LanguageID: undefined | string

Entity type: Language

Optional Name

Name: undefined | string

Optional OrganizationUnitSetID

OrganizationUnitSetID: undefined | number

Entity type: OrganizationUnitSet

Optional ProductSearchTemplateID

ProductSearchTemplateID: undefined | number

Entity type: ProductSearchTemplate

Optional RecallPercentage

RecallPercentage: undefined | number

Range: 0.01-1

Optional ReturnReasonID

ReturnReasonID: undefined | number

ReturnReason of type OrganizationUnit to indicate why these ReturnToSupplier orders are created Entity type: ReturnReason