Skip to main content

Create/Update multiple Apartment Entities

Create/Update multiple Apartment Entities

Request Body required
  • list_items object[]
  • apartment_address object

    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 integer

    Possible values: >= 1 and <= 9999

    Building number

  • unit integer

    Possible values: <= 99

    Unit number

  • floor integer

    Possible values: <= 98

    Floor number

  • room integer

    Possible values: <= 99

    Room number

  • apartment_name string

    Name for the apartment, owner full name or apartment number usually used

  • residents object

    Optional information about tenants

  • count integer

    The number living in the apartment

  • link_id uuid

    Unique entity set by the server to bind some parameters with each other. By default return null value

Responses

OK


Schema
  • result object[]
  • link_id uuid

    Unique entity set by the server to bind some parameters with each other. By default return null value

  • success boolean
  • extended_info string

    Possible values: [created, updated, deleted, entity_not_found, number_taken_by_another_identifier, bound_time_profile_doesnt_exist]

    Entity state information result

Loading...