POST stock/updatetheoryimg

Request Information

URI Parameters

None.

Body Parameters

EntGoldenStockTheoryImg
NameDescriptionTypeAdditional information
ID

integer

None.

HeadId

integer

None.

EmsNo

string

None.

CopGNo

string

None.

GNo

decimal number

None.

GName

string

None.

InitQty

decimal number

None.

IQtyAdd

decimal number

None.

IQtyMinus

decimal number

None.

EQtyAdd

decimal number

None.

EQtyMinus

decimal number

None.

RemainQty

decimal number

None.

CreateUser

string

None.

UpdateTime

date

None.

UpdateUser

string

None.

CreateTime

date

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "1",
  "headId": "2",
  "emsNo": "sample string 3",
  "copGNo": "sample string 4",
  "gNo": 5.0,
  "gName": "sample string 6",
  "initQty": 7.0,
  "iQtyAdd": 8.0,
  "iQtyMinus": 9.0,
  "eQtyAdd": 10.0,
  "eQtyMinus": 11.0,
  "remainQty": 12.0,
  "createUser": "sample string 13",
  "updateTime": "2024-10-19 04:05:39",
  "updateUser": "sample string 14",
  "createTime": "2024-10-19 04:05:39",
  "pageSize": 15,
  "pageIndex": 16,
  "totalCount": 17
}

application/xml, text/xml

Sample:
<EntGoldenStockTheoryImg 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>
  <CopGNo>sample string 4</CopGNo>
  <CreateTime>2024-10-19T04:05:39.4985999+08:00</CreateTime>
  <CreateUser>sample string 13</CreateUser>
  <EQtyAdd>10</EQtyAdd>
  <EQtyMinus>11</EQtyMinus>
  <EmsNo>sample string 3</EmsNo>
  <GName>sample string 6</GName>
  <GNo>5</GNo>
  <HeadId>2</HeadId>
  <ID>1</ID>
  <IQtyAdd>8</IQtyAdd>
  <IQtyMinus>9</IQtyMinus>
  <InitQty>7</InitQty>
  <RemainQty>12</RemainQty>
  <UpdateTime>2024-10-19T04:05:39.4985999+08:00</UpdateTime>
  <UpdateUser>sample string 14</UpdateUser>
</EntGoldenStockTheoryImg>

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>