POST api/practicalstock/insertimgmany

Request Information

URI Parameters

None.

Body Parameters

Collection of EntGoldenRealImg
NameDescriptionTypeAdditional information
GoodsTypeCn

string

None.

IsImg

boolean

None.

ID

integer

None.

HeadId

integer

None.

CopGNo

string

None.

QTY

decimal number

None.

HSCODE

string

None.

REASON

string

None.

CreateUser

string

None.

CreateTime

date

None.

ImportName

string

None.

UpdateTime

date

None.

UpdateUser

string

None.

GName

string

None.

BeginDate

string

None.

GoodsType

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "goodsTypeCn": "sample string 1",
    "isImg": true,
    "id": 3,
    "headId": 4,
    "copGNo": "sample string 5",
    "qty": 6.0,
    "hscode": "sample string 7",
    "reason": "sample string 8",
    "createUser": "sample string 9",
    "createTime": "2024-10-18 10:52:18",
    "importName": "sample string 10",
    "updateTime": "2024-10-18 10:52:18",
    "updateUser": "sample string 11",
    "gName": "sample string 12",
    "beginDate": "sample string 13",
    "goodsType": 14,
    "pageSize": 15,
    "pageIndex": 16,
    "totalCount": 17
  },
  {
    "goodsTypeCn": "sample string 1",
    "isImg": true,
    "id": 3,
    "headId": 4,
    "copGNo": "sample string 5",
    "qty": 6.0,
    "hscode": "sample string 7",
    "reason": "sample string 8",
    "createUser": "sample string 9",
    "createTime": "2024-10-18 10:52:18",
    "importName": "sample string 10",
    "updateTime": "2024-10-18 10:52:18",
    "updateUser": "sample string 11",
    "gName": "sample string 12",
    "beginDate": "sample string 13",
    "goodsType": 14,
    "pageSize": 15,
    "pageIndex": 16,
    "totalCount": 17
  }
]

application/xml, text/xml

Sample:
<ArrayOfEntGoldenRealImg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <EntGoldenRealImg>
    <PageIndex>16</PageIndex>
    <PageSize>15</PageSize>
    <TotalCount>17</TotalCount>
    <BeginDate>sample string 13</BeginDate>
    <CopGNo>sample string 5</CopGNo>
    <CreateTime>2024-10-18T10:52:18.0800814+08:00</CreateTime>
    <CreateUser>sample string 9</CreateUser>
    <GName>sample string 12</GName>
    <GoodsType>14</GoodsType>
    <GoodsTypeCn>sample string 1</GoodsTypeCn>
    <HSCODE>sample string 7</HSCODE>
    <HeadId>4</HeadId>
    <ID>3</ID>
    <ImportName>sample string 10</ImportName>
    <IsImg>true</IsImg>
    <QTY>6</QTY>
    <REASON>sample string 8</REASON>
    <UpdateTime>2024-10-18T10:52:18.0800814+08:00</UpdateTime>
    <UpdateUser>sample string 11</UpdateUser>
  </EntGoldenRealImg>
  <EntGoldenRealImg>
    <PageIndex>16</PageIndex>
    <PageSize>15</PageSize>
    <TotalCount>17</TotalCount>
    <BeginDate>sample string 13</BeginDate>
    <CopGNo>sample string 5</CopGNo>
    <CreateTime>2024-10-18T10:52:18.0800814+08:00</CreateTime>
    <CreateUser>sample string 9</CreateUser>
    <GName>sample string 12</GName>
    <GoodsType>14</GoodsType>
    <GoodsTypeCn>sample string 1</GoodsTypeCn>
    <HSCODE>sample string 7</HSCODE>
    <HeadId>4</HeadId>
    <ID>3</ID>
    <ImportName>sample string 10</ImportName>
    <IsImg>true</IsImg>
    <QTY>6</QTY>
    <REASON>sample string 8</REASON>
    <UpdateTime>2024-10-18T10:52:18.0800814+08:00</UpdateTime>
    <UpdateUser>sample string 11</UpdateUser>
  </EntGoldenRealImg>
</ArrayOfEntGoldenRealImg>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResultOfInt32
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Data

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "success": true,
  "data": 3,
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <Data>3</Data>
  <Message>sample string 4</Message>
  <Status>1</Status>
  <Success>true</Success>
</ReturnResultOfint>