POST api/FileLibraryNo/QueryTablePaged

Request Information

URI Parameters

None.

Body Parameters

EntBasCustomerEmsno
NameDescriptionTypeAdditional information
IsEffectiveText

string

None.

IsEffect

boolean

None.

SkipCount

integer

None.

MaxResultCount

integer

None.

Id

integer

None.

CopErpNo

string

None.

CopEmsNo

string

None.

DeclareDate

date

None.

EndDate

date

None.

CreateTime

date

None.

IsEffective

string

None.

CustomerCode

string

None.

CopType

integer

None.

Oftype

integer

None.

CreateBy

string

None.

EmsNo

string

None.

Note

string

None.

CumulativeFlag

string

None.

RowNumber

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "isEffectiveText": "sample string 1",
  "isEffect": true,
  "skipCount": 3,
  "maxResultCount": 4,
  "id": "5",
  "copErpNo": "sample string 6",
  "copEmsNo": "sample string 7",
  "declareDate": "2024-10-19 04:47:30",
  "endDate": "2024-10-19 04:47:30",
  "createTime": "2024-10-19 04:47:30",
  "isEffective": "sample string 8",
  "customerCode": "sample string 9",
  "copType": 10,
  "oftype": 11,
  "createBy": "sample string 12",
  "emsNo": "sample string 13",
  "note": "sample string 14",
  "cumulativeFlag": "sample string 15",
  "rowNumber": "sample string 16",
  "pageSize": 17,
  "pageIndex": 18,
  "totalCount": 19
}

application/xml, text/xml

Sample:
<EntBasCustomerEmsno 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>
  <CopEmsNo>sample string 7</CopEmsNo>
  <CopErpNo>sample string 6</CopErpNo>
  <CopType>10</CopType>
  <CreateBy>sample string 12</CreateBy>
  <CreateTime>2024-10-19T04:47:30.9499276+08:00</CreateTime>
  <CumulativeFlag>sample string 15</CumulativeFlag>
  <CustomerCode>sample string 9</CustomerCode>
  <DeclareDate>2024-10-19T04:47:30.9499276+08:00</DeclareDate>
  <EmsNo>sample string 13</EmsNo>
  <EndDate>2024-10-19T04:47:30.9499276+08:00</EndDate>
  <Id>5</Id>
  <IsEffect>true</IsEffect>
  <IsEffective>sample string 8</IsEffective>
  <IsEffectiveText>sample string 1</IsEffectiveText>
  <MaxResultCount>4</MaxResultCount>
  <Note>sample string 14</Note>
  <Oftype>11</Oftype>
  <RowNumber>sample string 16</RowNumber>
  <SkipCount>3</SkipCount>
</EntBasCustomerEmsno>

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>