POST api/cancelVoucher?UserID={UserID}&UserPassword={UserPassword}&Auth_Token={Auth_Token}&CustomerCode={CustomerCode}&VoucherNumber={VoucherNumber}

Documentation for 'Cancel'.

Request Information

Parameters

NameDescriptionAdditional information
UserID
Documentation for 'UserID'.

Define this parameter in the request URI.

UserPassword
Documentation for 'UserPassword'.

Define this parameter in the request URI.

Auth_Token
Documentation for 'Auth_Token'.

Define this parameter in the request URI.

CustomerCode
Documentation for 'CustomerCode'.

Define this parameter in the request URI.

VoucherNumber
Documentation for 'VoucherNumber'.

Define this parameter in the request URI.

Response Information

Response body formats

application/xml, text/xml

Sample:
<body xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KC_API.CANCEL_V.Models">
  <StatusCode>sample string 1</StatusCode>
  <StatusDesc>sample string 2</StatusDesc>
</body>