POST api/InvetoryInitial/queryBillData

Request Information

URI Parameters

None.

Body Parameters

EntGoldenStockBill
NameDescriptionTypeAdditional information
DDateBegin

date

None.

DDateEnd

date

None.

CopGNo

string

None.

BillDDateBegin

date

None.

BillDDateEnd

date

None.

ErpNo

string

None.

ExgNo

string

None.

ID

integer

None.

DDate

date

None.

BillAgentDate

date

None.

BillNo

string

None.

EntryId

string

None.

IsAgent

string

None.

TradeMode

string

None.

IeFlag

string

None.

HeadId

integer

None.

GoodFlag

string

None.

HekouFlag

string

None.

HezengFlag

string

None.

CreateTime

date

None.

CreateUser

string

None.

BillType

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "dDateBegin": "2024-10-19 05:46:03",
  "dDateEnd": "2024-10-19 05:46:03",
  "copGNo": "sample string 1",
  "billDDateBegin": "2024-10-19 05:46:03",
  "billDDateEnd": "2024-10-19 05:46:03",
  "erpNo": "sample string 2",
  "exgNo": "sample string 3",
  "id": 4,
  "dDate": "2024-10-19 05:46:03",
  "billAgentDate": "2024-10-19 05:46:03",
  "billNo": "sample string 5",
  "entryId": "sample string 6",
  "isAgent": "sample string 7",
  "tradeMode": "sample string 8",
  "ieFlag": "sample string 9",
  "headId": 10,
  "goodFlag": "sample string 11",
  "hekouFlag": "sample string 12",
  "hezengFlag": "sample string 13",
  "createTime": "2024-10-19 05:46:03",
  "createUser": "sample string 14",
  "billType": "sample string 15",
  "pageSize": 16,
  "pageIndex": 17,
  "totalCount": 18
}

application/xml, text/xml

Sample:
<EntGoldenStockBill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>17</PageIndex>
  <PageSize>16</PageSize>
  <TotalCount>18</TotalCount>
  <BillAgentDate>2024-10-19T05:46:03.2643082+08:00</BillAgentDate>
  <BillDDateBegin>2024-10-19T05:46:03.2643082+08:00</BillDDateBegin>
  <BillDDateEnd>2024-10-19T05:46:03.2643082+08:00</BillDDateEnd>
  <BillNo>sample string 5</BillNo>
  <BillType>sample string 15</BillType>
  <CopGNo>sample string 1</CopGNo>
  <CreateTime>2024-10-19T05:46:03.2643082+08:00</CreateTime>
  <CreateUser>sample string 14</CreateUser>
  <DDate>2024-10-19T05:46:03.2643082+08:00</DDate>
  <DDateBegin>2024-10-19T05:46:03.2643082+08:00</DDateBegin>
  <DDateEnd>2024-10-19T05:46:03.2643082+08:00</DDateEnd>
  <EntryId>sample string 6</EntryId>
  <ErpNo>sample string 2</ErpNo>
  <ExgNo>sample string 3</ExgNo>
  <GoodFlag>sample string 11</GoodFlag>
  <HeadId>10</HeadId>
  <HekouFlag>sample string 12</HekouFlag>
  <HezengFlag>sample string 13</HezengFlag>
  <ID>4</ID>
  <IeFlag>sample string 9</IeFlag>
  <IsAgent>sample string 7</IsAgent>
  <TradeMode>sample string 8</TradeMode>
</EntGoldenStockBill>

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>