POST api/ApiCustomer/UserProfile

Request Information

URI Parameters

None.

Body Parameters

CustomerModel
NameDescriptionTypeAdditional information
CustomerId

string

None.

Name

string

None.

Username

string

None.

Password

string

None.

PasswordAge

integer

None.

MobileNumber

string

None.

Email

string

None.

Gender

string

None.

DateOfBirth

date

None.

Address

string

None.

State

string

None.

District

string

None.

Country

string

None.

Occupation

string

None.

Designation

string

None.

PhotoURL

string

None.

IdentityType

string

None.

IdentityId

string

None.

IdentityExpiryDate

date

None.

IdentityImageURL

string

None.

Company

string

None.

CustomerType

string

None.

LastIP

string

None.

IsApproved

boolean

None.

IsLockedOut

boolean

None.

LastLoginDate

date

None.

LastPasswordChangeDate

date

None.

MaxFailedPasswordTryLimit

integer

None.

IsUserAgreementAgreed

boolean

None.

IsLoggedIn

integer

None.

IsPasswordChanged

boolean

None.

IsOTPRequiredForLogin

boolean

None.

ReferralCode

string

None.

ReferrerCodeLevel1

string

None.

ReferrerCodeLevel2

string

None.

ReferrerCodeLevel3

string

None.

Nationality

string

None.

CustomerStatus

string

None.

FirebaseToken

string

None.

FirebaseTokenStatus

string

None.

FirebaseTokenUpdateTime

date

None.

Photo

string

None.

SelfieWithIDURL

string

None.

IdentityImage

string

None.

SelfieWithID

string

None.

Id

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

SetOn

date

None.

SetBy

integer

None.

SetFrom

string

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "Name": "sample string 2",
  "Username": "sample string 3",
  "Password": "sample string 4",
  "PasswordAge": 1,
  "MobileNumber": "sample string 5",
  "Email": "sample string 6",
  "Gender": "sample string 7",
  "DateOfBirth": "2026-03-12T21:24:48.2739002-07:00",
  "Address": "sample string 8",
  "State": "sample string 9",
  "District": "sample string 10",
  "Country": "sample string 11",
  "Occupation": "sample string 12",
  "Designation": "sample string 13",
  "PhotoURL": "sample string 14",
  "IdentityType": "sample string 15",
  "IdentityId": "sample string 16",
  "IdentityExpiryDate": "2026-03-12T21:24:48.2739002-07:00",
  "IdentityImageURL": "sample string 17",
  "Company": "sample string 18",
  "CustomerType": "sample string 19",
  "LastIP": "sample string 20",
  "IsApproved": true,
  "IsLockedOut": true,
  "LastLoginDate": "2026-03-12T21:24:48.2739002-07:00",
  "LastPasswordChangeDate": "2026-03-12T21:24:48.2739002-07:00",
  "MaxFailedPasswordTryLimit": 1,
  "IsUserAgreementAgreed": true,
  "IsLoggedIn": 1,
  "IsPasswordChanged": true,
  "IsOTPRequiredForLogin": true,
  "ReferralCode": "sample string 21",
  "ReferrerCodeLevel1": "sample string 22",
  "ReferrerCodeLevel2": "sample string 23",
  "ReferrerCodeLevel3": "sample string 24",
  "Nationality": "sample string 25",
  "CustomerStatus": "sample string 26",
  "FirebaseToken": "sample string 27",
  "FirebaseTokenStatus": "sample string 28",
  "FirebaseTokenUpdateTime": "2026-03-12T21:24:48.2739002-07:00",
  "Photo": "sample string 29",
  "SelfieWithIDURL": "sample string 30",
  "IdentityImage": "sample string 31",
  "SelfieWithID": "sample string 32",
  "Id": 33,
  "IsActive": true,
  "IsDeleted": true,
  "SetOn": "2026-03-12T21:24:48.2739002-07:00",
  "SetBy": 37,
  "SetFrom": "sample string 38",
  "Note": "sample string 39"
}

application/xml, text/xml

