POST api/v1/FindMobileNo

Request Information

URI Parameters

None.

Body Parameters

MobileNoFindInput
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

MobileFindModel
NameDescriptionTypeAdditional 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>