POST api/v1/FindMobileNo
Request Information
URI Parameters
None.
Body Parameters
MobileNoFindInput| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| CompID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"CompID": 2
}
application/xml, text/xml
Sample:
<MobileNoFindInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <MobileNo>sample string 1</MobileNo> </MobileNoFindInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MobileFindModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustName": "sample string 1"
}
application/xml, text/xml
Sample:
<MobileFindModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CustName>sample string 1</CustName> </MobileFindModel>