PUT api/member

Request Information

URI Parameters

None.

Body Parameters

updateMemberRegisterRequest
NameDescriptionTypeAdditional information
memberID

string

Required

firstName

string

None.

lastName

string

None.

dateOfBirth

string

None.

phone

string

None.

isPhoneVerified

boolean

None.

isEmailVerified

boolean

None.

gender

string

None.

email

string

None.

extUserID

string

None.

termsAccepted

boolean

None.

allowPromoMsg

boolean

None.

forceisPhoneVerified

boolean

None.

forceisEmailVerified

boolean

None.

nationalityCode

string

None.

allowSMS

string

None.

allowEmail

string

None.

allowLine

string

None.

allowOnCall

string

None.

lineId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "memberID": "sample string 1",
  "firstName": "sample string 2",
  "lastName": "sample string 3",
  "dateOfBirth": "sample string 4",
  "phone": "sample string 5",
  "isPhoneVerified": true,
  "isEmailVerified": true,
  "gender": "sample string 6",
  "email": "sample string 7",
  "extUserID": "sample string 8",
  "termsAccepted": true,
  "allowPromoMsg": true,
  "forceisPhoneVerified": true,
  "forceisEmailVerified": true,
  "nationalityCode": "sample string 9",
  "allowSMS": "sample string 10",
  "allowEmail": "sample string 11",
  "allowLine": "sample string 12",
  "allowOnCall": "sample string 13",
  "lineId": "sample string 14"
}

application/xml, text/xml

Sample:
<updateMemberRegisterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <allowEmail>sample string 11</allowEmail>
  <allowLine>sample string 12</allowLine>
  <allowOnCall>sample string 13</allowOnCall>
  <allowPromoMsg>true</allowPromoMsg>
  <allowSMS>sample string 10</allowSMS>
  <dateOfBirth>sample string 4</dateOfBirth>
  <email>sample string 7</email>
  <extUserID>sample string 8</extUserID>
  <firstName>sample string 2</firstName>
  <forceisEmailVerified>true</forceisEmailVerified>
  <forceisPhoneVerified>true</forceisPhoneVerified>
  <gender>sample string 6</gender>
  <isEmailVerified>true</isEmailVerified>
  <isPhoneVerified>true</isPhoneVerified>
  <lastName>sample string 3</lastName>
  <lineId>sample string 14</lineId>
  <memberID>sample string 1</memberID>
  <nationalityCode>sample string 9</nationalityCode>
  <phone>sample string 5</phone>
  <termsAccepted>true</termsAccepted>
</updateMemberRegisterRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

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/" />