This method, armed with a CompanyLookup id number previously supplied by the result of AddCompanyLookup or GetCompanyLookups method, will bring back a specific CompanyLookup previously carried out within the system.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Id Required | Int32 | CompanyLookup ID number. | |
| SubUserName New | string | Null or max length 50 characters | Provide a value to check that the specified sub user has permission to access this search. If this is null or empty, then sub-user permissions will not be enforced. |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| SearchRecord | SearchRecord | Instance of CompanyLookup SearchRecord object (see here) |