POST api/Products
“PostProduct”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
item | “item”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Category": "sample string 3", "Price": 4.0 }
application/xml, text/xml
Sample:
<Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wxapi01.Models"> <Category>sample string 3</Category> <Id>1</Id> <Name>sample string 2</Name> <Price>4</Price> </Product>
application/x-www-form-urlencoded
Sample: