Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 416 Bytes

apis.rest

File metadata and controls

19 lines (14 loc) · 416 Bytes

POST http://localhost:3000/checkout content-type: application/json {

"Product-name": "productNameArr", "Quantity": "quantityAr", "OrderNO": "Math.floor(100000000 + Math.random() * 900000000)", "Address":"Nagpur,Maharashtra", "TotalAmount": "finalPrice", "OrderStatus": "Successful", "paydetails": "paydetails"

}

###

GET http://localhost:3000/checkout Content-Type: application/json