GET api/SDEquipmentMasterIndustryField/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SDEquipmentIndustryField
NameDescriptionTypeAdditional information
SDEquipmentMasterId

string

None.

SetupSDEquipmentIndustryId

integer

None.

SetupSDEquipmentIndustryFieldId

integer

None.

Value

string

None.

SDServiceMasterId

string

None.

DisplayName

string

None.

DataType

integer

None.

FieldType

integer

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.

Id

integer

None.

FieldPermissions

Collection of DTOFieldPermission

None.

Response Formats

application/json, text/json

Sample:
{
  "SDEquipmentMasterId": "sample string 1",
  "SetupSDEquipmentIndustryId": 2,
  "SetupSDEquipmentIndustryFieldId": 3,
  "Value": "sample string 4",
  "SDServiceMasterId": "sample string 5",
  "DisplayName": "sample string 6",
  "DataType": 7,
  "FieldType": 8,
  "AccountId": 9,
  "CompanyId": "sample string 10",
  "CreatedOn": "2025-12-16T20:34:36.308105+00:00",
  "CreatedBy": "sample string 12",
  "UpdatedOn": "2025-12-16T20:34:36.308105+00:00",
  "UpdatedBy": "sample string 13",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 15",
  "Id": 16,
  "FieldPermissions": []
}

application/xml, text/xml

Sample:
<SDEquipmentIndustryField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">16</Id>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 12</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:34:36.308105+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 15</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 13</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:34:36.308105+00:00</UpdatedOn>
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">9</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 10</CompanyId>
  <DataType>7</DataType>
  <DisplayName>sample string 6</DisplayName>
  <FieldType>8</FieldType>
  <SDEquipmentMasterId>sample string 1</SDEquipmentMasterId>
  <SDServiceMasterId>sample string 5</SDServiceMasterId>
  <SetupSDEquipmentIndustryFieldId>3</SetupSDEquipmentIndustryFieldId>
  <SetupSDEquipmentIndustryId>2</SetupSDEquipmentIndustryId>
  <Value>sample string 4</Value>
</SDEquipmentIndustryField>