POST Account/UpdateAdminProfie

Request Information

URI Parameters

None.

Body Parameters

AdminProfileModel
NameDescriptionTypeAdditional information
UserId

integer

None.

UseStatus

integer

None.

UseFirstName

string

None.

UseLastName

string

None.

Gender

integer

None.

UseBirthDate

date

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

State

string

None.

ZipCode

string

None.

Usephone

string

None.

Mobile

string

None.

UseEmail

string

None.

StuUpdatedDate

date

None.

StuUpdatedBy

string

None.

Guid

string

None.

AspNetUserId

string

None.

IsEmailSent

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UseStatus": 2,
  "UseFirstName": "sample string 3",
  "UseLastName": "sample string 4",
  "Gender": 5,
  "UseBirthDate": "2025-09-06T14:21:41.6869549+00:00",
  "AddressLine1": "sample string 7",
  "AddressLine2": "sample string 8",
  "City": "sample string 9",
  "State": "sample string 10",
  "ZipCode": "sample string 11",
  "Usephone": "sample string 12",
  "Mobile": "sample string 13",
  "UseEmail": "sample string 14",
  "StuUpdatedDate": "2025-09-06T14:21:41.6869549+00:00",
  "StuUpdatedBy": "sample string 16",
  "Guid": "sample string 17",
  "AspNetUserId": "sample string 18",
  "IsEmailSent": 19
}

application/xml, text/xml

Sample:
<AdminProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <AddressLine1>sample string 7</AddressLine1>
  <AddressLine2>sample string 8</AddressLine2>
  <AspNetUserId>sample string 18</AspNetUserId>
  <City>sample string 9</City>
  <Gender>5</Gender>
  <Guid>sample string 17</Guid>
  <IsEmailSent>19</IsEmailSent>
  <Mobile>sample string 13</Mobile>
  <State>sample string 10</State>
  <StuUpdatedBy>sample string 16</StuUpdatedBy>
  <StuUpdatedDate>2025-09-06T14:21:41.6869549+00:00</StuUpdatedDate>
  <UseBirthDate>2025-09-06T14:21:41.6869549+00:00</UseBirthDate>
  <UseEmail>sample string 14</UseEmail>
  <UseFirstName>sample string 3</UseFirstName>
  <UseLastName>sample string 4</UseLastName>
  <UseStatus>2</UseStatus>
  <Usephone>sample string 12</Usephone>
  <UserId>1</UserId>
  <ZipCode>sample string 11</ZipCode>
</AdminProfileModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AdminProfileModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />