下单购买宠物
正式环境
https://petstore-prod.apifox.cn
正式环境
https://petstore-prod.apifox.cn
POST
/store/order
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://petstore-prod.apifox.cn/store/order' \
--header 'Content-Type: text/plain' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{
"id": 0,
"petId": 0,
"quantity": 0,
"shipDate": "2019-08-24T14:15:22Z",
"status": "placed",
"complete": false
}