GET eo-industries?ClientId={ClientId}

Retrieve all Industries

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

string

Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
IndustryId

globally unique identifier

None.

IndustryName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IndustryId": "82414a64-cd94-4be4-bf4e-ef74f88b3dee",
  "IndustryName": "sample string 2"
}

application/xml, text/xml

Sample:
<IndustryResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <IndustryId>82414a64-cd94-4be4-bf4e-ef74f88b3dee</IndustryId>
  <IndustryName>sample string 2</IndustryName>
</IndustryResult>