/
Place an order for a pet
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/store/order
- Default serverhttps://petstore.swagger.io/v2/store/order
- Sandbox serverhttps://petstore.swagger.io/sandbox/store/order
curl -i -X POST \
https://innovario.apishowdown.com/_mock/petstore/store/order \
-H 'Content-Type: application/json' \
-d '{
"quantity": 1,
"shipDate": "2019-08-24T14:15:22Z",
"status": "placed",
"requestId": "string"
}'successful operation
Response
- application/json
- application/xml
{ "id": 0, "petId": 0, "quantity": 1, "shipDate": "2019-08-24T14:15:22Z", "status": "placed", "complete": false }