This shows you the differences between two versions of the page.
— |
developer:soap-1.6:methods:cancelsignaturerequest [2013/06/28 11:08] (current) tem created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <embed ..:contents/> | ||
+ | ====== cancelSignatureRequest ====== | ||
+ | |||
+ | Cancel a signature request | ||
+ | |||
+ | ===== Description ===== | ||
+ | |||
+ | Cancels an in progress signature request. Returns the POS device to the idle screen | ||
+ | |||
+ | |||
+ | ===== Syntax ===== | ||
+ | |||
+ | string **cancelSignatureRequest** ( [[..:objects:ueSecurityToken]] Token, string RequestID) | ||
+ | |||
+ | ===== Arguments ===== | ||
+ | |||
+ | ^Type ^Name ^Description ^ | ||
+ | |[[..:objects:ueSecurityToken]] |Token |Merchant security token: used to identify merchant| | ||
+ | |string |RequestID |ID returned by requestSignature | | ||
+ | |||
+ | ===== Return Value ===== | ||
+ | |||
+ | |string |Status |Confirmation message | | ||
+ | |||
+ | |||
+ | ===== Exceptions ===== | ||
+ | |||
+ | The following exceptions (errors) are applicable to this method. | ||
+ | |||
+ | ^Code ^Message ^Advice ^ | ||
+ | |21104 |Signature request not found |The RequestID was not found | | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | |||
+ | ==== PHP ==== | ||
+ | |||
+ | For directions on how to set up the WSDL link, create "$token" and "$client", go to [[..:howto:php|PHP Soap How-to]]. | ||
+ | |||
+ | <code php> | ||
+ | </code> | ||
+ | |||
+ | ==== VB ==== | ||
+ | |||
+ | <code vb> | ||
+ | </code> | ||
+ | |||
+ | ====.NET C# ==== | ||
+ | <code c> | ||
+ | </code> | ||
+ | |||
+ | ==== XML ==== | ||
+ | Request: | ||
+ | <code xml> | ||
+ | |||
+ | </code> | ||
+ | |||
+ | Response: | ||
+ | <code xml> | ||
+ | |||
+ | </code> | ||
+ | |||
+ | ===== Change History ===== | ||
+ | |||
+ | ^Version ^Change ^ | ||
+ | |[[developer:soap-1.6:methods:cancelsignaturerequest|1.6]] | Method added in this release | |