POST api/xunjianevent/edit

Request Information

URI Parameters

None.

Body Parameters

inspection_taskevent
NameDescriptionTypeAdditional information
task_eventid

string

None.

task_eventremark2

string

None.

task_eventetimg2

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "task_eventid": "sample string 1",
  "task_eventremark2": "sample string 2",
  "task_eventetimg2": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<inspection_taskevent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <task_eventetimg2 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </task_eventetimg2>
  <task_eventid>sample string 1</task_eventid>
  <task_eventremark2>sample string 2</task_eventremark2>
</inspection_taskevent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfString
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 2",
  "Data": "sample string 3"
}

application/xml, text/xml

Sample:
<ApiResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />