POST GetRecoveryMadeReport

Request Information

URI Parameters

None.

Body Parameters

ReportParams
NameDescriptionTypeAdditional information
CUSTOMER_NO

string

None.

CUSTOMER_ACCOUNT

string

None.

COCODE

integer

None.

ROCODE

integer

None.

BRANCH_CODE

integer

None.

FROM_DATE

string

None.

TO_DATE

string

None.

USER_ID

string

None.

RoleID

integer

None.

IS_SUIT_FILED_BY_BANK

string

None.

LITIGATION_ID

integer

None.

LITIGATION_TYPE_ID

integer

None.

CASE_YEAR

string

None.

FinancialYear

string

None.

FinancialQuarters

integer

None.

SummaryReportHead

string

None.

ReportHead

string

None.

First

integer

None.

Last

integer

None.

ISEXPORT

string

None.

ReportID

integer

None.

ReportSubtype

integer

None.

CaseType

string

None.

OTSType

string

None.

BOOK_LIABILITY

decimal number

None.

CONTRACTUAL_LIABILITY

decimal number

None.

FROM_BOOK_LIABILITY

decimal number

None.

FROM_CONTRACTUAL_LIABILITY

decimal number

None.

TO_BOOK_LIABILITY

decimal number

None.

TO_CONTRACTUAL_LIABILITY

decimal number

None.

FilterType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CUSTOMER_NO": "sample string 1",
  "CUSTOMER_ACCOUNT": "sample string 2",
  "COCODE": 3,
  "ROCODE": 4,
  "BRANCH_CODE": 5,
  "FROM_DATE": "sample string 6",
  "TO_DATE": "sample string 7",
  "USER_ID": "sample string 8",
  "RoleID": 9,
  "IS_SUIT_FILED_BY_BANK": "sample string 10",
  "LITIGATION_ID": 11,
  "LITIGATION_TYPE_ID": 12,
  "CASE_YEAR": "sample string 13",
  "FinancialYear": "sample string 14",
  "FinancialQuarters": 15,
  "SummaryReportHead": "sample string 16",
  "ReportHead": "sample string 17",
  "First": 18,
  "Last": 19,
  "ISEXPORT": "sample string 20",
  "ReportID": 21,
  "ReportSubtype": 22,
  "CaseType": "sample string 23",
  "OTSType": "sample string 24",
  "BOOK_LIABILITY": 25.1,
  "CONTRACTUAL_LIABILITY": 26.1,
  "FROM_BOOK_LIABILITY": 27.1,
  "FROM_CONTRACTUAL_LIABILITY": 28.1,
  "TO_BOOK_LIABILITY": 29.1,
  "TO_CONTRACTUAL_LIABILITY": 30.1,
  "FilterType": "sample string 31"
}

application/xml, text/xml

Sample:
<ReportCls.ReportParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportAPI.Models">
  <BOOK_LIABILITY>25.1</BOOK_LIABILITY>
  <BRANCH_CODE>5</BRANCH_CODE>
  <CASE_YEAR>sample string 13</CASE_YEAR>
  <COCODE>3</COCODE>
  <CONTRACTUAL_LIABILITY>26.1</CONTRACTUAL_LIABILITY>
  <CUSTOMER_ACCOUNT>sample string 2</CUSTOMER_ACCOUNT>
  <CUSTOMER_NO>sample string 1</CUSTOMER_NO>
  <CaseType>sample string 23</CaseType>
  <FROM_BOOK_LIABILITY>27.1</FROM_BOOK_LIABILITY>
  <FROM_CONTRACTUAL_LIABILITY>28.1</FROM_CONTRACTUAL_LIABILITY>
  <FROM_DATE>sample string 6</FROM_DATE>
  <FilterType>sample string 31</FilterType>
  <FinancialQuarters>15</FinancialQuarters>
  <FinancialYear>sample string 14</FinancialYear>
  <First>18</First>
  <ISEXPORT>sample string 20</ISEXPORT>
  <IS_SUIT_FILED_BY_BANK>sample string 10</IS_SUIT_FILED_BY_BANK>
  <LITIGATION_ID>11</LITIGATION_ID>
  <LITIGATION_TYPE_ID>12</LITIGATION_TYPE_ID>
  <Last>19</Last>
  <OTSType>sample string 24</OTSType>
  <ROCODE>4</ROCODE>
  <ReportHead>sample string 17</ReportHead>
  <ReportID>21</ReportID>
  <ReportSubtype>22</ReportSubtype>
  <RoleID>9</RoleID>
  <SummaryReportHead>sample string 16</SummaryReportHead>
  <TO_BOOK_LIABILITY>29.1</TO_BOOK_LIABILITY>
  <TO_CONTRACTUAL_LIABILITY>30.1</TO_CONTRACTUAL_LIABILITY>
  <TO_DATE>sample string 7</TO_DATE>
  <USER_ID>sample string 8</USER_ID>
</ReportCls.ReportParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.