deleteCustomer(JSON)
Function: deleteCustomer | |
Description: delete a customer | |
Request | |
user | xsd:string |
pass | xsd:string |
customers_id | xsd:string |
external_id | xsd:string |
{ "function":"deleteCustomer", "paras":{ "user":"", "pass":"", "customers_id":"", "external_id":"" }} | |
Response | |
result | xsd:boolean |
message | xsd:string |
{ "result":"", "message":"" } |