POST api/AssaApi/UpdateAssetsLabel?Plan_ID={Plan_ID}&Assets_ID={Assets_ID}&Assets_Label={Assets_Label}&Assets_Remark={Assets_Remark}&CompanyCode={CompanyCode}&Timestamp={Timestamp}&Sign={Sign}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Plan_ID

integer

Required

Assets_ID

integer

Required

Assets_Label

string

Required

Assets_Remark

string

Required

CompanyCode

string

Required

Timestamp

string

Required

Sign

string

Required

Body Parameters

None.

Response Information

Resource Description

UpdateAssetsByPlandIDJsonResult
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2"
}