POST api/Values
Request Information
URI Parameters
None.
Body Parameters
tb_ZhuCe| Name | Description | Type | Additional information |
|---|---|---|---|
| zdxmfl | string |
None. |
|
| hylx | string |
None. |
|
| xmmc | string |
None. |
|
| jsdwf | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"zdxmfl": "sample string 1",
"hylx": "sample string 2",
"xmmc": "sample string 3",
"jsdwf": "sample string 4"
}
application/xml, text/xml
Sample:
<tb_ZhuCe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HtS.Models"> <hylx>sample string 2</hylx> <jsdwf>sample string 4</jsdwf> <xmmc>sample string 3</xmmc> <zdxmfl>sample string 1</zdxmfl> </tb_ZhuCe>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.