POST api/CustomerCare/SearchCustomerCare

Request Information

URI Parameters

None.

Body Parameters

CustomerSearchModel
NameDescriptionTypeAdditional information
intCustomerUserId

integer

None.

intMerchantId

integer

None.

strEmail

string

None.

strAccountNumber

string

None.

strPhoneNumber

string

None.

bisAll

boolean

None.

intRowsPerPage

integer

None.

intPageNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "intCustomerUserId": 1,
  "intMerchantId": 2,
  "strEmail": "sample string 3",
  "strAccountNumber": "sample string 4",
  "strPhoneNumber": "sample string 5",
  "bisAll": true,
  "intRowsPerPage": 7,
  "intPageNumber": 8
}

application/xml, text/xml

Sample:
<CustomerSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <bisAll>true</bisAll>
  <intCustomerUserId>1</intCustomerUserId>
  <intMerchantId>2</intMerchantId>
  <intPageNumber>8</intPageNumber>
  <intRowsPerPage>7</intRowsPerPage>
  <strAccountNumber>sample string 4</strAccountNumber>
  <strEmail>sample string 3</strEmail>
  <strPhoneNumber>sample string 5</strPhoneNumber>
</CustomerSearchModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.