GET v1/Providers/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Lhp.EquipmentIntelligence.WebApi.Models.V1.ProviderModel
NameDescriptionTypeAdditional information
ProviderId

Unique identifier of the cellular data provider.

integer

None.

Name

Name of the cellular data provider.

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ProviderModel 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>
</ProviderModel>