Swagger UI

NextGen Delivery Tracker APIs
 1.0.0 

[ Base URL: /api/v1 ]
http://127.0.0.1:8000/docs

Delivery

GET​/deliveries
Get a listing of the Deliveries.
POST​/deliveries
Store a newly created Delivery in storage
GET​/deliveries​/{id}
Display the specified Delivery
PUT​/deliveries​/{id}
Update the specified Delivery in storage
DELETE​/deliveries​/{id}
Remove the specified Delivery from storage

DeliveryStatus

GET​/deliveryStatuses
Get a listing of the DeliveryStatuses.
POST​/deliveryStatuses
Store a newly created DeliveryStatus in storage
GET​/deliveryStatuses​/{id}
Display the specified DeliveryStatus
PUT​/deliveryStatuses​/{id}
Update the specified DeliveryStatus in storage
DELETE​/deliveryStatuses​/{id}
Remove the specified DeliveryStatus from storage

Franchise

GET​/franchises
Get a listing of the Franchises.
POST​/franchises
Store a newly created Franchise in storage
GET​/franchises​/{id}
Display the specified Franchise
PUT​/franchises​/{id}
Update the specified Franchise in storage
DELETE​/franchises​/{id}
Remove the specified Franchise from storage

FranchiseStore

GET​/franchiseStores
Get a listing of the FranchiseStores.
POST​/franchiseStores
Store a newly created FranchiseStore in storage
GET​/franchiseStores​/{id}
Display the specified FranchiseStore
PUT​/franchiseStores​/{id}
Update the specified FranchiseStore in storage
DELETE​/franchiseStores​/{id}
Remove the specified FranchiseStore from storage

FranchiseUser

GET​/franchiseUsers
Get a listing of the FranchiseUsers.
POST​/franchiseUsers
Store a newly created FranchiseUser in storage
GET​/franchiseUsers​/{id}
Display the specified FranchiseUser
PUT​/franchiseUsers​/{id}
Update the specified FranchiseUser in storage
DELETE​/franchiseUsers​/{id}
Remove the specified FranchiseUser from storage

OrderPayment

GET​/orderPayments
Get a listing of the OrderPayments.
POST​/orderPayments
Store a newly created OrderPayment in storage
GET​/orderPayments​/{id}
Display the specified OrderPayment
PUT​/orderPayments​/{id}
Update the specified OrderPayment in storage
DELETE​/orderPayments​/{id}
Remove the specified OrderPayment from storage

OrderProduct

GET​/orderProducts
Get a listing of the OrderProducts.
POST​/orderProducts
Store a newly created OrderProduct in storage
GET​/orderProducts​/{id}
Display the specified OrderProduct
PUT​/orderProducts​/{id}
Update the specified OrderProduct in storage
DELETE​/orderProducts​/{id}
Remove the specified OrderProduct from storage

PaymentMethod

GET​/paymentMethods
Get a listing of the PaymentMethods.
POST​/paymentMethods
Store a newly created PaymentMethod in storage
GET​/paymentMethods​/{id}
Display the specified PaymentMethod
PUT​/paymentMethods​/{id}
Update the specified PaymentMethod in storage
DELETE​/paymentMethods​/{id}
Remove the specified PaymentMethod from storage

Store

GET​/stores
Get a listing of the Stores.
POST​/stores
Store a newly created Store in storage
GET​/stores​/{id}
Display the specified Store
PUT​/stores​/{id}
Update the specified Store in storage
DELETE​/stores​/{id}
Remove the specified Store from storage

StoreUser

GET​/storeUsers
Get a listing of the StoreUsers.
POST​/storeUsers
Store a newly created StoreUser in storage
GET​/storeUsers​/{id}
Display the specified StoreUser
PUT​/storeUsers​/{id}
Update the specified StoreUser in storage
DELETE​/storeUsers​/{id}
Remove the specified StoreUser from storage

User

GET​/users
Get a listing of the Users.
POST​/users
Store a newly created User in storage
GET​/users​/{id}
Display the specified User
PUT​/users​/{id}
Update the specified User in storage
DELETE​/users​/{id}
Remove the specified User from storage

Order

GET​/orders
Get a listing of the Orders.
POST​/orders
Store a newly created Order in storage
GET​/orders​/{id}
Display the specified Order
PUT​/orders​/{id}
Update the specified Order in storage
DELETE​/orders​/{id}
Remove the specified Order from storage

Models

Delivery
DeliveryStatus
Franchise
FranchiseStore
FranchiseUser
Order
OrderPayment
OrderProduct
PaymentMethod
Store
StoreUser
User