GET api/PaymentUpdate/UpdatePaymentRequestWallet1?Username={Username}&Password={Password}&Status={Status}&Id={Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Username | string |
Required |
|
Password | string |
Required |
|
Status | integer |
Required |
|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StatusMessageName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2" }
application/xml, text/xml
Sample:
<StatusMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Entity"> <message>sample string 2</message> <status>sample string 1</status> </StatusMessage>