POST api/XTRF/Case/eidtCaseUpdateInfo?fromModule={fromModule}&ip={ip}

根据案件ID 修改保存分配信息 - 分配修改

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromModule

string

Required

ip

string

Required

Body Parameters

数据内容{"id":894,"caseId":3916,"workFlowModuleId":894,"WorkFlowUnitId":46,"ModuleNote":"","data":[{"workFlowUnitStepId":46,"CaseworkFlowUnitId":761,"dataOp":[{"Files":[10,231],"isChanged":true,"id":847,"vendorid":166,"userName":"李静雯","wordNum":666,"state":0,"deadlineTime":"2023-12-22 16:17:13","startTime":"2023-12-22 16:17:23","endtime":"","Amount":135.86,"Quantity":666,"CalcUnitId":5,"Price":0.17,"OPNote":"","Discount":20,"extraCharge":0,"ProfileId":41}]},{"workFlowUnitStepId":52,"CaseworkFlowUnitId":762,"dataOp":[{"Files":[10,231],"id":848,"vendorid":168,"userName":"李蒙","wordNum":2,"state":0,"deadlineTime":"2023-12-22 16:17:21","startTime":"2023-12-22 16:17:23","endtime":"","Amount":78,"Quantity":2,"CalcUnitId":1,"Price":30,"OPNote":"","Discount":30,"extraCharge":0,"ProfileId":39}]},{"workFlowUnitStepId":48,"CaseworkFlowUnitId":765,"dataOp":[{"Files":[10,231],"id":849,"vendorid":168,"userName":"李蒙","wordNum":30,"state":0,"deadlineTime":"2023-12-22 17:26:40","startTime":"2023-12-22 17:26:39","endtime":"","Amount":1500,"Quantity":30,"CalcUnitId":1,"Price":50,"OPNote":"","Discount":0,"extraCharge":0,"ProfileId":39},{"id":851,"vendorid":172,"userName":"张小雯","wordNum":50,"state":0,"deadlineTime":"2023-12-23 08:36:19","startTime":"2023-12-23 08:36:09","endtime":"","Amount":10,"Quantity":50,"CalcUnitId":5,"Price":0.2,"OPNote":"","Discount":0,"extraCharge":0,"ProfileId":45}]},{"workFlowUnitStepId":49,"CaseworkFlowUnitId":764,"dataOp":[{"Files":[10,231],"id":850,"vendorid":171,"userName":"单晓晓","wordNum":4,"state":0,"deadlineTime":"2023-12-22 16:17:18","startTime":"2023-12-22 16:17:23","endtime":"","Amount":300,"Quantity":4,"CalcUnitId":1,"Price":50,"OPNote":"","Discount":50,"extraCharge":0,"ProfileId":44}]},{"workFlowUnitStepId":48,"CaseworkFlowUnitId":765,"dataOp":[{"Files":[10,231],"id":849,"vendorid":168,"userName":"李蒙","wordNum":30,"state":0,"deadlineTime":"2023-12-22 17:26:40","startTime":"2023-12-22 17:26:39","endtime":"","Amount":1500,"Quantity":30,"CalcUnitId":1,"Price":50,"OPNote":"","Discount":0,"extraCharge":0,"ProfileId":39},{"Files":[10,231],"id":851,"vendorid":172,"userName":"张小雯","wordNum":50,"state":0,"deadlineTime":"2023-12-23 08:36:19","startTime":"2023-12-23 08:36:09","endtime":"","Amount":10,"Quantity":50,"CalcUnitId":5,"Price":0.2,"OPNote":"","Discount":0,"extraCharge":0,"ProfileId":45}]}]}

Dictionary of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringanyType>
    <Key>sample string 1</Key>
    <Value />
  </KeyValueOfstringanyType>
  <KeyValueOfstringanyType>
    <Key>sample string 3</Key>
    <Value />
  </KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Dictionary`2'.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="[0].Key"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="[0].Value"

System.Object
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="[1].Key"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="[1].Value"

System.Object
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

resultSuccess
NameDescriptionTypeAdditional information
code

0 =SUCCESS,1=ERROR,401TIMEOUT

integer

None.

result

Object

None.

message

string

None.

type

string

None.

page

string

None.

pageSize

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "result": {},
  "message": "sample string 3",
  "type": "sample string 4",
  "page": "sample string 5",
  "pageSize": "sample string 6"
}

application/xml, text/xml

Sample:
<resultSuccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Base.Entities">
  <code>1</code>
  <message>sample string 3</message>
  <page>sample string 5</page>
  <pageSize>sample string 6</pageSize>
  <result />
  <type>sample string 4</type>
</resultSuccess>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="code"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="result"

System.Object
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="message"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="type"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="page"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="pageSize"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e--