POST api/adminusers/manageusertype?UserId={UserId}&UserRole={UserRole}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

integer

Required

UserRole

integer

Required

Body Parameters

UserAccountTypeViewModel
NameDescriptionTypeAdditional information
AccountTypeId

integer

None.

TypeName

string

None.

CreatedBy

integer

None.

CreatedOn

date

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountTypeId": 1,
  "TypeName": "sample string 2",
  "CreatedBy": 1,
  "CreatedOn": "2026-09-25T05:54:08.3743739+00:00",
  "IsActive": true,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<UserAccountTypeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Flag360.ViewModels.Admin">
  <AccountTypeId>1</AccountTypeId>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2026-09-25T05:54:08.3743739+00:00</CreatedOn>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <TypeName>sample string 2</TypeName>
</UserAccountTypeViewModel>

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.