POST api/BOS/customerQuery
Request Information
URI Parameters
None.
Body Parameters
CustomerQueryRequestModelName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.