POST api/Investor/v1/GetCancelledLoanAllocationReport

Request Information

URI Parameters

None.

Body Parameters

GetCancelledLoanAllocationReportRequest
NameDescriptionTypeAdditional information
customerId

Unique identifier of customer.

globally unique identifier

None.

transactionCount

Transaction Count.

integer

None.

OrganizationCode

string

None.

UserName

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": "053762df-77e0-4257-a031-79d1a5cecd40",
  "transactionCount": 1,
  "OrganizationCode": "sample string 2",
  "UserName": "sample string 3",
  "Password": "sample string 4"
}

application/xml, text/xml

Sample:
<GetCancelledLoanAllocationReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers.Investor">
  <OrganizationCode xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 2</OrganizationCode>
  <Password xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</Password>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 3</UserName>
  <customerId>053762df-77e0-4257-a031-79d1a5cecd40</customerId>
  <transactionCount>1</transactionCount>
</GetCancelledLoanAllocationReportRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetCancelledLoanAllocationReportRequest'.

Response Information

Resource Description

GetCancelledLoanAllocationReportReply
NameDescriptionTypeAdditional information
Reply

Collection of CancelledLoanAllocation

None.

Ok

boolean

None.

ErrorMessage

string

None.

ErrorCode

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Reply": [
    {
      "Id": "9d3875b0-24fd-4f45-a992-3b062667de31",
      "LoanCurrencyCode": "sample string 2",
      "InvestmentCurrencyCode": "sample string 3",
      "MarketCode": "sample string 4",
      "LoanAmount": 5.0,
      "LoanNumber": "sample string 6",
      "LoanId": "d379ce82-3588-4a8f-abc8-31b4a9dbe1cb",
      "InstallmentCount": 7,
      "LoanInstallmentAmount": 8.0,
      "LoanInterestRate": 9.0,
      "LoanOpeningDate": "2025-05-01T11:08:33.3079414+00:00",
      "RiskClass": 10,
      "InterestRate": 11.0,
      "Amount": 12.0,
      "AllocationTime": "2025-05-01T11:08:33.3079414+00:00",
      "CancelTime": "2025-05-01T11:08:33.3079414+00:00"
    },
    {
      "Id": "9d3875b0-24fd-4f45-a992-3b062667de31",
      "LoanCurrencyCode": "sample string 2",
      "InvestmentCurrencyCode": "sample string 3",
      "MarketCode": "sample string 4",
      "LoanAmount": 5.0,
      "LoanNumber": "sample string 6",
      "LoanId": "d379ce82-3588-4a8f-abc8-31b4a9dbe1cb",
      "InstallmentCount": 7,
      "LoanInstallmentAmount": 8.0,
      "LoanInterestRate": 9.0,
      "LoanOpeningDate": "2025-05-01T11:08:33.3079414+00:00",
      "RiskClass": 10,
      "InterestRate": 11.0,
      "Amount": 12.0,
      "AllocationTime": "2025-05-01T11:08:33.3079414+00:00",
      "CancelTime": "2025-05-01T11:08:33.3079414+00:00"
    }
  ],
  "Ok": true,
  "ErrorMessage": "sample string 2",
  "ErrorCode": "sample string 3",
  "Message": "sample string 4"
}

application/xml, text/xml

Sample:
<GetCancelledLoanAllocationReportReply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers.Investor">
  <ErrorCode xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 3</ErrorCode>
  <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 2</ErrorMessage>
  <Message xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">sample string 4</Message>
  <Ok xmlns="http://schemas.datacontract.org/2004/07/FfApi.Controllers">true</Ok>
  <Reply>
    <CancelledLoanAllocation>
      <AllocationTime>2025-05-01T11:08:33.3079414+00:00</AllocationTime>
      <Amount>12</Amount>
      <CancelTime>2025-05-01T11:08:33.3079414+00:00</CancelTime>
      <Id>9d3875b0-24fd-4f45-a992-3b062667de31</Id>
      <InstallmentCount>7</InstallmentCount>
      <InterestRate>11</InterestRate>
      <InvestmentCurrencyCode>sample string 3</InvestmentCurrencyCode>
      <LoanAmount>5</LoanAmount>
      <LoanCurrencyCode>sample string 2</LoanCurrencyCode>
      <LoanId>d379ce82-3588-4a8f-abc8-31b4a9dbe1cb</LoanId>
      <LoanInstallmentAmount>8</LoanInstallmentAmount>
      <LoanInterestRate>9</LoanInterestRate>
      <LoanNumber>sample string 6</LoanNumber>
      <LoanOpeningDate>2025-05-01T11:08:33.3079414+00:00</LoanOpeningDate>
      <MarketCode>sample string 4</MarketCode>
      <RiskClass>10</RiskClass>
    </CancelledLoanAllocation>
    <CancelledLoanAllocation>
      <AllocationTime>2025-05-01T11:08:33.3079414+00:00</AllocationTime>
      <Amount>12</Amount>
      <CancelTime>2025-05-01T11:08:33.3079414+00:00</CancelTime>
      <Id>9d3875b0-24fd-4f45-a992-3b062667de31</Id>
      <InstallmentCount>7</InstallmentCount>
      <InterestRate>11</InterestRate>
      <InvestmentCurrencyCode>sample string 3</InvestmentCurrencyCode>
      <LoanAmount>5</LoanAmount>
      <LoanCurrencyCode>sample string 2</LoanCurrencyCode>
      <LoanId>d379ce82-3588-4a8f-abc8-31b4a9dbe1cb</LoanId>
      <LoanInstallmentAmount>8</LoanInstallmentAmount>
      <LoanInterestRate>9</LoanInterestRate>
      <LoanNumber>sample string 6</LoanNumber>
      <LoanOpeningDate>2025-05-01T11:08:33.3079414+00:00</LoanOpeningDate>
      <MarketCode>sample string 4</MarketCode>
      <RiskClass>10</RiskClass>
    </CancelledLoanAllocation>
  </Reply>
</GetCancelledLoanAllocationReportReply>