POST api/CustomerScore/ShowCustomerCibilScore

Request Information

URI Parameters

None.

Body Parameters

ScoreModel
NameDescriptionTypeAdditional information
CurrentPage

integer

None.

PageSize

integer

None.

CustomerCode

string

None.

CustomerName

string

None.

AssociateID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

MobileNumber

string

None.

Pan

string

None.

Aadhar

string

None.

CompanyID

integer

None.

ScoreFrom

decimal number

None.

ScoreTo

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentPage": 1,
  "PageSize": 2,
  "CustomerCode": "sample string 3",
  "CustomerName": "sample string 4",
  "AssociateID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "MobileNumber": "sample string 5",
  "Pan": "sample string 6",
  "Aadhar": "sample string 7",
  "CompanyID": 1,
  "ScoreFrom": 1.0,
  "ScoreTo": 1.0
}

application/xml, text/xml

Sample:
<ScoreModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <Aadhar>sample string 7</Aadhar>
  <AreaID>1</AreaID>
  <AssociateID>1</AssociateID>
  <BranchID>1</BranchID>
  <CompanyID>1</CompanyID>
  <CurrentPage>1</CurrentPage>
  <CustomerCode>sample string 3</CustomerCode>
  <CustomerName>sample string 4</CustomerName>
  <MobileNumber>sample string 5</MobileNumber>
  <PageSize>2</PageSize>
  <Pan>sample string 6</Pan>
  <ScoreFrom>1</ScoreFrom>
  <ScoreTo>1</ScoreTo>
</ScoreModel>

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.