Retrieves all items of company sector

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

company_sector
NameDescriptionTypeAdditional 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": "48a8f8d4-fe49-44ae-8d40-b301e8b0bf52",
  "parent_id": "766e6a5d-b1eb-4022-a53f-0622990ed966",
  "code": "sample string 3",
  "name": "sample string 4"
}