...
id | number | The MB ID of the message |
threadid | number | The MB ID of a 20250915thread |
userid | number | The MB ID of the user who wrote the message, should be 0 if it was a person |
personid | number | The MB ID of the person who wrote the message, should be 0 if it was a user |
authorname | string | The name of the user/person who wrote the message |
changedate | date | |
changetime | time | |
isunread | boolean | If the message is unread by the current user |
message | lstring | The message text, may include HTML tags |
...
id | number | ID of the notification |
assignedby | number | The ID of the user who caused this notification, or 0 if it was a person |
assignedby_personid | number | The ID of the 20250915person who caused this notification, or 0 if it was a user |
text | string | The notification text, may include links and HTML tags |
date | date | The date of the notification |
time | time | |
ispublic | bool | 1 if the notification should be marked as “public” |
isread | bool | 1 if the notification has been read/dismissed |
objecttype | string | An object type indicating what object the notification relates to |
objectid | number | |
message_threadid | number | The ID of the related thread, if objecttype is message |
If objecttype
is message
then the notification refers to a note/20250915tmessage, and the field message_threadid
contains the ID of the thread.
...
person
id | number | Person ID in Microbizz |
firstname | string | Person first name |
lastname | string | Person last name |
address | string | Person address |
address2 | string | Person address2 |
zip | string | Zip |
city | string | City |
country | string | Country |
phone | string | Phone no. |
mobile | string | Mobile. |
fax | string | Fax no. |
www | string | Web address |
Email. | ||
secondary_text | string | A secondary text describing this item; this is used as the search text |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Last change date (readonly) |
changetime | time | Last change time (readonly) |
typeid | number | The ID of the person type in Microbizz, see GetPersonTypes |
typetext | string | Textual representation of the person type |
isdeleted | bool | If the person is deleted/deactivated |
requestconsent | bool | If the person should be asked to consent to GDPR whenever the GDPR setup changes |
team | number | reference to the team the person is a part of. |
...
id | number | An ID identifying this line of product use |
todoid | number | Todo ID, where this product was used. |
count | float | Number of products used. |
productnumber | string | Product number of the used product |
linetext | string | Text of invoice line. Typically product name |
unitprice | number | Price pr. unit in lowest local currency (Typically danish ører). This is before any discount is applied. |
status | number | The 20250915productusestate for this product use |
orderid | number | Can be used for sorting |
note | string | A note attached to this product use |
isdeleted | boolean | Indicates if this product use is deleted |
locked | boolean | Indicates if this product use is locked (ie cannot be modified or deleted) |
invoiced | number | The invoiced status of the product use; either 0=not handled, 1=handled, 2= rejected |
discount | number | A discount to be applied to the line. 0 = no discount, 100 = 100 % discount. |
changedate | date | Last change date |
changetime | time | Last change time |
useddate | date | The date when the product was used |
toolid | number | Tool ID |
ediid | number | The ID of an EDI |
budgetareaid | number | The Microbizz ID of the 20250915budgetarea |
stockid | number | The Microbizz ID of a 20250915stock |
units | string | The abbreviation of the product unit |
unitid | number | The Microbizz ID of a product unit |
costprice | number | The costprice. |
listprice | number | The list price |
userid | number | The ID of the user who created this product use; 0 if not created by a user; read only |
productgroupid | number | The ID of the product group, see GetProductGroups |
...
id | number | Tool ID in Microbizz |
name | string | Tool name |
secondary_text | string | A secondary text describing this item; this is used as the search text |
userid | number | User ID of responsible user. Please note that the responsible user, is not always the same as the person carrying the tool. |
usertext | string | A textual representation of the responsible user. (readonly) |
carrier_userid | number | User ID of user carrying the tool. If this is 0 or not present, the tool is currently not carried. (readonly) |
carrier_usertext | string | A textual representation of the user carrying the tool. (readonly) |
is_carrier | boolean | True of the current user is the carrier. (readonly) |
containedin | number | Tool ID of the tool in which this tool is contained.(readonly) |
containedintext | string | A textual representation of the tool in which this is contained. (readonly) |
is_installed | boolean | Indicates if this tool is installed somewhere. (readonly) |
installed_placetext | string | A textual representation of where this tool is installed. (readonly) |
number | string | Tool number |
code | string | Tool code |
class | string | Tool class (readonly) |
groupid | number | ID of tool group |
group | string | Tool group (readonly) |
make | string | Tool make |
model | string | Tool model |
serialnumber | string | Tool serial number |
nextservice | date | Date of next service |
lastservice | date | Date of last service |
isdeleted | boolean | Indicate if the tool is deleted |
longitude | float | GPS longitude of the last known position of this tool. |
latitude | float | GPS latitude of the last known position of this tool. |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Last change date (readonly) |
changetime | time | Last change time (readonly) |
qfonsetdown | number | For app: Question form ID on question form to present on set down of this tool. |
attachedcustomerid | number | Customer ID |
customerid | number | The Microbizz ID of the “place of home” |
todoid | number | Todo ID, if multiple then see todoids |
todoids | array | A collection of Todo IDs, the tasks that are currently associated with the equipment |
barcode | string | Tool barcode |
personid | number | ID of a Person |
persontext | string | The name of the contact person |
icons | collection[number] | The IDs of the custom fields of types "icon" or "icon url" that are set |
iconlinks | set | The URLs for custom fields of type "icon url" that are set |
partslist | collection[ 20250915partslist ] | List of parts in the parts list for the equipment type |
serviceprotocols | collection[number] | The IDs of the service protocols that are available |
stateid | number | The ID of the current state |
statetext | string | The name of the current state |
servicestatus | number | 1=serviced, 2=not serviced, 3=service soon, 4=past service |
picture | string | Image of tool as base64 encoded image data. Please note that only some commands return this field. |
active | boolean | If the tool is active or not. |
...
id | number | The Microbizz ID of the thread |
objecttype | string | |
objectid | number | |
title | string | The title of the thread |
ispublic | bool | If the thread should be shown on the extranet and elsewhere |
isdeleted | bool | 1 if the thread has been deleted |
isunread | bool | 1 if the current user hasn't read all the messages in the thread |
tags | collection[string] | List of tags, each tag is a short text |
lastmessagedate | date | Date of last message |
lastmessagetime | time | Time of last message |
createdate | date | (readonly) |
createtime | time | (readonly) |
messages | collection[ 20250915tmessage ] | |
externalsubscribers | collection[number] | List of person IDs of subscribers |
internalsubscribers | collection[number] | List of user IDs of subscribers |
...
id | number | Workpool ID in Microbizz |
title | string | The title of the workpool |
groupid | number | The group ID of the responsible group/team |
userids | collection[number] | A list of user IDs |
entries | collection[ 20250915workpoolentry ] | A collection of workpool entries |
...