PUT api/v1/admin_RoleLevelAccessType/{roleLevelAccressId}/roleLevelAccressId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roleLevelAccressId

integer

Required

Body Parameters

Admin_RoleLevelAccessTypeVM
NameDescriptionTypeAdditional information
roleLevelAccressId

integer

None.

roleLevelAccessName

string

None.

tenantId

integer

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "roleLevelAccressId": 1,
  "roleLevelAccessName": "sample string 2",
  "tenantId": 1,
  "dateCreated": "2024-09-19T11:01:12.2755465-07:00"
}

application/xml, text/xml

Sample:
<Admin_RoleLevelAccessTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <dateCreated>2024-09-19T11:01:12.2755465-07:00</dateCreated>
  <roleLevelAccessName>sample string 2</roleLevelAccessName>
  <roleLevelAccressId>1</roleLevelAccressId>
  <tenantId>1</tenantId>
</Admin_RoleLevelAccessTypeVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.