POST api/Change/ErrorReportEnglishWords
Request Information
URI Parameters
None.
Body Parameters
changeName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
articleID | integer |
None. |
|
usersID | integer |
None. |
|
reasonChange | string |
None. |
|
contentAgo | string |
None. |
|
contentLater | string |
None. |
|
ctime | date |
None. |
|
ifSucceed | integer |
None. |
|
adminID | integer |
None. |
|
approvalTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "articleID": 2, "usersID": 3, "reasonChange": "sample string 4", "contentAgo": "sample string 5", "contentLater": "sample string 6", "ctime": "2023-09-26T19:26:00.6162683+08:00", "ifSucceed": 8, "adminID": 9, "approvalTime": "2023-09-26T19:26:00.617228+08:00" }
application/xml, text/xml
Sample:
<change xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webApi.Models"> <ID>1</ID> <adminID>9</adminID> <approvalTime>2023-09-26T19:26:00.617228+08:00</approvalTime> <articleID>2</articleID> <contentAgo>sample string 5</contentAgo> <contentLater>sample string 6</contentLater> <ctime>2023-09-26T19:26:00.6162683+08:00</ctime> <ifSucceed>8</ifSucceed> <reasonChange>sample string 4</reasonChange> <usersID>3</usersID> </change>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>