PUT v2/TcuInstallationKits

Gets the list of TCU Installation Kits

Request Information

URI Parameters

None.

Body Parameters

Lhp.EquipmentIntelligence.WebApi.Client.Models.TcuInstallationKit
NameDescriptionTypeAdditional information
TcuInstallationKitId

Unique ID of the TCU installation kit.

integer

None.

TcuTypeId

TCU Type the installation kit includes

integer

None.

TcuInstallationKitMakeId

Optional ID of the Make the installation kit is intended for.

integer

None.

TcuHourReadingTypeId

Indicates how the installation kit intends to read hours.

Lhp.EquipmentIntelligence.WebApi.Client.Models.TcuHourReadingTypes

None.

Number

Unique number of the installation kit.

string

None.

Description

Description of the installation kit.

string

None.

InstallationVerificationNotes

Gets or sets notes related to the verification of the installation process.

string

None.

TcuFilePackageId

Gets or sets the identifier of the associated TCU file package.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TcuInstallationKitId": 1,
  "TcuTypeId": 2,
  "TcuInstallationKitMakeId": 1,
  "TcuHourReadingTypeId": 0,
  "Number": "sample string 3",
  "Description": "sample string 4",
  "InstallationVerificationNotes": "sample string 5",
  "TcuFilePackageId": 1
}

application/xml, text/xml

Sample:
<TcuInstallationKit xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TcuInstallationKitId>1</TcuInstallationKitId>
  <TcuTypeId>2</TcuTypeId>
  <TcuInstallationKitMakeId>1</TcuInstallationKitMakeId>
  <TcuHourReadingTypeId>None</TcuHourReadingTypeId>
  <Number>sample string 3</Number>
  <Description>sample string 4</Description>
  <InstallationVerificationNotes>sample string 5</InstallationVerificationNotes>
  <TcuFilePackageId>1</TcuFilePackageId>
</TcuInstallationKit>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.