GET api/Functions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Function| Name | Description | Type | Additional information |
|---|---|---|---|
| FunctionId | integer |
None. |
|
| FunctionName | string |
None. |
|
| CompanyCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FunctionId": 1,
"FunctionName": "sample string 2",
"CompanyCode": 3
}