Place an order for a pet
POST
/store/orderPlace a new order in the store
Request
Body Params application/x-www-form-urlencoded
id
integer
optional
Example:
10
petId
integer
optional
Example:
198772
quantity
integer
optional
Example:
7
shipDate
string
optional
status
string
optional
Order Status
Example:
approved
complete
string
optional
Request samples
Responses
successful operation(200)
Invalid input(405)
successful operation
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago