Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

deleteAttribute
delete an attribute
Request
userxsd:string
passxsd:string
attributes_idxsd:string
attributes_ext_idxsd:string
{
"function":"deleteAttribute",
"paras":{
    "user":"",
    "pass":"",
    "attributes_id":"",
    "attributes_ext_id":""

}}
Response
resulttns:attributeResultItem
{
    "result":{
        "attributes_id":0,
        "attributes_ext_id":0,
        "result":true,
        "message":""
    }
}
  • No labels