POST api/SaveInventoryTransferInfo
保存/发起 调拨信息
Request Information
URI Parameters
None.
Body Parameters
InventoryTransferInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateUserID |
创建人 |
integer |
None. |
| InventorID |
调拨单号 |
string |
None. |
| InStockCode |
调入仓库 |
string |
None. |
| OutStockCode |
调出仓库 |
string |
None. |
| Remark |
备注 |
string |
None. |
| Status |
调拨状态 |
integer |
None. |
| strStatus |
调拨状态 文本 |
string |
None. |
| lst | Collection of InventoryTransferDetailsInfo |
None. |
|
| CompanyID |
公司id |
integer |
None. |
| CreateUserName |
创建人 |
string |
None. |
| InventoryName |
调拨名称 |
string |
None. |
| IDX |
主键 |
integer |
None. |
| DelFlag |
逻辑删除标识 0 未删除 1 已删除 |
integer |
None. |
| WriteTime |
数据写入时间 |
date |
None. |
| UpdateTime |
数据最后一次更新时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreateUserID": 1,
"InventorID": "sample string 2",
"InStockCode": "sample string 3",
"OutStockCode": "sample string 4",
"Remark": "sample string 5",
"Status": 6,
"strStatus": "",
"lst": [
{
"materialRefCompanyID": 1,
"InventorID": "sample string 2",
"InventorIDX": 3,
"LotNum": "sample string 4",
"LotNo": "sample string 5",
"ExpiredDate": "sample string 6",
"InventoryNum": 7.0,
"StockSellID": 8,
"InvCode": "sample string 9",
"InvName": "sample string 10",
"DINum": "sample string 11",
"Specification": "sample string 12",
"StockUnitN": "sample string 13",
"BrandName": "sample string 14",
"MaterialTypeName": "sample string 15",
"MaterialSubTypeName": "sample string 16",
"StorageConditionName": "sample string 17",
"StockNum": 18.0,
"INStockName": "sample string 19",
"OUTStockName": "sample string 20",
"Status": 21,
"strStatus": "",
"CreateUserName": "sample string 22",
"InventoryName": "sample string 23",
"InStockCode": "sample string 24",
"OutStockCode": "sample string 25",
"InventoryTime": "2026-04-05 22:33:28",
"InventoryUserName": "sample string 26",
"Remark": "sample string 27",
"IDX": 28,
"DelFlag": 29,
"WriteTime": "2026-04-05 22:33:28",
"UpdateTime": "2026-04-05 22:33:28"
},
{
"materialRefCompanyID": 1,
"InventorID": "sample string 2",
"InventorIDX": 3,
"LotNum": "sample string 4",
"LotNo": "sample string 5",
"ExpiredDate": "sample string 6",
"InventoryNum": 7.0,
"StockSellID": 8,
"InvCode": "sample string 9",
"InvName": "sample string 10",
"DINum": "sample string 11",
"Specification": "sample string 12",
"StockUnitN": "sample string 13",
"BrandName": "sample string 14",
"MaterialTypeName": "sample string 15",
"MaterialSubTypeName": "sample string 16",
"StorageConditionName": "sample string 17",
"StockNum": 18.0,
"INStockName": "sample string 19",
"OUTStockName": "sample string 20",
"Status": 21,
"strStatus": "",
"CreateUserName": "sample string 22",
"InventoryName": "sample string 23",
"InStockCode": "sample string 24",
"OutStockCode": "sample string 25",
"InventoryTime": "2026-04-05 22:33:28",
"InventoryUserName": "sample string 26",
"Remark": "sample string 27",
"IDX": 28,
"DelFlag": 29,
"WriteTime": "2026-04-05 22:33:28",
"UpdateTime": "2026-04-05 22:33:28"
}
],
"CompanyID": 7,
"CreateUserName": "sample string 8",
"InventoryName": "sample string 9",
"IDX": 10,
"DelFlag": 11,
"WriteTime": "2026-04-05 22:33:28",
"UpdateTime": "2026-04-05 22:33:28"
}
application/xml, text/xml
Sample:
<InventoryTransferInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models">
<DelFlag>11</DelFlag>
<IDX>10</IDX>
<UpdateTime>2026-04-05T22:33:28.8332917+08:00</UpdateTime>
<WriteTime>2026-04-05T22:33:28.8332917+08:00</WriteTime>
<CompanyID>7</CompanyID>
<CreateUserID>1</CreateUserID>
<CreateUserName>sample string 8</CreateUserName>
<InStockCode>sample string 3</InStockCode>
<InventorID>sample string 2</InventorID>
<InventoryName>sample string 9</InventoryName>
<OutStockCode>sample string 4</OutStockCode>
<Remark>sample string 5</Remark>
<Status>6</Status>
<lst>
<InventoryTransferDetailsInfo>
<DelFlag>29</DelFlag>
<IDX>28</IDX>
<UpdateTime>2026-04-05T22:33:28.8332917+08:00</UpdateTime>
<WriteTime>2026-04-05T22:33:28.8332917+08:00</WriteTime>
<BrandName>sample string 14</BrandName>
<CreateUserName>sample string 22</CreateUserName>
<DINum>sample string 11</DINum>
<ExpiredDate>sample string 6</ExpiredDate>
<INStockName>sample string 19</INStockName>
<InStockCode>sample string 24</InStockCode>
<InvCode>sample string 9</InvCode>
<InvName>sample string 10</InvName>
<InventorID>sample string 2</InventorID>
<InventorIDX>3</InventorIDX>
<InventoryName>sample string 23</InventoryName>
<InventoryNum>7</InventoryNum>
<InventoryTime>2026-04-05T22:33:28.8332917+08:00</InventoryTime>
<InventoryUserName>sample string 26</InventoryUserName>
<LotNo>sample string 5</LotNo>
<LotNum>sample string 4</LotNum>
<MaterialSubTypeName>sample string 16</MaterialSubTypeName>
<MaterialTypeName>sample string 15</MaterialTypeName>
<OUTStockName>sample string 20</OUTStockName>
<OutStockCode>sample string 25</OutStockCode>
<Remark>sample string 27</Remark>
<Specification>sample string 12</Specification>
<Status>21</Status>
<StockNum>18</StockNum>
<StockSellID>8</StockSellID>
<StockUnitN>sample string 13</StockUnitN>
<StorageConditionName>sample string 17</StorageConditionName>
<materialRefCompanyID>1</materialRefCompanyID>
</InventoryTransferDetailsInfo>
<InventoryTransferDetailsInfo>
<DelFlag>29</DelFlag>
<IDX>28</IDX>
<UpdateTime>2026-04-05T22:33:28.8332917+08:00</UpdateTime>
<WriteTime>2026-04-05T22:33:28.8332917+08:00</WriteTime>
<BrandName>sample string 14</BrandName>
<CreateUserName>sample string 22</CreateUserName>
<DINum>sample string 11</DINum>
<ExpiredDate>sample string 6</ExpiredDate>
<INStockName>sample string 19</INStockName>
<InStockCode>sample string 24</InStockCode>
<InvCode>sample string 9</InvCode>
<InvName>sample string 10</InvName>
<InventorID>sample string 2</InventorID>
<InventorIDX>3</InventorIDX>
<InventoryName>sample string 23</InventoryName>
<InventoryNum>7</InventoryNum>
<InventoryTime>2026-04-05T22:33:28.8332917+08:00</InventoryTime>
<InventoryUserName>sample string 26</InventoryUserName>
<LotNo>sample string 5</LotNo>
<LotNum>sample string 4</LotNum>
<MaterialSubTypeName>sample string 16</MaterialSubTypeName>
<MaterialTypeName>sample string 15</MaterialTypeName>
<OUTStockName>sample string 20</OUTStockName>
<OutStockCode>sample string 25</OutStockCode>
<Remark>sample string 27</Remark>
<Specification>sample string 12</Specification>
<Status>21</Status>
<StockNum>18</StockNum>
<StockSellID>8</StockSellID>
<StockUnitN>sample string 13</StockUnitN>
<StorageConditionName>sample string 17</StorageConditionName>
<materialRefCompanyID>1</materialRefCompanyID>
</InventoryTransferDetailsInfo>
</lst>
</InventoryTransferInfo>
Response Information
Resource Description
保存/发起 调拨信息
ApiRet| Name | Description | Type | Additional information |
|---|---|---|---|
| RetCode |
状态码 |
string |
None. |
| RetMsg |
状态描述 |
string |
None. |
| Message |
数据实体 |
Object |
None. |
| Total |
查询结果所有页的总条数 |
integer |
None. |
| TotalPage |
总页数 |
integer |
None. |
| Redirect |
需重定向的地址 |
string |
None. |
| FieldStr |
列表字段管理 |
Object |
None. |
| CurrentTime |
当前时间 |
date |
None. |
| IDX |
主键 |
integer |
None. |
| DelFlag |
删除标识 0未删除 1:已删除 |
integer |
None. |
| PageIndex |
列表请求参数 |
integer |
None. |
| PageSize |
列表请求参数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RetCode": "sample string 1",
"RetMsg": "sample string 2",
"Message": {},
"Total": 4,
"TotalPage": 5,
"Redirect": "sample string 6",
"FieldStr": {},
"CurrentTime": "2026-04-05 22:33:28",
"IDX": 9,
"DelFlag": 10,
"PageIndex": 11,
"PageSize": 12
}
application/xml, text/xml
Sample:
<ApiRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.Common"> <_x003C_DelFlag_x003E_k__BackingField>10</_x003C_DelFlag_x003E_k__BackingField> <_x003C_IDX_x003E_k__BackingField>9</_x003C_IDX_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField> <CurrentTime>2026-04-05T22:33:28.8645463+08:00</CurrentTime> <FieldStr /> <Message /> <Redirect>sample string 6</Redirect> <RetCode>sample string 1</RetCode> <RetMsg>sample string 2</RetMsg> <Total>4</Total> <TotalPage>5</TotalPage> </ApiRet>