POST RegistrationProfile/SaveProfile

Request Information

URI Parameters

None.

Body Parameters

UserProfileModel
NameDescriptionTypeAdditional information
Trackid

string

None.

Name

string

None.

Nickname

string

None.

DOB

date

None.

Status

string

None.

IsVerified

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Trackid": "sample string 1",
  "Name": "sample string 2",
  "Nickname": "sample string 3",
  "DOB": "2026-01-04T01:34:18.6073801+05:30",
  "Status": "sample string 4",
  "IsVerified": true
}

application/xml, text/xml

Sample:
<DataModels.UserProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyHaatApiSolution.Models">
  <DOB>2026-01-04T01:34:18.6073801+05:30</DOB>
  <IsVerified>true</IsVerified>
  <Name>sample string 2</Name>
  <Nickname>sample string 3</Nickname>
  <Status>sample string 4</Status>
  <Trackid>sample string 1</Trackid>
</DataModels.UserProfileModel>

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.