GET api/AssaApi/UpdateAssetsByPlandID?Plan_ID={Plan_ID}&Assets_IDS={Assets_IDS}&CompanyCode={CompanyCode}&Timestamp={Timestamp}&Sign={Sign}
更新盘点计划中的资产盘点状态
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Plan_ID |
盘点计划编号 |
integer |
Required |
| Assets_IDS |
批量上传的资产编号,逗号隔开或者是数组 |
string |
Required |
| CompanyCode |
公司代码 |
string |
Required |
| Timestamp |
时间戳 |
string |
Required |
| Sign |
签名 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
UpdateAssetsByPlandIDJsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2"
}