PUT api/ApiUser/UpdateUser

Request Information

URI Parameters

None.

Body Parameters

AppUserBindingModel
NameDescriptionTypeAdditional information
AppUserID

integer

None.

UserName

string

None.

AppUserName

string

None.

MobileNo

string

None.

Address

string

None.

Email

string

None.

Branch

string

None.

AppCustomerID

integer

None.

UserRole

string

None.

SendDataReceivedAutoAlert

boolean

None.

SenderMailID

string

None.

MailServer

string

None.

PortNo

string

None.

MailPassword

string

None.

UniqueID

string

None.

CreatedBy

string

None.

CreationDate

date

None.

Password

string

None.

AdminName

string

None.

SmsSenderId

string

None.

SmsApiKey

string

None.

UserInfo

string

None.

RegUpTo

date

None.

expDays

decimal number

None.

showPurchase

boolean

None.

ShowFirms

boolean

None.

ShowAssistants

boolean

None.

ShowClients

boolean

None.

ShowService

boolean

None.

ShowInvoice

boolean

None.

ShowReceipt

boolean

None.

ShowReports

boolean

None.

ShowAllClientsToAssistant

boolean

None.

WhatsappSenderID

string

None.

ProjectSiteID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AppUserID": 1,
  "UserName": "sample string 2",
  "AppUserName": "sample string 3",
  "MobileNo": "sample string 4",
  "Address": "sample string 5",
  "Email": "sample string 6",
  "Branch": "sample string 7",
  "AppCustomerID": 1,
  "UserRole": "sample string 8",
  "SendDataReceivedAutoAlert": true,
  "SenderMailID": "sample string 9",
  "MailServer": "sample string 10",
  "PortNo": "sample string 11",
  "MailPassword": "sample string 12",
  "UniqueID": "sample string 13",
  "CreatedBy": "sample string 14",
  "CreationDate": "2026-05-20T11:57:23.6263075+05:30",
  "Password": "sample string 15",
  "AdminName": "sample string 16",
  "SmsSenderId": "sample string 17",
  "SmsApiKey": "sample string 18",
  "UserInfo": "sample string 19",
  "RegUpTo": "2026-05-20T11:57:23.6273186+05:30",
  "expDays": 1.1,
  "showPurchase": true,
  "ShowFirms": true,
  "ShowAssistants": true,
  "ShowClients": true,
  "ShowService": true,
  "ShowInvoice": true,
  "ShowReceipt": true,
  "ShowReports": true,
  "ShowAllClientsToAssistant": true,
  "WhatsappSenderID": "sample string 20",
  "ProjectSiteID": 1
}

application/xml, text/xml

Sample:
<AppUserBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConstructionERPWebApi.Models">
  <Address>sample string 5</Address>
  <AdminName>sample string 16</AdminName>
  <AppCustomerID>1</AppCustomerID>
  <AppUserID>1</AppUserID>
  <AppUserName>sample string 3</AppUserName>
  <Branch>sample string 7</Branch>
  <CreatedBy>sample string 14</CreatedBy>
  <CreationDate>2026-05-20T11:57:23.6263075+05:30</CreationDate>
  <Email>sample string 6</Email>
  <MailPassword>sample string 12</MailPassword>
  <MailServer>sample string 10</MailServer>
  <MobileNo>sample string 4</MobileNo>
  <Password>sample string 15</Password>
  <PortNo>sample string 11</PortNo>
  <ProjectSiteID>1</ProjectSiteID>
  <RegUpTo>2026-05-20T11:57:23.6273186+05:30</RegUpTo>
  <SendDataReceivedAutoAlert>true</SendDataReceivedAutoAlert>
  <SenderMailID>sample string 9</SenderMailID>
  <ShowAllClientsToAssistant>true</ShowAllClientsToAssistant>
  <ShowAssistants>true</ShowAssistants>
  <ShowClients>true</ShowClients>
  <ShowFirms>true</ShowFirms>
  <ShowInvoice>true</ShowInvoice>
  <ShowReceipt>true</ShowReceipt>
  <ShowReports>true</ShowReports>
  <ShowService>true</ShowService>
  <SmsApiKey>sample string 18</SmsApiKey>
  <SmsSenderId>sample string 17</SmsSenderId>
  <UniqueID>sample string 13</UniqueID>
  <UserInfo>sample string 19</UserInfo>
  <UserName>sample string 2</UserName>
  <UserRole>sample string 8</UserRole>
  <WhatsappSenderID>sample string 20</WhatsappSenderID>
  <expDays>1.1</expDays>
  <showPurchase>true</showPurchase>
</AppUserBindingModel>

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.