GET {version}/GetCompanyTypes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyTypeName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
Text | string |
None. |
|
Default | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GUID": "cbd5b5e8-587f-4b9e-bf15-1d7f91749a5f", "Text": "sample string 2", "Default": true }, { "GUID": "cbd5b5e8-587f-4b9e-bf15-1d7f91749a5f", "Text": "sample string 2", "Default": true } ]
application/xml, text/xml
Sample:
<ArrayOfCompanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <CompanyType> <Default>true</Default> <GUID>cbd5b5e8-587f-4b9e-bf15-1d7f91749a5f</GUID> <Text>sample string 2</Text> </CompanyType> <CompanyType> <Default>true</Default> <GUID>cbd5b5e8-587f-4b9e-bf15-1d7f91749a5f</GUID> <Text>sample string 2</Text> </CompanyType> </ArrayOfCompanyType>