PUT api/Groups/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| _group | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"GroupID": 1,
"GroupName": "sample string 2",
"GroupNameE": "sample string 3",
"EnterpriseId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.