PUT api/Basis/Attachment

Query attachments

Request Information

URI Parameters

None.

Body Parameters

Ft_Attachment
NameDescriptionTypeAdditional information
ID_Checked

boolean

None.

ID

string

None.

Source_Checked

boolean

None.

Source_ID

string

None.

Name_Checked

boolean

None.

Name

string

None.

Size_Checked

boolean

None.

Max_Size

integer

None.

Min_Size

integer

None.

Tag_Checked

boolean

None.

Tag

string

None.

Date_Checked

boolean

None.

Date_Begin

date

None.

Date_End

date

None.

RowsPerPage

integer

None.

CurrentPage

integer

None.

SkipRows

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_Checked": true,
  "ID": "sample string 2",
  "Source_Checked": true,
  "Source_ID": "sample string 4",
  "Name_Checked": true,
  "Name": "sample string 6",
  "Size_Checked": true,
  "Max_Size": 8,
  "Min_Size": 9,
  "Tag_Checked": true,
  "Tag": "sample string 11",
  "Date_Checked": true,
  "Date_Begin": "2025-12-22T04:30:22.2823307+08:00",
  "Date_End": "2025-12-22T04:30:22.2823307+08:00",
  "RowsPerPage": 15,
  "CurrentPage": 16,
  "SkipRows": 225
}

application/xml, text/xml

Sample:
<Ft_Attachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO">
  <CurrentPage>16</CurrentPage>
  <RowsPerPage>15</RowsPerPage>
  <Date_Begin>2025-12-22T04:30:22.2823307+08:00</Date_Begin>
  <Date_Checked>true</Date_Checked>
  <Date_End>2025-12-22T04:30:22.2823307+08:00</Date_End>
  <ID>sample string 2</ID>
  <ID_Checked>true</ID_Checked>
  <Max_Size>8</Max_Size>
  <Min_Size>9</Min_Size>
  <Name>sample string 6</Name>
  <Name_Checked>true</Name_Checked>
  <Size_Checked>true</Size_Checked>
  <Source_Checked>true</Source_Checked>
  <Source_ID>sample string 4</Source_ID>
  <Tag>sample string 11</Tag>
  <Tag_Checked>true</Tag_Checked>
</Ft_Attachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.