Skip to main content

Create Apartment Entity

Creates Apartment Entity

Request Body required
  • apartment_address object
  • building int32

    Possible values: >= 1 and <= 999

    Building number

  • unit int32

    Possible values: >= 1 and <= 99

    Unit number

  • floor int32

    Possible values: >= 1 and <= 99

    Floor number

  • room int32

    Possible values: >= 1 and <= 99

    Room number

  • apartment_name string
  • residents object
  • count integer
Responses

The uid value returned in the response can be used as the apartmentUid parameter in next requests:

  • GET /apartment/item/{apartmentUid} to get detailed apartment information
  • POST /apartment/item/{apartmentUid}/identifier/{identifierUid} to attach identifier to apartment

Schema
  • uid integer

    Possible values: >= -1

    UID for entities referenses. If value is -1, then it means that is no entity reference for this structure

Loading...