Exemplo n.º 1
0
 public string salesOrderCreditmemoCreate(string sessionId, string orderIncrementId, salesOrderCreditmemoData creditmemoData, string comment, int notifyCustomer, int includeComment, string refundToStoreCreditAmount)
 {
     object[] results = this.Invoke("salesOrderCreditmemoCreate", new object[] {
                 sessionId,
                 orderIncrementId,
                 creditmemoData,
                 comment,
                 notifyCustomer,
                 includeComment,
                 refundToStoreCreditAmount});
     return ((string)(results[0]));
 }
Exemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BeginsalesOrderCreditmemoCreate(string sessionId, string orderIncrementId, salesOrderCreditmemoData creditmemoData, string comment, int notifyCustomer, int includeComment, string refundToStoreCreditAmount, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("salesOrderCreditmemoCreate", new object[] {
                 sessionId,
                 orderIncrementId,
                 creditmemoData,
                 comment,
                 notifyCustomer,
                 includeComment,
                 refundToStoreCreditAmount}, callback, asyncState);
 }