gpt4 book ai didi

json - postman :发送嵌套的 JSON 对象

转载 作者:IT老高 更新时间:2023-10-28 12:41:45 26 4
gpt4 key购买 nike

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

最佳答案

将其作为原始数据发送并将类型设置为 application/json

enter image description here

关于json - postman :发送嵌套的 JSON 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26705782/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com