GET api/SetupSDEquipmentIndustryField/{accountId}/{companyId}/{industryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| companyId | string |
Required |
|
| industryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SetupSDEquipmentIndustryField| Name | Description | Type | Additional information |
|---|---|---|---|
| KendoID | string |
None. |
|
| SetupSDEquipmentIndustryId | integer |
None. |
|
| SetupSDEquipmentIndustryFieldId | integer |
None. |
|
| FieldType | integer |
None. |
|
| DataType | integer |
None. |
|
| DisplayName | string |
None. |
|
| FieldSortId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | string |
None. |
|
| IsLockedForEditing | boolean |
None. |
|
| LockedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KendoID": "7|sample string 8|1|1",
"SetupSDEquipmentIndustryId": 1,
"SetupSDEquipmentIndustryFieldId": 1,
"FieldType": 2,
"DataType": 3,
"DisplayName": "sample string 4",
"FieldSortId": 5,
"IsActive": true,
"AccountId": 7,
"CompanyId": "sample string 8",
"CreatedOn": "2025-12-16T17:02:25.9344617+00:00",
"CreatedBy": "sample string 10",
"UpdatedOn": "2025-12-16T17:02:25.9344617+00:00",
"UpdatedBy": "sample string 11",
"IsLockedForEditing": true,
"LockedBy": "sample string 13"
},
{
"KendoID": "7|sample string 8|1|1",
"SetupSDEquipmentIndustryId": 1,
"SetupSDEquipmentIndustryFieldId": 1,
"FieldType": 2,
"DataType": 3,
"DisplayName": "sample string 4",
"FieldSortId": 5,
"IsActive": true,
"AccountId": 7,
"CompanyId": "sample string 8",
"CreatedOn": "2025-12-16T17:02:25.9344617+00:00",
"CreatedBy": "sample string 10",
"UpdatedOn": "2025-12-16T17:02:25.9344617+00:00",
"UpdatedBy": "sample string 11",
"IsLockedForEditing": true,
"LockedBy": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfSetupSDEquipmentIndustryField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
<SetupSDEquipmentIndustryField>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">7</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 8</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 10</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:02:25.9344617+00:00</CreatedOn>
<IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
<LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 13</LockedBy>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</UpdatedBy>
<UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:02:25.9344617+00:00</UpdatedOn>
<DataType>3</DataType>
<DisplayName>sample string 4</DisplayName>
<FieldSortId>5</FieldSortId>
<FieldType>2</FieldType>
<IsActive>true</IsActive>
<SetupSDEquipmentIndustryFieldId>1</SetupSDEquipmentIndustryFieldId>
<SetupSDEquipmentIndustryId>1</SetupSDEquipmentIndustryId>
</SetupSDEquipmentIndustryField>
<SetupSDEquipmentIndustryField>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">7</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 8</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 10</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:02:25.9344617+00:00</CreatedOn>
<IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
<LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 13</LockedBy>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</UpdatedBy>
<UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:02:25.9344617+00:00</UpdatedOn>
<DataType>3</DataType>
<DisplayName>sample string 4</DisplayName>
<FieldSortId>5</FieldSortId>
<FieldType>2</FieldType>
<IsActive>true</IsActive>
<SetupSDEquipmentIndustryFieldId>1</SetupSDEquipmentIndustryFieldId>
<SetupSDEquipmentIndustryId>1</SetupSDEquipmentIndustryId>
</SetupSDEquipmentIndustryField>
</ArrayOfSetupSDEquipmentIndustryField>