POST api/practicalstock/insertbommany

Request Information

URI Parameters

None.

Body Parameters

Collection of EntGoldenRealBom
NameDescriptionTypeAdditional information
GoodsTypeCn

string

None.

ID

integer

None.

ExgNo

string

None.

ImgNo

string

None.

BeginDate

string

None.

GNo

integer

None.

GName

string

None.

DecCm

decimal number

None.

OtherCm

decimal number

None.

CreateUser

string

None.

CreateTime

date

None.

ExgGName

string

None.

HeadId

integer

None.

ImportName

string

None.

UpdateTime

date

None.

UpdateUser

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",
    "id": 2,
    "exgNo": "sample string 3",
    "imgNo": "sample string 4",
    "beginDate": "sample string 5",
    "gNo": 6,
    "gName": "sample string 7",
    "decCm": 8.0,
    "otherCm": 9.0,
    "createUser": "sample string 10",
    "createTime": "2024-10-18 10:52:17",
    "exgGName": "sample string 11",
    "headId": 12,
    "importName": "sample string 13",
    "updateTime": "2024-10-18 10:52:17",
    "updateUser": "sample string 14",
    "goodsType": 15,
    "pageSize": 16,
    "pageIndex": 17,
    "totalCount": 18
  },
  {
    "goodsTypeCn": "sample string 1",
    "id": 2,
    "exgNo": "sample string 3",
    "imgNo": "sample string 4",
    "beginDate": "sample string 5",
    "gNo": 6,
    "gName": "sample string 7",
    "decCm": 8.0,
    "otherCm": 9.0,
    "createUser": "sample string 10",
    "createTime": "2024-10-18 10:52:17",
    "exgGName": "sample string 11",
    "headId": 12,
    "importName": "sample string 13",
    "updateTime": "2024-10-18 10:52:17",
    "updateUser": "sample string 14",
    "goodsType": 15,
    "pageSize": 16,
    "pageIndex": 17,
    "totalCount": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfEntGoldenRealBom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <EntGoldenRealBom>
    <PageIndex>17</PageIndex>
    <PageSize>16</PageSize>
    <TotalCount>18</TotalCount>
    <BeginDate>sample string 5</BeginDate>
    <CreateTime>2024-10-18T10:52:17.6738465+08:00</CreateTime>
    <CreateUser>sample string 10</CreateUser>
    <DecCm>8</DecCm>
    <ExgGName>sample string 11</ExgGName>
    <ExgNo>sample string 3</ExgNo>
    <GName>sample string 7</GName>
    <GNo>6</GNo>
    <GoodsType>15</GoodsType>
    <GoodsTypeCn>sample string 1</GoodsTypeCn>
    <HeadId>12</HeadId>
    <ID>2</ID>
    <ImgNo>sample string 4</ImgNo>
    <ImportName>sample string 13</ImportName>
    <OtherCm>9</OtherCm>
    <UpdateTime>2024-10-18T10:52:17.6738465+08:00</UpdateTime>
    <UpdateUser>sample string 14</UpdateUser>
  </EntGoldenRealBom>
  <EntGoldenRealBom>
    <PageIndex>17</PageIndex>
    <PageSize>16</PageSize>
    <TotalCount>18</TotalCount>
    <BeginDate>sample string 5</BeginDate>
    <CreateTime>2024-10-18T10:52:17.6738465+08:00</CreateTime>
    <CreateUser>sample string 10</CreateUser>
    <DecCm>8</DecCm>
    <ExgGName>sample string 11</ExgGName>
    <ExgNo>sample string 3</ExgNo>
    <GName>sample string 7</GName>
    <GNo>6</GNo>
    <GoodsType>15</GoodsType>
    <GoodsTypeCn>sample string 1</GoodsTypeCn>
    <HeadId>12</HeadId>
    <ID>2</ID>
    <ImgNo>sample string 4</ImgNo>
    <ImportName>sample string 13</ImportName>
    <OtherCm>9</OtherCm>
    <UpdateTime>2024-10-18T10:52:17.6738465+08:00</UpdateTime>
    <UpdateUser>sample string 14</UpdateUser>
  </EntGoldenRealBom>
</ArrayOfEntGoldenRealBom>

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>