GET v2/Providers/{id}

Get the specified provider by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The Provider ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Lhp.EquipmentIntelligence.WebApi.Client.Models.Provider
NameDescriptionTypeAdditional information
ProviderId

The provider ID

integer

None.

Name

The provider name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProviderId": 1,
  "Name": "sample string 2"
}

application/xml, text/xml

Sample:
<Provider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ProviderId>1</ProviderId>
  <Name>sample string 2</Name>
</Provider>