POST api/RoleBasedAccess/UpdateProfileERPRole

Request Information

URI Parameters

None.

Body Parameters

UpdateProfileERPRoleRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.