Domina REST API
    Domina REST API
    • Documentation
    • Auth
      • registration
        POST
      • login
        POST
      • logout
        POST
      • password-reset/initiate
        POST
      • password-reset/verify
        POST
      • password-reset/complete
        POST
    • User
      • Booking
        • index
      • LoyaltyCard
        • show
      • LoyaltyPoints
        • index
      • Tikets
        • index
        • show
        • create
        • update
      • show
        GET
      • update
        PATCH
    • Venue
      • index
      • show
      • facets
    • Page
      • show
    • Post
      • index
      • show
    • Property
      • index
      • show
    • Program
      • index
    • Location
      • index
    • Navigation
      • index
    • Awards
      • index
    • Request
      • create
    • Spa
      • index
      • show
    • Special
      • index
      • show
    • Schemas
      • Meta
        • MetaPagination
        • MetaFile
        • MetaImage
        • MetaImageData
      • Response
        • ResponseError
      • Page
      • Property
      • Program
      • Venue
      • Special
      • Spa
      • Post
      • Navigation
      • Location
      • Tag
      • Award
      • User
      • Booking
      • LoyaltyCard
      • LoyaltyLevel
      • LoyaltyPoint
      • Ticket
      • TicketComment

    LoyaltyCard

    {
        "number": 0,
        "level": {
            "id": "string",
            "name": "string",
            "order_number": 0,
            "discount": 0,
            "required_money": 0,
            "required_nights": 0,
            "bonus_amount": 0,
            "bonus_percent": 0
        },
        "total_stay": 0,
        "total_amount": 0,
        "bonus_percent": 0,
        "bonus_amount": 0,
        "accumulation_deadline": "string"
    }
    Built with