Place an order for a pet
post/store/order
placeOrder
Place an order for a pet
Parameters
body
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| body | object | required | order placed for purchasing the pet |
Responses
Code Examples
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| body | object | required | order placed for purchasing the pet |
curl -X POST 'https://api.example.com/store/order' \
-H 'Content-Type: application/json'