POST api/Customer/ShowCustomer

Request Information

URI Parameters

None.

Body Parameters

ShowCustomerModel
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.

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
}

application/xml, text/xml

Sample:
<ShowCustomerModel 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>
</ShowCustomerModel>

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.