PUT api/AppUser?pid={pid}&restore={restore}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

integer

Required

restore

string

Required

Body Parameters

None.

Response Information

Resource Description

AppUser
NameDescriptionTypeAdditional information
UserId

integer

None.

Name

string

None.

UserName

string

None.

Password

string

None.

PwdExpireOn

date

None.

RoleId

integer

None.

RegLocId

integer

None.

CanSignRpt

integer

None.

EmpId

integer

None.

ShowNameOnRpt

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

IsDeleted

integer

None.

IsSuperAdmin

integer

None.

OrgId

integer

None.

Qualification

string

None.

StaffId

integer

None.

ReportNote

string

None.

DiscountLimit

integer

None.

MinCash

integer

None.

OutLetId

integer

None.

UserStamp

Collection of byte

None.

BillAccess

integer

None.

StoreId

integer

None.

ShareOn

integer

None.

OpdCounterId

integer

None.

IsAPIUser

integer

None.

BBOutletId

integer

None.

IsOutStockAllow

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Name": "sample string 2",
  "UserName": "sample string 3",
  "Password": "sample string 4",
  "PwdExpireOn": "2026-05-20T17:28:54.6587392+05:00",
  "RoleId": 6,
  "RegLocId": 7,
  "CanSignRpt": 8,
  "EmpId": 9,
  "ShowNameOnRpt": 10,
  "CreatedBy": 11,
  "CreatedOn": "2026-05-20T17:28:54.6587392+05:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2026-05-20T17:28:54.6587392+05:00",
  "IsDeleted": 13,
  "IsSuperAdmin": 14,
  "OrgId": 15,
  "Qualification": "sample string 16",
  "StaffId": 17,
  "ReportNote": "sample string 18",
  "DiscountLimit": 19,
  "MinCash": 20,
  "OutLetId": 21,
  "UserStamp": "QEA=",
  "BillAccess": 1,
  "StoreId": 22,
  "ShareOn": 23,
  "OpdCounterId": 24,
  "IsAPIUser": 25,
  "BBOutletId": 26,
  "IsOutStockAllow": 27
}