【发布时间】:2014-12-29 14:38:16
【问题描述】:
我正在使用 ASP.NET Web API:http://xyzdomain.com:16845/api/returns/returns
如果Items 是一个集合,我如何使用 Postman Chrome 扩展向端点发送 POST 请求:
[
{
"Items": [
{
"sku": "9257",
"Price": "100",
"Quantity": "500",
"DiscountPercent": "1",
"backordered": "2"
}
],
"order_id": "F429768865001",
"status_code": "Shelf",
"Exception": "no error"
}
]
【问题讨论】:
标签: json google-chrome asp.net-web-api postman