This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.3:methods:deletereceipt [2010/09/02 13:23] irina |
developer:soap-1.3:methods:deletereceipt [2010/10/13 15:59] (current) irina |
||
---|---|---|---|
Line 61: | Line 61: | ||
<code vb> | <code vb> | ||
+ | Dim receiptNum As String | ||
+ | receiptNum = "10" | ||
+ | Dim response As Boolean | ||
+ | response = client.deleteReceipt(token, receiptNum) | ||
+ | MsgBox(response) | ||
</code> | </code> | ||