Storyous Public APIs
    • Introduction
    • Merchants API
      • Get merchant and all its places
    • Menu API
      • Get a menu tree
      • Get time-based menu
      • Get Remaining amounts of time-based menu
    • Bills API
      • Get list of payment bills
      • Get detail of a payment bill
    • Delivery API
      • Create an order through delivery API
      • Get status of delivery order
    • Deskview API
      • Get list of desks
      • Get list of sections
      • Get desk view of a place
    • Features API
      • Get list of merchants/places with a feature
    • Hotel accounts integration API
      • Provide list of accounts
      • Write consumed items to hotel account
    • Stocks API
      • Get list of stocks
      • Get list of items
      • Get list of stock ups
      • Get detail of stock up
      • Create new stock up
      • Modify stock up
      • Delete stock up
      • Get list of stock takings
      • Get detail of stock taking
      • Create new stock taking
      • Modify stock taking
      • Delete stock taking
      • Get suppliers
    • Loyalty API
      • Introduction
      • Prepayment
      • Item refunds with credit
      • Get benefit offer
      • Report offer validation error
      • Report benefit usage
      • Get loyalty benefit usages
      • Mark benefit usages as synchronized
    • DataSync
      • Webhook receiving endpoint
        • Receive new or updated records
      • Data domains
        • Stock management
          • Stocks domain
          • StockItemCategories domain
          • StockItems domain
          • StockMovements domain
        • Sales and costs
          • Bills domain
          • BillCosts domain
          • TerminalTransactions domain
          • PaymentTypes domain
          • Loyalty domain
        • Desks
          • DeskSections domain
          • Desks domain
        • Menu
          • ItemCategories domain
          • Items domain
          • PlaceITems domain
        • Merchants
          • Merchants domain
          • Places domain
          • Persons domain
    • Schemas
      • Schemas
        • Loyalty api
          • BalanceBenefitOfferRequest
          • ThirdPartyLoyaltyOfferRequest
          • LoyaltyOfferValidationError
          • LoyaltyBenefitUsagesPayload
          • BenefitInput
          • PaidItem
          • Applied Benefits
          • PaymentByBalance
          • UsedBalance
          • LoyaltyOfferResponse
          • MenuProductDefinition
          • UsedGeneralDiscount
          • Prepayment
        • Desk
        • Section
      • TimeLimit
      • OkResponse
      • StateInterval
      • SettingsResponse
      • PlaceStateInterval
      • Error
      • SettingsBody
      • AssignInterval
      • PriceLevels
      • PlaceValues
      • ActiveInterval
      • TemplateItem
      • RentalFee
      • DayItems
      • InvoiceLine
      • TemplateItems
      • ShortTermRental
      • TemplateBody
      • Terminal
      • MerchantPricing
      • TemplateResponseItem
      • PlacePricing
      • TemplateResponse
      • PayInvoiceResponse
      • ValidationError

    TemplateResponse

    {
        "templateId": "6683abc123def456789012ab",
        "name": "Summer Menu",
        "fixedItems": [
            {
                "productId": "5e9f000000000000000000b1",
                "description": null,
                "placeValues": [
                    {
                        "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                        "quantity": null,
                        "priceLevels": {
                            "default": {
                                "price": 12
                            }
                        }
                    }
                ]
            }
        ],
        "items": {
            "monday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ],
            "tuesday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ],
            "wednesday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ],
            "thursday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ],
            "friday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ],
            "saturday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ],
            "sunday": [
                {
                    "productId": "5e9f000000000000000000b1",
                    "description": null,
                    "placeValues": [
                        {
                            "placeId": "5e9f8f8f8f8f8f8f8f8f8f8a",
                            "quantity": null,
                            "priceLevels": {
                                "default": {
                                    "price": 12
                                }
                            }
                        }
                    ]
                }
            ]
        }
    }
    Built with