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