POST api/AttachmentDelete
“Detail”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| entity | “entity”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "eb3bae26-ca47-4976-a727-94288f2d4e8e",
"ParentId": "dfecbe64-ff0e-4dff-8ac1-113e2391ca66",
"EntityName": "sample string 3",
"MediaUrl": "sample string 4",
"FileName": "sample string 5",
"FileType": "sample string 6",
"FileSize": 7.1,
"Note": "sample string 8",
"CreateTime": "2026-08-04T11:54:31.3370714+08:00",
"OperatorId": "2823788d-a226-499e-a6ee-5c8681345737",
"IsJudgment": true
}
application/xml, text/xml
Sample:
<AttachmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.Model"> <CreateTime>2026-08-04T11:54:31.3370714+08:00</CreateTime> <EntityName>sample string 3</EntityName> <FileName>sample string 5</FileName> <FileSize>7.1</FileSize> <FileType>sample string 6</FileType> <Id>eb3bae26-ca47-4976-a727-94288f2d4e8e</Id> <IsJudgment>true</IsJudgment> <MediaUrl>sample string 4</MediaUrl> <Note>sample string 8</Note> <OperatorId>2823788d-a226-499e-a6ee-5c8681345737</OperatorId> <ParentId>dfecbe64-ff0e-4dff-8ac1-113e2391ca66</ParentId> </AttachmentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />