Retrieves all items of company sector
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
company_sector| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary Key  | 
                    globally unique identifier | 
                                 Required  | 
                
| parent_id | 
                         Key of parent company_sector  | 
                    globally unique identifier | |
| code | 
                         Field used for embedded entity, to be used for key from external system  | 
                    string | 
                                 Max length: 50  | 
                
| name | 
                         Name of the company sector  | 
                    string | 
                                 Required Max length: 50  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "id": "b041d8b1-9ebb-4700-81ab-282b65b63f72",
  "parent_id": "bfc49bae-906a-45e7-92dc-133942c85b2b",
  "code": "sample string 3",
  "name": "sample string 4"
}