API for placing orders, specifying condiments, and managing payments at a hot dog stand. Includes functionality to retrieve the menu.
API Base URL
- Server 1:https://hotdog.example.com/api/v1
Main server
API for placing orders, specifying condiments, and managing payments at a hot dog stand. Includes functionality to retrieve the menu.
Main server
Operations related to managing hot dog orders
Creates a new hot dog order.
Example:{"item_name":"Hot Dog","quantity":1,"condiments":["mustard","ketchup"]}
Order created successfully
Unique identifier for the order
Example:{"item_name":"Hot Dog","quantity":1,"condiments":["mustard","ketchup"]}
Status of the order
Allowed values:pendingconfirmedcancelledcompleted
Total amount of the order