GET api/Functions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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
},
{
"FunctionId": 1,
"FunctionName": "sample string 2",
"CompanyCode": 3
}
]