GET eo-industries?ClientId={ClientId}
Retrieve all Industries
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional 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>