PUT api/v1/Permission/Update
Request Information
URI Parameters
None.
Body Parameters
Permission| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required String length: inclusive between 3 and 255 |
|
| _PermissionName | string |
Required String length: inclusive between 2 and 100 |
|
| _SysNumber | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"_PermissionName": "sample string 2",
"_SysNumber": 3,
"_CreationDate": "2025-12-06T17:38:46.0981051+00:00",
"_UpdatedDate": "2025-12-06T17:38:46.0981051+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.