POST api/AppArchiveAttachment/QueryAppAsnAttachment

Request Information

URI Parameters

None.

Body Parameters

EntAppArchiveAttachment
NameDescriptionTypeAdditional information
CreateTimeBegin

date

None.

CreateTimeEnd

date

None.

IeFlag

string

None.

Id

integer

None.

BillNo

string

None.

SplitNo

string

None.

Sku

string

None.

ContractNo

string

None.

EntryId

string

None.

ClearanceNo

string

None.

ArchiveStatus

integer

None.

ArchivePath

string

None.

IEDate

date

None.

CreateTime

date

None.

CreateUser

string

None.

UpdateTime

date

None.

UpdateUser

string

None.

ArchiveTime

date

None.

ArchiveUser

string

None.

InvoiceNo

string

None.

OrganizationCode

string

None.

ArchiveType

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "createTimeBegin": "2024-10-18 22:47:20",
  "createTimeEnd": "2024-10-18 22:47:20",
  "ieFlag": "sample string 1",
  "id": 2,
  "billNo": "sample string 3",
  "splitNo": "sample string 4",
  "sku": "sample string 5",
  "contractNo": "sample string 6",
  "entryId": "sample string 7",
  "clearanceNo": "sample string 8",
  "archiveStatus": 9,
  "archivePath": "sample string 10",
  "ieDate": "2024-10-18 22:47:20",
  "createTime": "2024-10-18 22:47:20",
  "createUser": "sample string 11",
  "updateTime": "2024-10-18 22:47:20",
  "updateUser": "sample string 12",
  "archiveTime": "2024-10-18 22:47:20",
  "archiveUser": "sample string 13",
  "invoiceNo": "sample string 14",
  "organizationCode": "sample string 15",
  "archiveType": 16,
  "pageSize": 17,
  "pageIndex": 18,
  "totalCount": 19
}

application/xml, text/xml

Sample:
<EntAppArchiveAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>18</PageIndex>
  <PageSize>17</PageSize>
  <TotalCount>19</TotalCount>
  <ArchivePath>sample string 10</ArchivePath>
  <ArchiveStatus>9</ArchiveStatus>
  <ArchiveTime>2024-10-18T22:47:20.9756798+08:00</ArchiveTime>
  <ArchiveType>16</ArchiveType>
  <ArchiveUser>sample string 13</ArchiveUser>
  <BillNo>sample string 3</BillNo>
  <ClearanceNo>sample string 8</ClearanceNo>
  <ContractNo>sample string 6</ContractNo>
  <CreateTime>2024-10-18T22:47:20.9756798+08:00</CreateTime>
  <CreateTimeBegin>2024-10-18T22:47:20.9756798+08:00</CreateTimeBegin>
  <CreateTimeEnd>2024-10-18T22:47:20.9756798+08:00</CreateTimeEnd>
  <CreateUser>sample string 11</CreateUser>
  <EntryId>sample string 7</EntryId>
  <IEDate>2024-10-18T22:47:20.9756798+08:00</IEDate>
  <Id>2</Id>
  <IeFlag>sample string 1</IeFlag>
  <InvoiceNo>sample string 14</InvoiceNo>
  <OrganizationCode>sample string 15</OrganizationCode>
  <Sku>sample string 5</Sku>
  <SplitNo>sample string 4</SplitNo>
  <UpdateTime>2024-10-18T22:47:20.9756798+08:00</UpdateTime>
  <UpdateUser>sample string 12</UpdateUser>
</EntAppArchiveAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResultOfPagedResultDataTable
NameDescriptionTypeAdditional 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>