Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 601 Bytes

recommendation-dto.md

File metadata and controls

27 lines (19 loc) · 601 Bytes

Recommendation Dto

Structure

RecommendationDto

Fields

Name Type Tags Description
items List of BaseItemDto Optional -
recommendation_type RecommendationTypeEnum Optional -
baseline_item_name string Optional -
category_id uuid|string Optional -

Example (as JSON)

{
  "Items": null,
  "RecommendationType": null,
  "BaselineItemName": null,
  "CategoryId": null
}