GET api/LeadConfiguration/GetIndustry?ApiToken={ApiToken}&LeadIndustryID={LeadIndustryID}&LeadIndustryCode={LeadIndustryCode}&LeadIndustryName={LeadIndustryName}&IsActive={IsActive}&PageNumber={PageNumber}&PageSize={PageSize}
Gets the lead industry.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ApiToken | string |
None. |
|
LeadIndustryID | integer |
None. |
|
LeadIndustryCode | string |
None. |
|
LeadIndustryName | string |
None. |
|
IsActive | integer |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
The HTTP response message containing the lead industry response data.
LeadIndustryResponseDataModelName | Description | Type | Additional information |
---|---|---|---|
_objLeadIndustry | Collection of LeadIndustryDataModel |
None. |
|
ReturnID | integer |
Required |
|
Message | string |
Required |
|
Successful | boolean |
Required |
|
Code | integer |
None. |
|
TotalRecord | integer |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{ "_objLeadIndustry": [ { "leadIndustryID": 1, "leadIndustryCode": "sample string 1", "leadIndustryName": "sample string 2", "description": "sample string 3", "isActive": 1, "isDeleted": 1, "addedBy": 1, "addedDate": "2025-07-17T05:30:41.4579903+00:00", "modifiedBy": 1, "modifiedDate": "2025-07-17T05:30:41.4579903+00:00", "totalRecord": 4 }, { "leadIndustryID": 1, "leadIndustryCode": "sample string 1", "leadIndustryName": "sample string 2", "description": "sample string 3", "isActive": 1, "isDeleted": 1, "addedBy": 1, "addedDate": "2025-07-17T05:30:41.4579903+00:00", "modifiedBy": 1, "modifiedDate": "2025-07-17T05:30:41.4579903+00:00", "totalRecord": 4 } ], "returnID": 1, "message": "sample string 2", "successful": true, "code": 4, "totalRecord": 5 }
application/xml, text/xml
Sample:
<LeadIndustryResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"> <Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code> <Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message> <ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID> <Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful> <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord> <_objLeadIndustry> <LeadIndustryDataModel> <AddedBy>1</AddedBy> <AddedDate>2025-07-17T05:30:41.4579903+00:00</AddedDate> <Description>sample string 3</Description> <IsActive>1</IsActive> <IsDeleted>1</IsDeleted> <LeadIndustryCode>sample string 1</LeadIndustryCode> <LeadIndustryID>1</LeadIndustryID> <LeadIndustryName>sample string 2</LeadIndustryName> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-07-17T05:30:41.4579903+00:00</ModifiedDate> <TotalRecord>4</TotalRecord> </LeadIndustryDataModel> <LeadIndustryDataModel> <AddedBy>1</AddedBy> <AddedDate>2025-07-17T05:30:41.4579903+00:00</AddedDate> <Description>sample string 3</Description> <IsActive>1</IsActive> <IsDeleted>1</IsDeleted> <LeadIndustryCode>sample string 1</LeadIndustryCode> <LeadIndustryID>1</LeadIndustryID> <LeadIndustryName>sample string 2</LeadIndustryName> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-07-17T05:30:41.4579903+00:00</ModifiedDate> <TotalRecord>4</TotalRecord> </LeadIndustryDataModel> </_objLeadIndustry> </LeadIndustryResponseDataModel>
multipart/form-data
Sample:
<LeadIndustryResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord><_objLeadIndustry><LeadIndustryDataModel><AddedBy>1</AddedBy><AddedDate>2025-07-17T05:30:41.4579903+00:00</AddedDate><Description>sample string 3</Description><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LeadIndustryCode>sample string 1</LeadIndustryCode><LeadIndustryID>1</LeadIndustryID><LeadIndustryName>sample string 2</LeadIndustryName><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T05:30:41.4579903+00:00</ModifiedDate><TotalRecord>4</TotalRecord></LeadIndustryDataModel><LeadIndustryDataModel><AddedBy>1</AddedBy><AddedDate>2025-07-17T05:30:41.4579903+00:00</AddedDate><Description>sample string 3</Description><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LeadIndustryCode>sample string 1</LeadIndustryCode><LeadIndustryID>1</LeadIndustryID><LeadIndustryName>sample string 2</LeadIndustryName><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T05:30:41.4579903+00:00</ModifiedDate><TotalRecord>4</TotalRecord></LeadIndustryDataModel></_objLeadIndustry></LeadIndustryResponseDataModel>