DELETE api/WorkTaskTemporary/{WorkTaskID}/CPRItemBelong/{TID}?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
规则设置 删除
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DomainId |
域Id |
globally unique identifier |
None. |
AccountId |
账户Id |
globally unique identifier |
None. |
PersonId |
人员Id |
globally unique identifier |
None. |
WorkTaskID | globally unique identifier |
Required |
|
TID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfListOfCPRItemBelongDTOName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | Collection of CPRItemBelongDTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": [ { "TID": "0448defa-716d-4f4c-8526-dcac9a15b3aa", "ItemBelongName": "sample string 1", "IsCombo": true, "WorkTaskID": "12d76c5d-604f-46b5-8c39-e2d247586643", "Sequence": 1, "FormulaMode": "sample string 2", "CPRItemID": "c906c9eb-a25f-435d-874c-71c5c1b49451", "ItemValue": "sample string 3", "CPRItemName": "sample string 4", "CPRItemBelongIDs": [ "45d89831-9504-4dfc-a7fd-a7ad989167f9", "d370eb70-f940-4ede-8705-68a1f15cb926" ], "CPRItemBelong_CPRItemTID": "a9cc9387-9950-4c97-ada1-23c9fe221aa0", "GroupName": "sample string 5" }, { "TID": "0448defa-716d-4f4c-8526-dcac9a15b3aa", "ItemBelongName": "sample string 1", "IsCombo": true, "WorkTaskID": "12d76c5d-604f-46b5-8c39-e2d247586643", "Sequence": 1, "FormulaMode": "sample string 2", "CPRItemID": "c906c9eb-a25f-435d-874c-71c5c1b49451", "ItemValue": "sample string 3", "CPRItemName": "sample string 4", "CPRItemBelongIDs": [ "45d89831-9504-4dfc-a7fd-a7ad989167f9", "d370eb70-f940-4ede-8705-68a1f15cb926" ], "CPRItemBelong_CPRItemTID": "a9cc9387-9950-4c97-ada1-23c9fe221aa0", "GroupName": "sample string 5" } ] }
application/xml, text/xml
Sample:
<ResultModelOfArrayOfCPRItemBelongDTOYWEC5V_S_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.WorkTaskTemporary"> <d2p1:CPRItemBelongDTO> <d2p1:CPRItemBelongIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>45d89831-9504-4dfc-a7fd-a7ad989167f9</d4p1:guid> <d4p1:guid>d370eb70-f940-4ede-8705-68a1f15cb926</d4p1:guid> </d2p1:CPRItemBelongIDs> <d2p1:CPRItemBelong_CPRItemTID>a9cc9387-9950-4c97-ada1-23c9fe221aa0</d2p1:CPRItemBelong_CPRItemTID> <d2p1:CPRItemID>c906c9eb-a25f-435d-874c-71c5c1b49451</d2p1:CPRItemID> <d2p1:CPRItemName>sample string 4</d2p1:CPRItemName> <d2p1:FormulaMode>sample string 2</d2p1:FormulaMode> <d2p1:GroupName>sample string 5</d2p1:GroupName> <d2p1:IsCombo>true</d2p1:IsCombo> <d2p1:ItemBelongName>sample string 1</d2p1:ItemBelongName> <d2p1:ItemValue>sample string 3</d2p1:ItemValue> <d2p1:Sequence>1</d2p1:Sequence> <d2p1:TID>0448defa-716d-4f4c-8526-dcac9a15b3aa</d2p1:TID> <d2p1:WorkTaskID>12d76c5d-604f-46b5-8c39-e2d247586643</d2p1:WorkTaskID> </d2p1:CPRItemBelongDTO> <d2p1:CPRItemBelongDTO> <d2p1:CPRItemBelongIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>45d89831-9504-4dfc-a7fd-a7ad989167f9</d4p1:guid> <d4p1:guid>d370eb70-f940-4ede-8705-68a1f15cb926</d4p1:guid> </d2p1:CPRItemBelongIDs> <d2p1:CPRItemBelong_CPRItemTID>a9cc9387-9950-4c97-ada1-23c9fe221aa0</d2p1:CPRItemBelong_CPRItemTID> <d2p1:CPRItemID>c906c9eb-a25f-435d-874c-71c5c1b49451</d2p1:CPRItemID> <d2p1:CPRItemName>sample string 4</d2p1:CPRItemName> <d2p1:FormulaMode>sample string 2</d2p1:FormulaMode> <d2p1:GroupName>sample string 5</d2p1:GroupName> <d2p1:IsCombo>true</d2p1:IsCombo> <d2p1:ItemBelongName>sample string 1</d2p1:ItemBelongName> <d2p1:ItemValue>sample string 3</d2p1:ItemValue> <d2p1:Sequence>1</d2p1:Sequence> <d2p1:TID>0448defa-716d-4f4c-8526-dcac9a15b3aa</d2p1:TID> <d2p1:WorkTaskID>12d76c5d-604f-46b5-8c39-e2d247586643</d2p1:WorkTaskID> </d2p1:CPRItemBelongDTO> </Data> <Message>sample string 1</Message> </ResultModelOfArrayOfCPRItemBelongDTOYWEC5V_S_S>