POST api/practicalstock/queryconvertlist

Request Information

URI Parameters

None.

Body Parameters

EntGoldenRealConvert
NameDescriptionTypeAdditional information
GoodsTypeCn

string

None.

ID

integer

None.

ExgNo

string

None.

QTY

decimal number

None.

BeginDate

string

None.

DecCm

decimal number

None.

ImgNo

string

None.

TotalCm

decimal number

None.

GNo

integer

None.

HeadId

integer

None.

ExgId

integer

None.

CreateTime

date

None.

CreateUser

string

None.

UpdateTime

date

None.

UpdateUser

string

None.

BatchId

string

None.

GoodsType

integer

None.

GName

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "goodsTypeCn": "sample string 1",
  "id": 2,
  "exgNo": "sample string 3",
  "qty": 4.0,
  "beginDate": "sample string 5",
  "decCm": 6.0,
  "imgNo": "sample string 7",
  "totalCm": 8.0,
  "gNo": 9,
  "headId": 10,
  "exgId": 11,
  "createTime": "2024-10-18 10:52:17",
  "createUser": "sample string 12",
  "updateTime": "2024-10-18 10:52:17",
  "updateUser": "sample string 13",
  "batchId": "sample string 14",
  "goodsType": 15,
  "gName": "sample string 16",
  "pageSize": 17,
  "pageIndex": 18,
  "totalCount": 19
}

application/xml, text/xml

Sample:
<EntGoldenRealConvert 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>
  <BatchId>sample string 14</BatchId>
  <BeginDate>sample string 5</BeginDate>
  <CreateTime>2024-10-18T10:52:17.4082861+08:00</CreateTime>
  <CreateUser>sample string 12</CreateUser>
  <DecCm>6</DecCm>
  <ExgId>11</ExgId>
  <ExgNo>sample string 3</ExgNo>
  <GName>sample string 16</GName>
  <GNo>9</GNo>
  <GoodsType>15</GoodsType>
  <GoodsTypeCn>sample string 1</GoodsTypeCn>
  <HeadId>10</HeadId>
  <ID>2</ID>
  <ImgNo>sample string 7</ImgNo>
  <QTY>4</QTY>
  <TotalCm>8</TotalCm>
  <UpdateTime>2024-10-18T10:52:17.4082861+08:00</UpdateTime>
  <UpdateUser>sample string 13</UpdateUser>
</EntGoldenRealConvert>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResultOfPagedResultOfEntGoldenRealConvert
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Data

PagedResultOfEntGoldenRealConvert

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "success": true,
  "data": {
    "totalCount": 1,
    "items": [
      {
        "goodsTypeCn": "sample string 1",
        "id": 2,
        "exgNo": "sample string 3",
        "qty": 4.0,
        "beginDate": "sample string 5",
        "decCm": 6.0,
        "imgNo": "sample string 7",
        "totalCm": 8.0,
        "gNo": 9,
        "headId": 10,
        "exgId": 11,
        "createTime": "2024-10-18 10:52:17",
        "createUser": "sample string 12",
        "updateTime": "2024-10-18 10:52:17",
        "updateUser": "sample string 13",
        "batchId": "sample string 14",
        "goodsType": 15,
        "gName": "sample string 16",
        "pageSize": 17,
        "pageIndex": 18,
        "totalCount": 19
      },
      {
        "goodsTypeCn": "sample string 1",
        "id": 2,
        "exgNo": "sample string 3",
        "qty": 4.0,
        "beginDate": "sample string 5",
        "decCm": 6.0,
        "imgNo": "sample string 7",
        "totalCm": 8.0,
        "gNo": 9,
        "headId": 10,
        "exgId": 11,
        "createTime": "2024-10-18 10:52:17",
        "createUser": "sample string 12",
        "updateTime": "2024-10-18 10:52:17",
        "updateUser": "sample string 13",
        "batchId": "sample string 14",
        "goodsType": 15,
        "gName": "sample string 16",
        "pageSize": 17,
        "pageIndex": 18,
        "totalCount": 19
      }
    ]
  },
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<ReturnResultOfPagedResultOfEntGoldenRealConvertJWrFJ9jlDN9A7J8d 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>
      <EntGoldenRealConvert>
        <PageIndex>18</PageIndex>
        <PageSize>17</PageSize>
        <TotalCount>19</TotalCount>
        <BatchId>sample string 14</BatchId>
        <BeginDate>sample string 5</BeginDate>
        <CreateTime>2024-10-18T10:52:17.4238275+08:00</CreateTime>
        <CreateUser>sample string 12</CreateUser>
        <DecCm>6</DecCm>
        <ExgId>11</ExgId>
        <ExgNo>sample string 3</ExgNo>
        <GName>sample string 16</GName>
        <GNo>9</GNo>
        <GoodsType>15</GoodsType>
        <GoodsTypeCn>sample string 1</GoodsTypeCn>
        <HeadId>10</HeadId>
        <ID>2</ID>
        <ImgNo>sample string 7</ImgNo>
        <QTY>4</QTY>
        <TotalCm>8</TotalCm>
        <UpdateTime>2024-10-18T10:52:17.4238275+08:00</UpdateTime>
        <UpdateUser>sample string 13</UpdateUser>
      </EntGoldenRealConvert>
      <EntGoldenRealConvert>
        <PageIndex>18</PageIndex>
        <PageSize>17</PageSize>
        <TotalCount>19</TotalCount>
        <BatchId>sample string 14</BatchId>
        <BeginDate>sample string 5</BeginDate>
        <CreateTime>2024-10-18T10:52:17.4238275+08:00</CreateTime>
        <CreateUser>sample string 12</CreateUser>
        <DecCm>6</DecCm>
        <ExgId>11</ExgId>
        <ExgNo>sample string 3</ExgNo>
        <GName>sample string 16</GName>
        <GNo>9</GNo>
        <GoodsType>15</GoodsType>
        <GoodsTypeCn>sample string 1</GoodsTypeCn>
        <HeadId>10</HeadId>
        <ID>2</ID>
        <ImgNo>sample string 7</ImgNo>
        <QTY>4</QTY>
        <TotalCm>8</TotalCm>
        <UpdateTime>2024-10-18T10:52:17.4238275+08:00</UpdateTime>
        <UpdateUser>sample string 13</UpdateUser>
      </EntGoldenRealConvert>
    </d2p1:items>
    <d2p1:totalCount>1</d2p1:totalCount>
  </Data>
  <Message>sample string 3</Message>
  <Status>1</Status>
  <Success>true</Success>
</ReturnResultOfPagedResultOfEntGoldenRealConvertJWrFJ9jlDN9A7J8d>