Sample:
<CustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.Models">
  <_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">33</_x003C_Id_x003E_k__BackingField>
  <_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
  <_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
  <_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 39</_x003C_Note_x003E_k__BackingField>
  <_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">37</_x003C_SetBy_x003E_k__BackingField>
  <_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 38</_x003C_SetFrom_x003E_k__BackingField>
  <_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-03-12T21:24:48.2739002-07:00</_x003C_SetOn_x003E_k__BackingField>
  <Address>sample string 8</Address>
  <Company>sample string 18</Company>
  <Country>sample string 11</Country>
  <CustomerId>sample string 1</CustomerId>
  <CustomerStatus>sample string 26</CustomerStatus>
  <CustomerType>sample string 19</CustomerType>
  <DateOfBirth>2026-03-12T21:24:48.2739002-07:00</DateOfBirth>
  <Designation>sample string 13</Designation>
  <District>sample string 10</District>
  <Email>sample string 6</Email>
  <FirebaseToken>sample string 27</FirebaseToken>
  <FirebaseTokenStatus>sample string 28</FirebaseTokenStatus>
  <FirebaseTokenUpdateTime>2026-03-12T21:24:48.2739002-07:00</FirebaseTokenUpdateTime>
  <Gender>sample string 7</Gender>
  <IdentityExpiryDate>2026-03-12T21:24:48.2739002-07:00</IdentityExpiryDate>
  <IdentityId>sample string 16</IdentityId>
  <IdentityImage>sample string 31</IdentityImage>
  <IdentityImageURL>sample string 17</IdentityImageURL>
  <IdentityType>sample string 15</IdentityType>
  <IsApproved>true</IsApproved>
  <IsLockedOut>true</IsLockedOut>
  <IsLoggedIn>1</IsLoggedIn>
  <IsOTPRequiredForLogin>true</IsOTPRequiredForLogin>
  <IsPasswordChanged>true</IsPasswordChanged>
  <IsUserAgreementAgreed>true</IsUserAgreementAgreed>
  <LastIP>sample string 20</LastIP>
  <LastLoginDate>2026-03-12T21:24:48.2739002-07:00</LastLoginDate>
  <LastPasswordChangeDate>2026-03-12T21:24:48.2739002-07:00</LastPasswordChangeDate>
  <MaxFailedPasswordTryLimit>1</MaxFailedPasswordTryLimit>
  <MobileNumber>sample string 5</MobileNumber>
  <Name>sample string 2</Name>
  <Nationality>sample string 25</Nationality>
  <Occupation>sample string 12</Occupation>
  <Password>sample string 4</Password>
  <PasswordAge>1</PasswordAge>
  <Photo>sample string 29</Photo>
  <PhotoURL>sample string 14</PhotoURL>
  <ReferralCode>sample string 21</ReferralCode>
  <ReferrerCodeLevel1>sample string 22</ReferrerCodeLevel1>
  <ReferrerCodeLevel2>sample string 23</ReferrerCodeLevel2>
  <ReferrerCodeLevel3>sample string 24</ReferrerCodeLevel3>
  <SelfieWithID>sample string 32</SelfieWithID>
  <SelfieWithIDURL>sample string 30</SelfieWithIDURL>
  <State>sample string 9</State>
  <Username>sample string 3</Username>
</CustomerModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CustomerModel
NameDescriptionTypeAdditional information
CustomerId

string

None.

Name

string

None.

Username

string

None.

Password

string

None.

PasswordAge

integer

None.

MobileNumber

string

None.

Email

string

None.

Gender

string

None.

DateOfBirth

date

None.

Address

string

None.

State

string

None.

District

string

None.

Country

string

None.

Occupation

string

None.

Designation

string

None.

PhotoURL

string

None.

IdentityType

string

None.

IdentityId

string

None.

IdentityExpiryDate

date

None.

IdentityImageURL

string

None.

Company

string

None.

CustomerType

string

None.

LastIP

string

None.

IsApproved

boolean

None.

IsLockedOut

boolean

None.

LastLoginDate

date

None.

LastPasswordChangeDate

date

None.

MaxFailedPasswordTryLimit

integer

None.

IsUserAgreementAgreed

boolean

None.

IsLoggedIn

integer

None.

IsPasswordChanged

boolean

None.

IsOTPRequiredForLogin

boolean

None.

ReferralCode

string

None.

ReferrerCodeLevel1

string

None.

ReferrerCodeLevel2

string

None.

ReferrerCodeLevel3

string

None.

Nationality

string

None.

CustomerStatus

string

None.

FirebaseToken

string

None.

FirebaseTokenStatus

string

None.

FirebaseTokenUpdateTime

date

None.

Photo

string

None.

SelfieWithIDURL

string

None.

IdentityImage

string

None.

SelfieWithID

string

None.

Id

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

SetOn

date

None.

SetBy

integer

None.

SetFrom

string

None.

