Git Product home page Git Product logo

Comments (3)

Ansters avatar Ansters commented on June 17, 2024

/rooms/:dateIn/:nights/:children/:adults

[
    {
	"id": 101,
	"name": "name of room",
	"details": "details of this room",
	"price": 10000,
	"persons": 2,
	"img": “image file path”
    },
    {
	"id": 102,
	"name": "name of room",
	"details": "details of this room",
	"price": 10000,
	"persons": 2,
	"img": “image file path”
    }
]

/rooms/checkin/

{
    "id": 101
}

/rooms/checkout/

{
    "id": 101
}

from soa_group8.

Ansters avatar Ansters commented on June 17, 2024

/reservation

{
    "name_title": "Mr."
    "name": "Aww Wee",
    "check-in": "10-1-2017",
    "nights": 2,
    "children": 0,
    "adults": 1,
    "room_id": 101,
    "credit_id": "1029384638371",
    "expired_date": "20-10-2020",
    "cvv": "123"
    "email": "[email protected]",
    "tel": "0293847463",
    "country": "Thailand",
    "nation": "Thai"
    "payment_type": "credit|counter"
}

/reservation PUT or DELETE status of reservation

{
    "reservation_id": 1001
}

from soa_group8.

Ansters avatar Ansters commented on June 17, 2024

/email

{
    "title": "title of email",
    "details": "details of this email."
    "email": "[email protected]"
}

from soa_group8.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.