POST api/ActiveHistory
Request Information
URI Parameters
None.
Body Parameters
ActiveHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
|
| pname | string |
None. |
|
| pici | string |
None. |
|
| shengchandate | string |
None. |
|
| zhijian | string |
None. |
|
| activedate | string |
None. |
|
| activeuserid | integer |
None. |
|
| applyid | integer |
None. |
|
| pid | integer |
None. |
|
| ordernum | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"count": 1,
"pname": "sample string 2",
"pici": "sample string 3",
"shengchandate": "sample string 4",
"zhijian": "sample string 5",
"activedate": "sample string 6",
"activeuserid": 7,
"applyid": 8,
"pid": 9,
"ordernum": 10
}
application/xml, text/xml
Sample:
<ActiveHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NongYaoManageServices.Controllers"> <activedate>sample string 6</activedate> <activeuserid>7</activeuserid> <applyid>8</applyid> <count>1</count> <ordernum>10</ordernum> <pici>sample string 3</pici> <pid>9</pid> <pname>sample string 2</pname> <shengchandate>sample string 4</shengchandate> <zhijian>sample string 5</zhijian> </ActiveHistory>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>