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",
    "middleName": "string",
    "mobilePhone": "string",
    "otherName": "string",
    "postalAddress": {
        "addressLine2": "string",
        "city": "string",
        "cityId": "int32",
        "country": "string",
        "countryId": "string",
        "county": "string",
        "isManualAddress": "boolean",
        "isOutOfRegion": "boolean",
        "postcode": "string",
        "streetAddress": "string"
    },
    "previousSurname": "string",
    "residentialAddress": {
        "addressLine2": "string",
        "city": "string",
        "cityId": "int32",
        "country": "string",
        "countryId": "string",
        "county": "string",
        "isManualAddress": "boolean",
        "isOutOfRegion": "boolean",
        "postcode": "string",
        "streetAddress": "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
middleName string String
mobilePhone string String
otherName string String
postalAddress object UkAddressModel
postalAddress.addressLine2 string String
postalAddress.city string String
postalAddress.cityId int32 Nullable
postalAddress.country string String
postalAddress.countryId string String
postalAddress.county string String
postalAddress.isManualAddress boolean Nullable
postalAddress.isOutOfRegion boolean Nullable
postalAddress.postcode string String
postalAddress.streetAddress string String
previousSurname string String
residentialAddress object UkAddressModel
residentialAddress.addressLine2 string String
residentialAddress.city string String
residentialAddress.cityId int32 Nullable
residentialAddress.country string String
residentialAddress.countryId string String
residentialAddress.county string String
residentialAddress.isManualAddress boolean Nullable
residentialAddress.isOutOfRegion boolean Nullable
residentialAddress.postcode string String
residentialAddress.streetAddress string String
startDate date-time Nullable
surname string String
titleId int32 Nullable
workPhone string String