POST api/UpdateUser

Request Information

URI Parameters

None.

Body Parameters

User
NameDescriptionTypeAdditional information
Id

string

None.

FirstName

string

None.

LastName

string

None.

DateOfBirth

date

None.

Email

string

None.

Gender

string

None.

Address

string

None.

City

integer

None.

State

integer

None.

Country

integer

None.

Phone1

string

None.

Remarks

string

None.

IsAdmin

integer

None.

IsDelete

integer

None.

CreatedOn

date

None.

CreatedBy

integer

None.

UpdatedOn

date

None.

UpdatedBy

integer

None.

ShopId

integer

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "DateOfBirth": "2025-12-05T23:44:02.9271285-05:00",
  "Email": "sample string 5",
  "Gender": "sample string 6",
  "Address": "sample string 7",
  "City": 8,
  "State": 9,
  "Country": 10,
  "Phone1": "sample string 11",
  "Remarks": "sample string 12",
  "IsAdmin": 13,
  "IsDelete": 14,
  "CreatedOn": "2025-12-05T23:44:02.9271285-05:00",
  "CreatedBy": 16,
  "UpdatedOn": "2025-12-05T23:44:02.9271285-05:00",
  "UpdatedBy": 18,
  "ShopId": 19,
  "Password": "sample string 20"
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API">
  <Address>sample string 7</Address>
  <City>8</City>
  <Country>10</Country>
  <CreatedBy>16</CreatedBy>
  <CreatedOn>2025-12-05T23:44:02.9271285-05:00</CreatedOn>
  <DateOfBirth>2025-12-05T23:44:02.9271285-05:00</DateOfBirth>
  <Email>sample string 5</Email>
  <FirstName>sample string 2</FirstName>
  <Gender>sample string 6</Gender>
  <Id>sample string 1</Id>
  <IsAdmin>13</IsAdmin>
  <IsDelete>14</IsDelete>
  <LastName>sample string 3</LastName>
  <Password>sample string 20</Password>
  <Phone1>sample string 11</Phone1>
  <Remarks>sample string 12</Remarks>
  <ShopId>19</ShopId>
  <State>9</State>
  <UpdatedBy>18</UpdatedBy>
  <UpdatedOn>2025-12-05T23:44:02.9271285-05:00</UpdatedOn>
</User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IAsyncResult
NameDescriptionTypeAdditional information
IsCompleted

boolean

None.

AsyncWaitHandle

WaitHandle

None.

AsyncState

Object

None.

CompletedSynchronously

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.