POST api/BBS/AuditXPPost_OaTask
Request Information
URI Parameters
None.
Body Parameters
Post_OATasetRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
link_id | string |
None. |
|
state | integer |
None. |
|
remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "link_id": "sample string 2", "state": 3, "remark": "sample string 4" }
application/xml, text/xml
Sample:
<Post_OATasetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <Id>1</Id> <link_id>sample string 2</link_id> <remark>sample string 4</remark> <state>3</state> </Post_OATasetRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |