Place an order for a pet
POST
/store/order
store
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"petId": 0,
"quantity": 0,
"shipDate": "2019-08-24T14:15:22Z",
"status": "placed",
"complete": true
}'
Response Response Example
200 - Example 1
{
"id": 0,
"petId": 0,
"quantity": 0,
"shipDate": "2019-08-24T14:15:22Z",
"status": "placed",
"complete": true
}
Request
Body Params application/json