POST api/Application/ShowRejectedApplication

Request Information

URI Parameters

None.

Body Parameters

ShowRejectedApplicationModel
NameDescriptionTypeAdditional information
CurrentPage

integer

None.

PageSize

integer

None.

ApplicationCode

string

None.

CustomerName

string

None.

AreaID

integer

None.

BranchID

integer

None.

UnitID

integer

None.

CompanyID

integer

None.

LoanTypeID

integer

None.

RejectedTypeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentPage": 1,
  "PageSize": 2,
  "ApplicationCode": "sample string 3",
  "CustomerName": "sample string 4",
  "AreaID": 1,
  "BranchID": 1,
  "UnitID": 1,
  "CompanyID": 1,
  "LoanTypeID": 1,
  "RejectedTypeID": 1
}

application/xml, text/xml

Sample:
<ShowRejectedApplicationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <ApplicationCode>sample string 3</ApplicationCode>
  <AreaID>1</AreaID>
  <BranchID>1</BranchID>
  <CompanyID>1</CompanyID>
  <CurrentPage>1</CurrentPage>
  <CustomerName>sample string 4</CustomerName>
  <LoanTypeID>1</LoanTypeID>
  <PageSize>2</PageSize>
  <RejectedTypeID>1</RejectedTypeID>
  <UnitID>1</UnitID>
</ShowRejectedApplicationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.