ROOTREZ
  1. Schemas
ROOTREZ
  • App
    • Api health check
      GET
    • Check if the API is alive
      GET
    • Check current outbound public IP
      GET
  • Property
    • Get property details
      GET
    • Get property availability
      POST
    • List property reviews
      GET
  • Properties
    • Get static data for an Account
    • Get availability for an account
  • ParityCheck
    • Perform parity check with availability data for a accountId
    • Check rate parity for a provider
  • Account
    • PublisherController_getSettings
    • Get map pins for a Account
    • Get filters for a Account
    • Get themes for a Account
    • Get banners by account
    • Get landing page by account and slug
  • Public Account
    • PublicPublisherController_getFilters
    • PublicPublisherController_getWidget
  • Auth
    • Authenticate token and secret to get JWT
    • AuthController_checkJWT
    • AuthController_refresh
  • Discount
    • Get grouped discounts
    • Get all discounts
    • DiscountController_getViewDiscount
  • Addons
    • Get products for the authenticated account
    • Get product detail from cache
    • AddOnsController_createOrder
  • Cache
    • CacheController_cleanByPublisher
    • CacheController_refreshByPublisher
    • CacheController_cleanByProperty
    • CacheController_refreshByProperty
  • Book
    • Create new reservation
    • Preview reservation
  • Create a conversation collection
    POST
  • Create a conversation model
    POST
  • search conversation
    POST
  • get a conversation model
    GET
  • semantica search
    POST
  • create product
    POST
  • populatae test
    POST
  • search test
    POST
  • test update
    PUT
  • Schemas
    • Schemas
      • RoomDto
      • SingleAvailabilityRequestDto
      • Room
      • AvailabilityRequest
      • RateTotalDto
      • RateDto
      • PropertyDto
      • MetaDataDto
      • AvailabilityResponseDto
      • AvailabilityOutputDto
      • PinLocation
      • PinResponse
      • AuthBodyDto
      • RefreshBodyDto
      • discountGroupedDto
      • discountGroupedOutputDto
      • discountViewBodyInputDto
      • AddressDto
      • GuestDto
      • PaymentDto
      • ReservationRequestDTO
  1. Schemas

discountGroupedOutputDto

{
    "data": [
        {
            "code": "string",
            "title": "string",
            "description": "string",
            "count": 0,
            "min": 0,
            "max": 0
        }
    ]
}
Built with