POST api/UserMangement/SaveRestrictCmntsUserTypeConfigDtls

Request Information

URI Parameters

None.

Body Parameters

UserTypesCls
NameDescriptionTypeAdditional information
UserId

integer

None.

UserTypes

string

None.

CustomerId

integer

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserTypes": "sample string 2",
  "CustomerId": 3,
  "UpdatedBy": 4,
  "UpdatedDate": "2026-02-04T02:30:22.6542538+00:00"
}

application/xml, text/xml

Sample:
<UserTypesCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.Customer">
  <CustomerId>3</CustomerId>
  <UpdatedBy>4</UpdatedBy>
  <UpdatedDate>2026-02-04T02:30:22.6542538+00:00</UpdatedDate>
  <UserId>1</UserId>
  <UserTypes>sample string 2</UserTypes>
</UserTypesCls>

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.