Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: deleteManufacturer
Description: delete a manufacturer
Request
userxsd:string
passxsd:string
manufacturers_idxsd:string
external_idxsd:string
{
"function":"deleteManufacturer",
"paras":{
    "user":"",
    "pass":"",
    "manufacturers_id":"",
    "external_id":""

}}
Response
resulttns:manufacturerResultItem
{
    "result":{
        "manufacturers_id":"",
        "external_id":"",
        "result":true,
        "message":""
    }
}