POST api/BTMobile/GetDataValue
/// (Input Params = Qtype (Contact Person:9, Designation:10,Class:11,Subject:12,Courses:13,Material:14,EntrySchema:16,UserVisitReportDetails:17,AssignedClient:18,OwnerList:19)) (Result 1 = Success, Result 0 = Failed)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Qtype": 1, "pageIndex": 2, "pageSize": 3, "RoleID": 4, "Value": "sample string 5", "Address": "sample string 6", "ClientTypeID": 7, "ClientID": 8, "UserID": 9, "SearchType": 10 }
application/xml, text/xml
Sample:
<MBTFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <Address>sample string 6</Address> <ClientID>8</ClientID> <ClientTypeID>7</ClientTypeID> <Qtype>1</Qtype> <RoleID>4</RoleID> <SearchType>10</SearchType> <UserID>9</UserID> <Value>sample string 5</Value> <pageIndex>2</pageIndex> <pageSize>3</pageSize> </MBTFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.