Skip to main content

Update Community Demographic Information

PUT 

/community/:communityId/demographic-info

Updates a community member’s demographic information.

The demographics section is only for Person community member.

For a list of all religions, go to Lookup - Religion

For a list of all indigenous status, go to Lookup - Indigenous Status

For a list of all parish, go to Lookup - Parish

For a list of all regions, go to Lookup - Region, OverrideRegion is a boolean value which is required if the region is to be overridden. When set to false, the region would be determined by the address. Set it to true if updating the region.

For a list of all birth countries, go to Lookup - Country

For a list of all home languages, go to Lookup - Languages

For a list of all nationalities, go to Lookup - Nationality

Request

Path Parameters

    communityId uuidrequired

    Community id

    Example: 46cb5481-6e20-4f17-b947-db81cdce9a4f

Body

    overrideRegion booleanrequired

    This is a boolean value which is required if the region is to be overridden. When set to false, the region would be determined by the address. Set it to true if updating the region field below.

    region objectnullablerequired
    religion objectnullablerequired
    parish objectnullablerequired
    birthCountry objectnullablerequired
    indigenousStatus objectnullablerequired
    nationalities object[]nullablerequired
  • Array [
  • ]
  • homeLanguages object[]nullablerequired
  • Array [
  • ]

Responses

Schema
    code stringrequired

    Status Code

    data objectnullable
    overrideRegion booleanrequired
    religion objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    indigenousStatus objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    parish objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    region objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    birthCountry objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    addresses object[]nullablerequired
  • Array [
  • systemMeaning stringnullablerequired

    The type of address: 'Postal' for postal addresses, 'Home' for residential addresses, or null for other custom types.

    id uuidrequired

    UUID of the community member's address record

    addressId uuidrequired

    UUID of the record containing details for a given address (street name/number, postcode, etc)

    addressType objectnullablerequired

    The lookup for the address type (null if systemMeaning is not 'home' or 'postal')

    id

    UUID of the address type lookup

    description

    The address type (e.g. Alternative Home Address, Occupation Address, etc)

    code

    The address type code (e.g. ALT, OCC)

    addressLine1 stringnullablerequired
    addressLine2 stringnullablerequired
    addressLine3 stringnullablerequired
    suburb stringnullablerequired

    Burwood East

    postalCode stringnullablerequired
    confidential booleannullablerequired
    country objectnullablerequired
    id

    UUID of the country lookup

    description

    Country name (e.g. Australia)

    code

    Country code (e.g. AU)

    state objectnullablerequired
    id

    UUID of the state lookup

    description

    State name (e.g. Tasmania)

    code

    Country code (e.g. TAS)

    displayAddressComma stringrequired

    The community member's full address with commas separating the fields

    displayAddressFull stringrequired

    The community member's full address with each field on a new line

  • ]
  • homeLanguages object[]required
  • Array [
  • id uuidrequired
    language objectnullablerequired
    id uuidrequired
    description stringrequired
    code stringrequired
    sortOrder integernullablerequired
  • ]
  • nationalities object[]required
  • Array [
  • id uuidrequired
    nationality objectnullablerequired
    id uuidrequired
    description stringrequired
    code stringrequired
    sortOrder integernullablerequired
  • ]
Loading...