This is the API
placeOrder
URL
/store/order
HTTP Method
POST
Response Type
Parameters
body : ()
order placed for purchasing the pet
This is the API
/store/order
POST
order placed for purchasing the pet
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
/store/order/{orderId}
GET
ID of pet that needs to be fetched
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
/store/order/{orderId}
DELETE
ID of the order that needs to be deleted