POST api/AsnAttachment/QueryAppAsnAttachment
Request Information
URI Parameters
None.
Body Parameters
EntAppAsnAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Sku | string |
None. |
|
| SerialNo | string |
None. |
|
| ContractNo | string |
None. |
|
| ClearanceNo | string |
None. |
|
| UserDefine1 | string |
None. |
|
| UserDefine2 | string |
None. |
|
| IEntryId | string |
None. |
|
| IDDate | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"sku": "sample string 2",
"serialNo": "sample string 3",
"contractNo": "sample string 4",
"clearanceNo": "sample string 5",
"userDefine1": "sample string 6",
"userDefine2": "sample string 7",
"iEntryId": "sample string 8",
"idDate": "sample string 9",
"createTime": "2025-12-07 14:14:46",
"createBy": "sample string 10",
"editTime": "2025-12-07 14:14:46",
"editBy": "sample string 11",
"pageSize": 12,
"pageIndex": 13,
"totalCount": 14
}
application/xml, text/xml
Sample:
<EntAppAsnAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>13</PageIndex> <PageSize>12</PageSize> <TotalCount>14</TotalCount> <ClearanceNo>sample string 5</ClearanceNo> <ContractNo>sample string 4</ContractNo> <CreateBy>sample string 10</CreateBy> <CreateTime>2025-12-07T14:14:46.8063863+08:00</CreateTime> <EditBy>sample string 11</EditBy> <EditTime>2025-12-07T14:14:46.8063863+08:00</EditTime> <IDDate>sample string 9</IDDate> <IEntryId>sample string 8</IEntryId> <Id>1</Id> <SerialNo>sample string 3</SerialNo> <Sku>sample string 2</Sku> <UserDefine1>sample string 6</UserDefine1> <UserDefine2>sample string 7</UserDefine2> </EntAppAsnAttachment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultDataTable |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": null
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDataTableDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items i:nil="true" />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDataTableDN9A7J8d>