Description
Find purchase order by ID
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
Path parameters
| Name | Type | Description | Required? |
|---|---|---|---|
orderId |
integer |
ID of pet that needs to be fetched | true |
Query parameters
None
Responses
| Code | Returns |
|---|---|
| 200 | successful operation |
| 400 | Invalid ID supplied |
| 404 | Order not found |
Content types:
-
application/xml
-
application/json