GET v2/Providers/{id}
Get the specified provider by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Provider ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lhp.EquipmentIntelligence.WebApi.Client.Models.ProviderName | Description | Type | Additional 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>