Note

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "Name": "sample string 2",
  "Username": "sample string 3",
  "Password": "sample string 4",
  "PasswordAge": 1,
  "MobileNumber": "sample string 5",
  "Email": "sample string 6",
  "Gender": "sample string 7",
  "DateOfBirth": "2026-03-12T21:24:48.2739002-07:00",
  "Address": "sample string 8",
  "State": "sample string 9",
  "District": "sample string 10",
  "Country": "sample string 11",
  "Occupation": "sample string 12",
  "Designation": "sample string 13",
  "PhotoURL": "sample string 14",
  "IdentityType": "sample string 15",
  "IdentityId": "sample string 16",
  "IdentityExpiryDate": "2026-03-12T21:24:48.2739002-07:00",
  "IdentityImageURL": "sample string 17",
  "Company": "sample string 18",
  "CustomerType": "sample string 19",
  "LastIP": "sample string 20",
  "IsApproved": true,
  "IsLockedOut": true,
  "LastLoginDate": "2026-03-12T21:24:48.2739002-07:00",
  "LastPasswordChangeDate": "2026-03-12T21:24:48.2739002-07:00",
  "MaxFailedPasswordTryLimit": 1,
  "IsUserAgreementAgreed": true,
  "IsLoggedIn": 1,
  "IsPasswordChanged": true,
  "IsOTPRequiredForLogin": true,
  "ReferralCode": "sample string 21",
  "ReferrerCodeLevel1": "sample string 22",
  "ReferrerCodeLevel2": "sample string 23",
  "ReferrerCodeLevel3": "sample string 24",
  "Nationality": "sample string 25",
  "CustomerStatus": "sample string 26",
  "FirebaseToken": "sample string 27",
  "FirebaseTokenStatus": "sample string 28",
  "FirebaseTokenUpdateTime": "2026-03-12T21:24:48.2739002-07:00",
  "Photo": "sample string 29",
  "SelfieWithIDURL": "sample string 30",
  "IdentityImage": "sample string 31",
  "SelfieWithID": "sample string 32",
  "Id": 33,
  "IsActive": true,
  "IsDeleted": true,
  "SetOn": "2026-03-12T21:24:48.2739002-07:00",
  "SetBy": 37,
  "SetFrom": "sample string 38",
  "Note": "sample string 39"
}

application/xml, text/xml

Sample:
<CustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.Models">
  <_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">33</_x003C_Id_x003E_k__BackingField>
  <_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
  <_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
  <_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 39</_x003C_Note_x003E_k__BackingField>
  <_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">37</_x003C_SetBy_x003E_k__BackingField>
  <_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 38</_x003C_SetFrom_x003E_k__BackingField>
  <_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-03-12T21:24:48.2739002-07:00</_x003C_SetOn_x003E_k__BackingField>
  <Address>sample string 8</Address>
  <Company>sample string 18</Company>
  <Country>sample string 11</Country>
  <CustomerId>sample string 1</CustomerId>
  <CustomerStatus>sample string 26</CustomerStatus>
  <CustomerType>sample string 19</CustomerType>
  <DateOfBirth>2026-03-12T21:24:48.2739002-07:00</DateOfBirth>
  <Designation>sample string 13</Designation>
  <District>sample string 10</District>
  <Email>sample string 6</Email>
  <FirebaseToken>sample string 27</FirebaseToken>
  <FirebaseTokenStatus>sample string 28</FirebaseTokenStatus>
  <FirebaseTokenUpdateTime>2026-03-12T21:24:48.2739002-07:00</FirebaseTokenUpdateTime>
  <Gender>sample string 7</Gender>
  <IdentityExpiryDate>2026-03-12T21:24:48.2739002-07:00</IdentityExpiryDate>
  <IdentityId>sample string 16</IdentityId>
  <IdentityImage>sample string 31</IdentityImage>
  <IdentityImageURL>sample string 17</IdentityImageURL>
  <IdentityType>sample string 15</IdentityType>
  <IsApproved>true</IsApproved>
  <IsLockedOut>true</IsLockedOut>
  <IsLoggedIn>1</IsLoggedIn>
  <IsOTPRequiredForLogin>true</IsOTPRequiredForLogin>
  <IsPasswordChanged>true</IsPasswordChanged>
  <IsUserAgreementAgreed>true</IsUserAgreementAgreed>
  <LastIP>sample string 20</LastIP>
  <LastLoginDate>2026-03-12T21:24:48.2739002-07:00</LastLoginDate>
  <LastPasswordChangeDate>2026-03-12T21:24:48.2739002-07:00</LastPasswordChangeDate>
  <MaxFailedPasswordTryLimit>1</MaxFailedPasswordTryLimit>
  <MobileNumber>sample string 5</MobileNumber>
  <Name>sample string 2</Name>
  <Nationality>sample string 25</Nationality>
  <Occupation>sample string 12</Occupation>
  <Password>sample string 4</Password>
  <PasswordAge>1</PasswordAge>
  <Photo>sample string 29</Photo>
  <PhotoURL>sample string 14</PhotoURL>
  <ReferralCode>sample string 21</ReferralCode>
  <ReferrerCodeLevel1>sample string 22</ReferrerCodeLevel1>
  <ReferrerCodeLevel2>sample string 23</ReferrerCodeLevel2>
  <ReferrerCodeLevel3>sample string 24</ReferrerCodeLevel3>
  <SelfieWithID>sample string 32</SelfieWithID>
  <SelfieWithIDURL>sample string 30</SelfieWithIDURL>
  <State>sample string 9</State>
  <Username>sample string 3</Username>
</CustomerModel>