POST api/AssaApi/GetPlanListByEmp?ADAccount={ADAccount}&UserId={UserId}&CompanyCode={CompanyCode}&Timestamp={Timestamp}&Sign={Sign}
获取用户名下盘点计划列表(仅获取盘点类型为RFID盘点的计划)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ADAccount |
域账号 |
string |
Required |
| UserId |
UserId |
string |
Required |
| CompanyCode |
公司代码 |
string |
Required |
| Timestamp |
时间戳 |
string |
Required |
| Sign |
签名 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetPlanListByEmpJsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| values | Collection of GetPlanListByEmpItem |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"values": [
{
"Plan_ID": 1,
"Plan_Name": "sample string 2",
"Plan_StartDate": "sample string 3",
"Plan_EndDate": "sample string 4",
"Plan_SumNum": 5,
"Plan_NowNum": 6,
"Plan_StatusName": "sample string 7"
},
{
"Plan_ID": 1,
"Plan_Name": "sample string 2",
"Plan_StartDate": "sample string 3",
"Plan_EndDate": "sample string 4",
"Plan_SumNum": 5,
"Plan_NowNum": 6,
"Plan_StatusName": "sample string 7"
}
],
"Status": 1,
"Message": "sample string 2"
}