Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
PropertyTypeDescription
DocumentIdlongDocument Id for the document
FileNamestringFile name
FileTypeIdint

Available Types :

  • 0 - Undefined
  • 1 - Text
  • 2 - Word Docx
  • 3 - Word Doc
  • 4 - PDF
  • 5 - Excel Xlsx 
  • 6 - Excel Xls
  • 7 - Powerpoint Pptx
  • 8 - Powerpoint Ppt
  • 9 - Image Jpg
  • 10 - Image Png
  • 11 - Image Tif 
  • 12 - Image Bmp
  • 13 - Word Rtf
DocumentTypeId

int

Available document type Ids are listed in DocumentType

Title

string

Document title

Description

string

Description

OrderNumber

string

Order number

IsVisibleInBoligmappa

bool

True if this document is visible to boligmappa.no

UpdatedDate

string

The last updated date

Url

string

the public URL from which this document can be downloaded

PdfDocId

long

Id of the generated PDF document

ApplicationTag

string

The application  that created the doc in the database

CompanyIdlongThe Id of the company which uploaded the document
ProfessionIdintAvailable profession ids are listed below. Users are allowed to use only the professions registered for their company.
ProfessionNamestringProfession Name
BuildingIdlongBuilding Id if this document is tagged to a building
RoomIdsList<long>A list of room Ids if the document is tagged to rooms
DeviceIdsList<long>A list of device Ids if the document is tagged to devices
OrganizationNumberlongOrganization Number
ChapterTagsList<ChapterTagOutput>A list of chapter tags
CompanyCompanyInformation of the company which the document has sent (Only the CompanyId, OrganizationNo and CompanyName is returned currently)
ApartmentTagIdsApartmentTagsList<int>List<ApartmentTagsOutput>A list of ApartmentTag Ids ApartmentTags if the document is tagged to with ApartmentTags

 

ProfessionId

...