我正在使用Asp.net Web Api http://xyzdomain.com:16845/api/returns/returns
我有以下数据,
我如何使用postman chrome extension发布结束点,
鉴于"Items"是一个集合
[
{
"Items": [
{
"sku": "9257",
"Price": "100",
"Quantity": "500",
"DiscountPercent": "1",
"backordered": "2"
}
],
"order_id": "F429768865001",
"status_code": "Shelf",
"Exception": "no error"
}
]
Run Code Online (Sandbox Code Playgroud)