POST api/AppSysAttachment/ExportFileData

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-19 04:03:39",
  "createTimeEnd": "2024-10-19 04:03:39",
  "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-19 04:03:39",
  "createTime": "2024-10-19 04:03:39",
  "createUser": "sample string 11",
  "updateTime": "2024-10-19 04:03:39",
  "updateUser": "sample string 12",
  "archiveTime": "2024-10-19 04:03:39",
  "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-19T04:03:39.0082561+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-19T04:03:39.0082561+08:00</CreateTime>
  <CreateTimeBegin>2024-10-19T04:03:39.0082561+08:00</CreateTimeBegin>
  <CreateTimeEnd>2024-10-19T04:03:39.0082561+08:00</CreateTimeEnd>
  <CreateUser>sample string 11</CreateUser>
  <EntryId>sample string 7</EntryId>
  <IEDate>2024-10-19T04:03:39.0082561+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-19T04:03:39.0082561+08:00</UpdateTime>
  <UpdateUser>sample string 12</UpdateUser>
</EntAppArchiveAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.