Retrieves the item of compay sector with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "01db1c0a-b5a9-4a83-b169-10081cb0bcb0",
"parent_id": "ac82f944-4a90-4140-8907-f181d0ad4bd3",
"code": "sample string 3",
"name": "sample string 4"
}