POST api/OptimalHealthv2/CheckAvailabilityNationalId

Request Information

URI Parameters

None.

Body Parameters

MemberRegisterv2
NameDescriptionTypeAdditional information
MemberType

string

None.

Name

string

None.

DisplayName

string

None.

NationalId

string

None.

Email

string

None.

Password

string

None.

ConfirmPassword

string

None.

DeviceName

string

None.

DeviceID

string

None.

Postcode

string

None.

MobileNo

string

None.

State

string

None.

DateofBirth

date

None.

Gender

string

None.

PasswdRecoveryQue1

string

None.

PasswdRecoveryAns1

string

None.

PasswdRecoveryQue2

string

None.

PasswdRecoveryAns2

string

None.

PasswdRecoveryQue3

string

None.

PasswdRecoveryAns3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberType": "sample string 1",
  "Name": "sample string 2",
  "DisplayName": "sample string 3",
  "NationalId": "sample string 4",
  "Email": "sample string 5",
  "Password": "sample string 6",
  "ConfirmPassword": "sample string 7",
  "DeviceName": "sample string 8",
  "DeviceID": "sample string 9",
  "Postcode": "sample string 10",
  "MobileNo": "sample string 11",
  "State": "sample string 12",
  "DateofBirth": "2025-09-30T06:38:59.4505181+08:00",
  "Gender": "sample string 14",
  "PasswdRecoveryQue1": "sample string 15",
  "PasswdRecoveryAns1": "sample string 16",
  "PasswdRecoveryQue2": "sample string 17",
  "PasswdRecoveryAns2": "sample string 18",
  "PasswdRecoveryQue3": "sample string 19",
  "PasswdRecoveryAns3": "sample string 20"
}

application/xml, text/xml

Sample:
<OptimalHealthResponse.MemberRegisterv2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <ConfirmPassword>sample string 7</ConfirmPassword>
  <DateofBirth>2025-09-30T06:38:59.4505181+08:00</DateofBirth>
  <DeviceID>sample string 9</DeviceID>
  <DeviceName>sample string 8</DeviceName>
  <DisplayName>sample string 3</DisplayName>
  <Email>sample string 5</Email>
  <Gender>sample string 14</Gender>
  <MemberType>sample string 1</MemberType>
  <MobileNo>sample string 11</MobileNo>
  <Name>sample string 2</Name>
  <NationalId>sample string 4</NationalId>
  <PasswdRecoveryAns1>sample string 16</PasswdRecoveryAns1>
  <PasswdRecoveryAns2>sample string 18</PasswdRecoveryAns2>
  <PasswdRecoveryAns3>sample string 20</PasswdRecoveryAns3>
  <PasswdRecoveryQue1>sample string 15</PasswdRecoveryQue1>
  <PasswdRecoveryQue2>sample string 17</PasswdRecoveryQue2>
  <PasswdRecoveryQue3>sample string 19</PasswdRecoveryQue3>
  <Password>sample string 6</Password>
  <Postcode>sample string 10</Postcode>
  <State>sample string 12</State>
</OptimalHealthResponse.MemberRegisterv2>

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.