POST api/{apiVersion}/ConsumerLoan/Refund
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
RefundModelRequestName | Description | Type | Additional information |
---|---|---|---|
ClientSessionId | string |
None. |
|
ConsumerLoanId | globally unique identifier |
None. |
|
CustomerLoanCorporationId | globally unique identifier |
None. |
|
AppCode | integer |
None. |
|
CustomerId | globally unique identifier |
None. |
|
ApplicationId | string |
None. |
|
ApplicationDate | string |
None. |
|
RefundAmount | decimal number |
None. |
|
RefundAmountCurrencyId | globally unique identifier |
None. |
|
RefundType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientSessionId": "sample string 1", "ConsumerLoanId": "c0740558-9b74-464b-ab53-fc0c0e7eccd6", "CustomerLoanCorporationId": "488ad418-ac7f-42ed-a3d9-758909c00f20", "AppCode": 4, "CustomerId": "a9db956b-e3da-4771-be51-657c0f76966d", "ApplicationId": "sample string 6", "ApplicationDate": "sample string 7", "RefundAmount": 8.0, "RefundAmountCurrencyId": "dd6a3ac6-51f6-4e3e-91d6-295f14d1ec41", "RefundType": "sample string 10" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfRefundModelResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | RefundModelResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "BankReferenceId": "sample string 1" }, "IsShowMessage": true, "IsShowRateAndReview": true }