POST api/domesticsale/querypricecollectlist

Request Information

URI Parameters

None.

Body Parameters

EntGoldenNxbsImgCollect
NameDescriptionTypeAdditional information
HasPrice

string

None.

UNITCnName

string

None.

ID

integer

None.

ImgNo

string

None.

QTY

decimal number

None.

HeadId

integer

None.

HSCODE

string

None.

GNo

integer

None.

GName

string

None.

UNIT

string

None.

LeftQty

decimal number

None.

CreateUser

string

None.

CreateTime

date

None.

MatchFlag

string

None.

UpdateTime

date

None.

UpdateUser

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "hasPrice": "sample string 1",
  "unitCnName": "sample string 2",
  "id": 3,
  "imgNo": "sample string 4",
  "qty": 5.0,
  "headId": 6,
  "hscode": "sample string 7",
  "gNo": 8,
  "gName": "sample string 9",
  "unit": "sample string 10",
  "leftQty": 11.0,
  "createUser": "sample string 12",
  "createTime": "2024-10-19 04:23:22",
  "matchFlag": "sample string 13",
  "updateTime": "2024-10-19 04:23:22",
  "updateUser": "sample string 14",
  "pageSize": 15,
  "pageIndex": 16,
  "totalCount": 17
}

application/xml, text/xml

Sample:
<EntGoldenNxbsImgCollect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>16</PageIndex>
  <PageSize>15</PageSize>
  <TotalCount>17</TotalCount>
  <CreateTime>2024-10-19T04:23:22.932826+08:00</CreateTime>
  <CreateUser>sample string 12</CreateUser>
  <GName>sample string 9</GName>
  <GNo>8</GNo>
  <HSCODE>sample string 7</HSCODE>
  <HasPrice>sample string 1</HasPrice>
  <HeadId>6</HeadId>
  <ID>3</ID>
  <ImgNo>sample string 4</ImgNo>
  <LeftQty>11</LeftQty>
  <MatchFlag>sample string 13</MatchFlag>
  <QTY>5</QTY>
  <UNIT>sample string 10</UNIT>
  <UNITCnName>sample string 2</UNITCnName>
  <UpdateTime>2024-10-19T04:23:22.932826+08:00</UpdateTime>
  <UpdateUser>sample string 14</UpdateUser>
</EntGoldenNxbsImgCollect>

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>