POST api/{apiVersion}/ConsumerLoan/Refund

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

RefundModelRequest
NameDescriptionTypeAdditional 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": "04252455-c947-4b77-bb79-38d97d660d00",
  "CustomerLoanCorporationId": "54cd5798-b7d0-48b7-a132-60a1c84ace9c",
  "AppCode": 4,
  "CustomerId": "99e97343-a2a0-4bd3-8060-480c8e26ca36",
  "ApplicationId": "sample string 6",
  "ApplicationDate": "sample string 7",
  "RefundAmount": 8.0,
  "RefundAmountCurrencyId": "b6e4df59-74a1-48b8-8d1e-2b70b87b09d0",
  "RefundType": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfRefundModelResponse
NameDescriptionTypeAdditional 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
}