store
Place an order for a pet.
Place a new order in the store.
post/store/order
Request body
Example request
{
"id": 10,
"petId": 198772,
"quantity": 7,
"status": "approved"
}Response
successful operation
Example response
{
"id": 10,
"petId": 198772,
"quantity": 7,
"status": "approved"
}