POST api/AttachmentList

“GetList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ParentId": "03d79562-3aa1-41d4-ae0f-1a19818488e7",
  "EntityName": "sample string 2",
  "Page": 3,
  "Value": "sample string 4",
  "OperatorId": "5fa03c3e-8a06-416f-919c-4f8264ec6c85",
  "Rows": 5,
  "BeginTime": "2026-05-07T23:25:29.423467+08:00",
  "EndTime": "2026-05-07T23:25:29.423467+08:00"
}

application/xml, text/xml

Sample:
<AttachmentAPIQueryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.DataAccess.Entities">
  <BeginTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:25:29.423467+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:25:29.423467+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">5fa03c3e-8a06-416f-919c-4f8264ec6c85</OperatorId>
  <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">3</Page>
  <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">5</Rows>
  <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 4</Value>
  <EntityName>sample string 2</EntityName>
  <ParentId>03d79562-3aa1-41d4-ae0f-1a19818488e7</ParentId>
</AttachmentAPIQueryParam>

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/" />