POST api/AttachmentDelete

“Detail”的文档。

Request Information

Parameters

NameDescriptionAdditional information
entity
“entity”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "586e2783-312e-4ba7-8770-53318e33d5e4",
  "ParentId": "4ab0208c-0447-4059-be9b-44a19805c19e",
  "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-05-07T23:21:06.3125102+08:00",
  "OperatorId": "6bfbb776-fed4-4f07-81fb-6c4ff84c6e4b",
  "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-05-07T23:21:06.3125102+08:00</CreateTime>
  <EntityName>sample string 3</EntityName>
  <FileName>sample string 5</FileName>
  <FileSize>7.1</FileSize>
  <FileType>sample string 6</FileType>
  <Id>586e2783-312e-4ba7-8770-53318e33d5e4</Id>
  <IsJudgment>true</IsJudgment>
  <MediaUrl>sample string 4</MediaUrl>
  <Note>sample string 8</Note>
  <OperatorId>6bfbb776-fed4-4f07-81fb-6c4ff84c6e4b</OperatorId>
  <ParentId>4ab0208c-0447-4059-be9b-44a19805c19e</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/" />