Place an order for a pet.
POST/store/order
Place a new order in the store.
Request
Body
unknown
Responses
application/json
idinteger(int64)Example: 10
integer (int64)
petIdinteger(int64)Example: 198772
integer (int64)
quantityinteger(int32)Example: 7
integer (int32)
shipDatestring(date-time)string (date-time)
statusstringOrder Status
Example: "approved"
string
Order Status
completebooleanboolean
Response Info
Status Code:200
Description:successful operation
Content Types:
application/json