Methods

  • get - Get Personal Details
  • put - Update Personal Details

Resource

{
    "anniversaryDate": "date-time",
    "canEdit": "boolean",
    "canEditProfileImage": "boolean",
    "dateOfBirth": "date-time",
    "email": "string",
    "endDate": "date-time",
    "firstName": "string",
    "gender": "string",
    "hasProfileImage": "boolean",
    "homePhone": "string",
    "id": "int32",
    "isPostalAddressSameAsResidential": "boolean",
    "legalName": "string",
    "middleName": "string",
    "mobilePhone": "string",
    "otherName": "string",
    "postalAddress": {
        "addressLine2": "string",
        "addressLine3": "string",
        "addressType": "string",
        "blockNumber": "string",
        "country": "string",
        "countryId": "string",
        "isManualAddress": "boolean",
        "isOutOfRegion": "boolean",
        "levelNumber": "string",
        "postcode": "string",
        "state": "string",
        "streetAddress": "string",
        "streetName": "string",
        "suburb": "string",
        "suburbId": "int32",
        "unitNumber": "string"
    },
    "previousSurname": "string",
    "residentialAddress": {
        "addressLine2": "string",
        "addressLine3": "string",
        "addressType": "string",
        "blockNumber": "string",
        "country": "string",
        "countryId": "string",
        "isManualAddress": "boolean",
        "isOutOfRegion": "boolean",
        "levelNumber": "string",
        "postcode": "string",
        "state": "string",
        "streetAddress": "string",
        "streetName": "string",
        "suburb": "string",
        "suburbId": "int32",
        "unitNumber": "string"
    },
    "startDate": "date-time",
    "surname": "string",
    "titleId": "int32",
    "workPhone": "string"
}

Properties

Name Type Description
anniversaryDate date-time Nullable
canEdit boolean Boolean
canEditProfileImage boolean Boolean
dateOfBirth date-time Nullable
email string String
endDate date-time Nullable
firstName string String
gender string String
hasProfileImage boolean Boolean
homePhone string String
id int32 Int32
isPostalAddressSameAsResidential boolean Nullable
legalName string String
middleName string String
mobilePhone string String
otherName string String
postalAddress object SgAddressModel
postalAddress.addressLine2 string String
postalAddress.addressLine3 string String
postalAddress.addressType string AddressTypeEnum

Possible values are:

  • LocalAddress
  • ForeignAddress
  • LocalCareOfAddress
postalAddress.blockNumber string String
postalAddress.country string String
postalAddress.countryId string String
postalAddress.isManualAddress boolean Nullable
postalAddress.isOutOfRegion boolean Nullable
postalAddress.levelNumber string String
postalAddress.postcode string String
postalAddress.state string String
postalAddress.streetAddress string String
postalAddress.streetName string String
postalAddress.suburb string String
postalAddress.suburbId int32 Nullable
postalAddress.unitNumber string String
previousSurname string String
residentialAddress object SgAddressModel
residentialAddress.addressLine2 string String
residentialAddress.addressLine3 string String
residentialAddress.addressType string AddressTypeEnum

Possible values are:

  • LocalAddress
  • ForeignAddress
  • LocalCareOfAddress
residentialAddress.blockNumber string String
residentialAddress.country string String
residentialAddress.countryId string String
residentialAddress.isManualAddress boolean Nullable
residentialAddress.isOutOfRegion boolean Nullable
residentialAddress.levelNumber string String
residentialAddress.postcode string String
residentialAddress.state string String
residentialAddress.streetAddress string String
residentialAddress.streetName string String
residentialAddress.suburb string String
residentialAddress.suburbId int32 Nullable
residentialAddress.unitNumber string String
startDate date-time Nullable
surname string String
titleId int32 Nullable
workPhone string String