POST api/BOS/customerQuery

Request Information

URI Parameters

None.

Body Parameters

CustomerQueryRequestModel
NameDescriptionTypeAdditional information
CustomerName

string

None.

CustomerMobileNo

string

None.

customerEmailID

string

None.

customerRemarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerName": "sample string 1",
  "CustomerMobileNo": "sample string 2",
  "customerEmailID": "sample string 3",
  "customerRemarks": "sample string 4"
}

text/xml

Sample:
<CustomerQueryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <CustomerMobileNo>sample string 2</CustomerMobileNo>
  <CustomerName>sample string 1</CustomerName>
  <customerEmailID>sample string 3</customerEmailID>
  <customerRemarks>sample string 4</customerRemarks>
</CustomerQueryRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerQueryRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.