跳到主要内容

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)
statusstring
Order Status
Example: "approved"
string
Order Status
completeboolean
boolean

Response Info

Status Code:200
Description:successful operation
Content Types:
application/json