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": "bd7ccc7b-355f-4122-9b1f-f3b7c95ae9e4", "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>bd7ccc7b-355f-4122-9b1f-f3b7c95ae9e4</IndustryId> <IndustryName>sample string 2</IndustryName> </IndustryResult>