GET api/Search/Get?CID={CID}&Type={Type}&SearchString={SearchString}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CID | string |
Required |
|
| Type | string |
Required |
|
| SearchString | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyMasterList | Collection of Object |
None. |
|
| PartyMasterList | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompanyMasterList": null,
"PartyMasterList": null
}
text/html
Sample:
{"CompanyMasterList":null,"PartyMasterList":null}
application/xml, text/xml
Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models"> <CompanyMasterList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <PartyMasterList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> </SearchModel>