POST api/User/CreateUser

Request Information

URI Parameters

None.

Body Parameters

UserMasterBindingModel
NameDescriptionTypeAdditional information
UserID

integer

None.

UserName

string

None.

UserFullName

string

None.

UserEmail

string

None.

UserMobileNumber

string

None.

UserAddress

string

None.

OTP

string

None.

OTPExpiryDate

date

None.

UserAccountType

string

None.

GoogleAccountTocken

string

None.

StravaCommon

string

None.

UserRole

string

None.

FusedInfo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "UserName": "sample string 2",
  "UserFullName": "sample string 3",
  "UserEmail": "sample string 4",
  "UserMobileNumber": "sample string 5",
  "UserAddress": "sample string 6",
  "OTP": "sample string 7",
  "OTPExpiryDate": "2026-05-19T11:10:02.1755855+05:30",
  "UserAccountType": "sample string 8",
  "GoogleAccountTocken": "sample string 9",
  "StravaCommon": "sample string 10",
  "UserRole": "sample string 11",
  "FusedInfo": "sample string 12"
}

application/xml, text/xml

Sample:
<UserMasterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KCM_APIs.Models">
  <FusedInfo>sample string 12</FusedInfo>
  <GoogleAccountTocken>sample string 9</GoogleAccountTocken>
  <OTP>sample string 7</OTP>
  <OTPExpiryDate>2026-05-19T11:10:02.1755855+05:30</OTPExpiryDate>
  <StravaCommon>sample string 10</StravaCommon>
  <UserAccountType>sample string 8</UserAccountType>
  <UserAddress>sample string 6</UserAddress>
  <UserEmail>sample string 4</UserEmail>
  <UserFullName>sample string 3</UserFullName>
  <UserID>1</UserID>
  <UserMobileNumber>sample string 5</UserMobileNumber>
  <UserName>sample string 2</UserName>
  <UserRole>sample string 11</UserRole>
</UserMasterBindingModel>

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.