setOrderStati(JSON)
Function: setOrderStati | |
Description: set new order stati for a list of orders | |
Request | |
user | xsd:string |
pass | xsd:string |
order_ids | tns:arrayOfInt |
new_status_id | xsd:int |
comments | xsd:string |
sendmail | xsd:int |
{ "function":"setOrderStati", "paras":{ "user":"", "pass":"", "order_ids":[], "new_status_id":0, "comments":"", "sendmail":0 }} | |
Response | |
result | xsd:boolean |
message | xsd:string |
{ "result":"", "message":"" } |