POST api/AdminUserRights/SaveUserTypeUser

AdmSaveUserTypeUser

Request Information

URI Parameters

None.

Body Parameters

SaveUserTypeUser
NameDescriptionTypeAdditional information
UserTypeID

integer

None.

UserUUID

globally unique identifier

None.

UserTypeUserActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserTypeID": 1,
  "UserUUID": "4715b702-597c-4fd3-bb05-50c0820f83fe",
  "UserTypeUserActive": true,
  "UserUUIDCur": "c4492e15-f384-4b91-8451-a0e84969b889"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}