我正在使用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"
}
]