POST api/RoleBasedAccess/UpdateProfileERPRole
Request Information
URI Parameters
None.
Body Parameters
UpdateProfileERPRoleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileIDs | Collection of integer |
None. |
|
| FK_ERPRoleID | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"profileIDs": [
1,
2
],
"fK_ERPRoleID": 1,
"modifiedBy": 2,
"modifiedDate": "2026-06-18 02:10:43"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.