POST API/MERCHANT/ChangePIN
Request Information
URI Parameters
None.
Body Parameters
MERCHANTChangePinName | Description | Type | Additional information |
---|---|---|---|
OldPin | integer |
None. |
|
NewPin | integer |
None. |
|
ConfirmNewPin | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "OldPin": 1, "NewPin": 2, "ConfirmNewPin": 3 }
text/xml
Sample:
<MERCHANTChangePin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <ConfirmNewPin>3</ConfirmNewPin> <NewPin>2</NewPin> <OldPin>1</OldPin> </MERCHANTChangePin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.