Http方法:POST
路由:api/PDA/SaveCheckByCheckList

创建日期:2018/11/17 说 明:提交盘点

请求参数

None.

Body Parameters

SaveCheckRequestInfo
参数名称参数描述类型附加信息
CheckCode

盘点单号

string

None

List

Collection of SaveCheckList

None

User_Id

用户ID

integer

None

UserTrueName

string

None

Storage_Id

仓库ID

integer

None

StorageName

string

None

Role_Id

角色ID

integer

None

RoleName

string

None

Consignor_Id

货主

integer

None

ConsignorCode

string

None

ConsignorName

string

None

Provider_Id

供应商

integer

None

ProviderCode

string

None

ProviderShortName

string

None

Mac

PDA的Mac地址

string

None

where

查询条件

string

None

Request Formats

application/json, text/json

Sample:
{
  "CheckCode": "sample string 1",
  "List": [
    {
      "ProductCode": "sample string 1",
      "ScanQuantity": 2,
      "PositionName": "sample string 3",
      "CheckList_Id": 4
    },
    {
      "ProductCode": "sample string 1",
      "ScanQuantity": 2,
      "PositionName": "sample string 3",
      "CheckList_Id": 4
    },
    {
      "ProductCode": "sample string 1",
      "ScanQuantity": 2,
      "PositionName": "sample string 3",
      "CheckList_Id": 4
    }
  ],
  "User_Id": 2,
  "UserTrueName": "sample string 3",
  "Storage_Id": 4,
  "StorageName": "sample string 5",
  "Role_Id": 6,
  "RoleName": "sample string 7",
  "Consignor_Id": 8,
  "ConsignorCode": "sample string 9",
  "ConsignorName": "sample string 10",
  "Provider_Id": 11,
  "ProviderCode": "sample string 12",
  "ProviderShortName": "sample string 13",
  "Mac": "sample string 14",
  "where": "sample string 15"
}

返回响应信息

创建日期:2018/11/17 说 明:提交盘点

ResultInfo
参数名称参数描述类型附加信息
Result

是否成功

boolean

None

State

状态

string

None

Dynamic

动态附加属性

Object

None

Msg

提示信息

string

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "State": "sample string 2",
  "Dynamic": {},
  "Msg": "sample string 4"
}