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": "8f445010-3cc6-4757-8bed-c19f5193a667",
"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>8f445010-3cc6-4757-8bed-c19f5193a667</IndustryId> <IndustryName>sample string 2</IndustryName> </IndustryResult>