PUT api/Users

Request Information

URI Parameters

None.

Body Parameters

UserUpdateData
NameDescriptionTypeAdditional information
newPassword

string

None.

id

integer

None.

emp

integer

None.

username

string

None.

password

string

None.

IS_Deleted

boolean

None.

disable_icon

integer

None.

hide_icon

integer

None.

used_Nsale_screen

integer

None.

used_Rsale_screen

integer

None.

used_Group_screen

integer

None.

used_Items_screen

integer

None.

used_Bcode_screen

integer

None.

used_Jarde_screen

integer

None.

used_jrans_screen

integer

None.

used_Dialy_screen

integer

None.

used_Point_screen

integer

None.

used_Treas_screen

integer

None.

used_Accnt_screen

integer

None.

used_SSarf_screen

integer

None.

used_Sqabd_screen

integer

None.

used_switch_screen

integer

None.

used_itmove_screen

integer

None.

User_type

integer

None.

register_customer_no_account

integer

None.

used_purch_screen

integer

None.

used_Rpurch_screen

integer

None.

notShowSales

integer

None.

disable_customer

integer

None.

branch

integer

None.

safe

integer

None.

stock

integer

None.

used_shifts_trans

integer

None.

used_shifts_transOpen

integer

None.

used_shifts_transClose

integer

None.

shift_trans_plus_acc_no

decimal number

None.

shift_trans_minus_acc_no

decimal number

None.

shift_trans_close_acc_no

decimal number

None.

hide_item_data

integer

None.

hide_print_barcode

integer

None.

hide_item_trans

integer

None.

hide_delete_item

integer

None.

hide_print_form

integer

None.

hide_bill_properties

integer

None.

hide_print_design

integer

None.

hide_item_info

integer

None.

hide_others

integer

None.

cancel_bill_cash

integer

None.

cancel_bill_agel

integer

None.

cancel_payed_cash

integer

None.

cancel_payed_network

integer

None.

cancel_payed_agel

integer

None.

cancel_payed_bank

integer

None.

cancel_payed_emp

integer

None.

pos_dashboard_zero

integer

None.

ShowBtnCar

integer

None.

salesmen

integer

None.

Foundation_id

integer

None.

center

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "newPassword": "sample string 1",
  "id": 2,
  "emp": 3,
  "username": "sample string 4",
  "password": "sample string 5",
  "IS_Deleted": true,
  "disable_icon": 1,
  "hide_icon": 1,
  "used_Nsale_screen": 1,
  "used_Rsale_screen": 1,
  "used_Group_screen": 1,
  "used_Items_screen": 1,
  "used_Bcode_screen": 1,
  "used_Jarde_screen": 1,
  "used_jrans_screen": 1,
  "used_Dialy_screen": 1,
  "used_Point_screen": 1,
  "used_Treas_screen": 1,
  "used_Accnt_screen": 1,
  "used_SSarf_screen": 1,
  "used_Sqabd_screen": 1,
  "used_switch_screen": 1,
  "used_itmove_screen": 1,
  "User_type": 1,
  "register_customer_no_account": 1,
  "used_purch_screen": 1,
  "used_Rpurch_screen": 1,
  "notShowSales": 1,
  "disable_customer": 1,
  "branch": 1,
  "safe": 1,
  "stock": 1,
  "used_shifts_trans": 1,
  "used_shifts_transOpen": 1,
  "used_shifts_transClose": 1,
  "shift_trans_plus_acc_no": 1.1,
  "shift_trans_minus_acc_no": 1.1,
  "shift_trans_close_acc_no": 1.1,
  "hide_item_data": 1,
  "hide_print_barcode": 1,
  "hide_item_trans": 1,
  "hide_delete_item": 1,
  "hide_print_form": 1,
  "hide_bill_properties": 1,
  "hide_print_design": 1,
  "hide_item_info": 1,
  "hide_others": 1,
  "cancel_bill_cash": 1,
  "cancel_bill_agel": 1,
  "cancel_payed_cash": 1,
  "cancel_payed_network": 1,
  "cancel_payed_agel": 1,
  "cancel_payed_bank": 1,
  "cancel_payed_emp": 1,
  "pos_dashboard_zero": 1,
  "ShowBtnCar": 1,
  "salesmen": 1,
  "Foundation_id": 6,
  "center": 1
}

application/xml, text/xml

Sample:
<UsersController.UserUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Controllers.Users">
  <Foundation_id xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">6</Foundation_id>
  <IS_Deleted xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">true</IS_Deleted>
  <ShowBtnCar xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</ShowBtnCar>
  <User_type xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</User_type>
  <branch xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</branch>
  <cancel_bill_agel xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_bill_agel>
  <cancel_bill_cash xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_bill_cash>
  <cancel_payed_agel xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_payed_agel>
  <cancel_payed_bank xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_payed_bank>
  <cancel_payed_cash xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_payed_cash>
  <cancel_payed_emp xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_payed_emp>
  <cancel_payed_network xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</cancel_payed_network>
  <center xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</center>
  <disable_customer xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</disable_customer>
  <disable_icon xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</disable_icon>
  <emp xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">3</emp>
  <hide_bill_properties xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_bill_properties>
  <hide_delete_item xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_delete_item>
  <hide_icon xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_icon>
  <hide_item_data xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_item_data>
  <hide_item_info xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_item_info>
  <hide_item_trans xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_item_trans>
  <hide_others xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_others>
  <hide_print_barcode xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_print_barcode>
  <hide_print_design xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_print_design>
  <hide_print_form xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</hide_print_form>
  <id xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">2</id>
  <notShowSales xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</notShowSales>
  <password xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">sample string 5</password>
  <pos_dashboard_zero xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</pos_dashboard_zero>
  <register_customer_no_account xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</register_customer_no_account>
  <safe xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</safe>
  <salesmen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</salesmen>
  <shift_trans_close_acc_no xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1.1</shift_trans_close_acc_no>
  <shift_trans_minus_acc_no xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1.1</shift_trans_minus_acc_no>
  <shift_trans_plus_acc_no xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1.1</shift_trans_plus_acc_no>
  <stock xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</stock>
  <used_Accnt_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Accnt_screen>
  <used_Bcode_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Bcode_screen>
  <used_Dialy_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Dialy_screen>
  <used_Group_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Group_screen>
  <used_Items_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Items_screen>
  <used_Jarde_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Jarde_screen>
  <used_Nsale_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Nsale_screen>
  <used_Point_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Point_screen>
  <used_Rpurch_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Rpurch_screen>
  <used_Rsale_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Rsale_screen>
  <used_SSarf_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_SSarf_screen>
  <used_Sqabd_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Sqabd_screen>
  <used_Treas_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_Treas_screen>
  <used_itmove_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_itmove_screen>
  <used_jrans_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_jrans_screen>
  <used_purch_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_purch_screen>
  <used_shifts_trans xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_shifts_trans>
  <used_shifts_transClose xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_shifts_transClose>
  <used_shifts_transOpen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_shifts_transOpen>
  <used_switch_screen xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</used_switch_screen>
  <username xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">sample string 4</username>
  <newPassword>sample string 1</newPassword>
</UsersController.UserUpdateData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.