Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: deleteCustomerByMailAdr
Description: delete a customer
Request
userxsd:string
passxsd:string
customer_mailxsd:string
shop_idxsd:string
{
"function":"deleteCustomerByMailAdr",
"paras":{
    "user":"",
    "pass":"",
    "customer_mail":"",
    "shop_id":""

}}
Response
resultxsd:boolean
messagexsd:string
{
    "result":"",
    "message":""
}