Skip to main content

Update Apartment Entity information

Update Apartment Entity base information

Path Parameters
  • apartmentUid integer required

    Possible values: >= 1

    Unique Identifier for Item

Request Body required
  • apartment_address object required

    Logical address - an entity defines the device/user address in the address hierarchy and is used during a call, issuing identifiers, creating call forwarding rules etc.

  • building int32

    Possible values: >= 1 and <= 9999

    Building number

  • unit int32

    Possible values: <= 99

    Unit number

  • floor int32

    Possible values: <= 98

    Floor number

  • room int32

    Possible values: <= 99

    Room number

  • apartment_name string required

    Possible values: Value must match regular expression ^\S(.*\S)?$

    Name for the apartment, owner full name or apartment number usually used. Nonempty string without leading and trailing spaces

  • residents object required

    Optional information about tenants

  • count integer

    The number living in the apartment

Responses

OK

Loading...