All complex types are sets, describing objects in Microbizz.
- All fields in bold are required. If an optional field is omitted and the command operates on existing data, the current value of the field will be preserved.
- Fields marked with (readonly)
...
- are only provided when receiving objects from
...
- the API; the fields are ignored when transmitting to
...
- the API.
address
type | string | Description of the type of address, eg. 'Home' or 'Nearest depot' or whatever |
full | string | Formatted address |
name | string | |
name2 | string | |
address | string | |
address2 | string | |
zip | string | |
city | string | |
country | string | |
latitude | float | |
longitude | float |
...
id | number | Checkin ID in Microbizz |
ischeckedin | boolean | True if the status of this checkin is checked in. |
readable | string | Textual representation of the place where the checkin occured. |
objecttype | string | The object type on which we logged in. Customer or Todo |
toolid | int | If this checkin regarded a tool, then this is the toolid. |
userid | int | Reference to user who performed the checkin. |
todoid | int | The ID of the task which this checkin regards. Only available if the object type is Todo |
customerid | int | The ID of the customer which this checkin regards. Only available if the object type is Customer. Please note: If this checkin is on a task, this field is filled with 0 and not the customer ID to which the task is attached. |
checkinlatitude | float | Geographical latitude for checkin |
checkinlongitude | float | Geographical longitude for checkin |
checkoutlatitude | float | Geographical latitude for checkout |
checkoutlongitude | float | Geographical longitude for checkout |
checkindate | date | Date when the checkin occured. |
checkintime | time | Time when the checkin occured. |
checkoutdate | date | Date when the checkout occured. |
checkouttime | time | Time when the checkout occured. |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Date of last change (readonly) |
changetime | time | Time of last change (readonly) |
checkpoint
id | number | Check point ID in Microbizz |
title | string | Check point title |
...
id | number | Relationship ID in Microbizz (or zero if new relationship) |
customerid | number | ID of the customer part of the relationship |
customertext | string | A textual representation of the customer (readonly) |
personid | number | ID of the person part of the relationship |
persontext | string | A textual description of the person (readonly) |
title | string | The title of the relationship |
roleid | id | Role id for a role the object is based on.. this cannot be changed once set. instead the cprelationship will be closed and another created |
since | date | The date the relationship was formed |
until | date | The date the relationship ended or empty if current |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Date of last change (readonly) |
changetime | time | Time of last change (readonly) |
customer
id | number | Customer ID in Microbizz |
customernumber | string | Customer number |
creditornumber | string | Creditor number |
name | string | Name |
description | lstring | An optional string describing the customer |
secondary_text | string | A secondary text describing this item; this is used as the search text |
icons | collection[number] | A list of icon IDs to show on this customer |
ourreference | number | Our reference; must be a valid User ID |
ourreferencetext | string | Textual representation of our reference (readonly) |
theirreference | number | Their reference; must be a valid Person ID |
theirreferencetext | string | Textual representation of their reference (readonly) |
vat | string | VAT number (danish CVR) |
vatpercentage | number | The VAT amount in % |
publicid | string | Public identification number (danish EAN) |
address | string | Address |
address2 | string | Second address line |
zip | string | Zip |
city | string | City |
country | string | Country |
invoiceaddress | string | Address |
invoiceaddress2 | string | Second address line |
invoicezip | string | Zip |
invoicecity | string | City |
invoicecountry | string | Country |
phone | string | Phone no |
fax | string | Fax no |
www | string | Web address, not URL |
string | Email adresse | |
trade | string | Company trade |
team | number | Team ID |
typeid | number | The customer type ID |
typetext | string | Textual representation of the customer type (readonly) |
alertradius | number | Geofence radius (in meters) around this customer |
isprospect | boolean | Is company a prospect? |
issubcontractor | boolean | Is company a subcontractor? |
isblocked | boolean | Is company blocked? |
isdeleted | boolean | Is company deleted? |
invoiceup | boolean | 1 if the parent company is invoiced, 0 if not |
longitude | float | Geographical longitude |
latitude | float | Geographical latitude |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Date of last change (readonly) |
changetime | time | Time of last change (readonly) |
parentcust | number | The ID of the parent customer |
sellerid | number | The ID of the sales person |
maingroupid | number | The ID of the maingroup, see the API call GetMaingroups |
startdate | date | The start date of a Customer |
requestconsent | bool | If the customer should be asked to consent to GDPR whenever the GDPR setup changes |
mailimport | bool | If 1 then mail for this customer will be imported by Microbizz |
...
id | number | File ID in Microbizz |
title | string | Document title, eg. “My Picture” |
filename | string | Original filename of document, eg. “mypicture.jpg” |
path | string | The complete path of the filename as it is stored in the Microbizz system local folder structure |
type | string | Document type (ex. “pdf”, “jpg”, “xml”) or “unknown” |
size | number | Document size in KB |
createdate | date | Document create date (readonly) |
createtime | time | Document create time (readonly) |
thumb | binary | Thumbnail of the file, base 64 encoded |
folder_ref | number | The ID of the folder which contains this document |
ispublic | boolean | 1 if the file is visible on the extranet |
modcode | string | |
objectid | number |
...
id | number | ID of the invoice |
number | string | The Invoice number |
requisition | string | |
customerid | number | The ID of a Customer in Microbizz |
customertext | string | The name of the Customer |
userid | number | The ID of a user in Microbizz |
usertext | string | The name of the user |
sellerid | number | The ID of the user who is the seller |
sellertext | string | The name of the user who is the seller |
team | number | The ID of the team to whom the invoice belongs |
fromname | string | Address |
fromaddress | string | |
fromaddress2 | string | |
fromzip | string | |
fromcity | string | |
fromcountry | string | |
fromperson | string | |
fromemail | string | |
toname | string | Address |
toaddress | string | |
toaddress2 | string | |
tozip | string | |
tocity | string | |
tocountry | string | |
toperson | string | |
toemail | string | |
toean | string | |
deliveryname | string | Address |
deliveryaddress | string | |
deliveryaddress2 | string | |
deliveryzip | string | |
deliverycity | string | |
deliverycountry | string | |
additionaltext1 | string | Text that describes the invoice |
additionaltext2 | string | Text that describes the invoice |
totalsum | number | The total sum of the invoice lines |
payment_currency | string | |
remainder | number | |
bookeddate | date | |
paiddate | date | |
duedate | date | |
invoicedate | date | |
paymentterms_out | number | |
layout_out | number | |
paymentterms_in | number | |
layout_in | number | |
isposted | bool | |
ispayed | bool | |
iscredit | bool | |
iserror | bool | If this invoice failed |
errortext | string | The error text from when the invoice failed |
bouncetext | string | |
theirref | string | |
remoteid | string | |
nonstick | bool | |
createdate | date | (readonly) |
createtime | time | (readonly) |
changedate | date | (readonly) |
changetime | time | (readonly) |
invoiceline
id | number | ID of the invoice line |
customerid | number | ID of the customer to which this line should be invoiced |
related_customerid | number | ID of the customer which this line regards. This can differ from the customerid if you redirect your invoicing from one customer to another. |
invoiceid | number | The ID of an invoice |
todoid | number | If the invoice line can be attached to a todo then this holds the ID of the todo |
date | date | Date of the invoice line |
linetext | string | Text of the invoice line |
productstatus | number | The product use status for the product behind this invoice line |
stock | number | A reference to a stock from where the product is removed. |
discount | number | A discount to be applied to the line. 0 = no discount, 100 = 100 % discount. |
itemnumber | string | Item number of the invoice line (product number) |
count | number | Item count of the invoice line |
price | number | Price per unit in lowest local currency (typically Danish ører). This price is before any discount. |
units | string | The product unit |
...
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 | Id of this production entry in Microbizz |
userid | number | Who is going to work on the todo? User ID |
todoid | number | Which todo? Todo ID |
todotext | string | A textual representation of the todo. (readonly) |
secondary_text | string | A secondary text describing this item; this is used as the search text |
date | date | Date of work. |
time | time | Time of work. |
place | string | Place of work. DEPRECATED. |
durationinminutes | number | Duration of work in minutes. |
locked | bool | If the production is locked |
visited | bool | If the production has been visited by the user (readonly) |
activitycolor | string | The colour to use when displaying this entry |
createdate | date | The date when this was created (readonly) |
createtime | time | The time when this was created (readonly) |
displaytime | string | For normal planning this holds starttime and endtime (eg. “09:00 - 12:00”); for full day planning it holds the string “Full day” or similar |
type | boolean | 1 if this is a full day planning, 0 if it is a normal planning |
...
id | number | Internal Microbizz product use status ID |
number | number | The project # |
workareaid | number | Internal Microbizz workarea ID |
workareatext | string | Name of the workarea |
customerid | number | Internal Microbizz customer ID |
customertext | string | Name of the company |
title | string | The name of the project |
description | string | |
address | string | |
address2 | string | |
zip | string | |
country | string | |
stateid | number | Internal Microbizz project state ID |
statetext | string | |
isclosed | bool | |
priority | number | |
estimate | number | Estimate in minutes |
userid | number | Internal Microbizz user ID |
usertext | string | The name of the user |
team | number | Internal Microbizz team ID |
isdeleted | bool | |
ispublic | bool | |
requisition | string | |
startdate | date | |
deadline | date | |
closedate | date | |
projecttype | number | Internal Microbizz project type ID |
personid | number | Internal Microbizz person ID |
persontext | string | The name of the contact person |
longitude | float | |
latitude | float | |
invoicepolicy | number | Internal Microbizz invoicepolicy number |
price | number | |
createdate | date | (readonly) |
createtime | time | (readonly) |
changedate | date | (readonly) |
changetime | time | (readonly) |
projectactivity
id | number | Internal Microbizz projectactivity ID |
title | string | The name of the activity |
projectid | string | Internal Microbizz project ID |
projecttext | string | The name of the project |
objecttype | string | The type of object that is attached to this activity, either todo or event or empty |
objectid | number | The ID of the object |
parentid | number | The ID of the parent activity or 0 |
parenttext | string | The name of the parent |
startdate | date | |
enddate | date | |
duration | number | Duration in days |
estimate | number | Estimate in minutes |
progress | number | Progress from 0 - 100 |
createdate | date | (readonly) |
createtime | time | (readonly) |
changedate | date | (readonly) |
changetime | time | (readonly) |
projecttemplate
id | number | The Microbizz ID of the project template |
title | string | The title of the project template |
type | number | The ID of the project type, see GetProjectTypes |
...
id | number | The Microbizz ID of this repeat |
todoid | number | The Microbizz ID of the todo that this repeat belongs to |
userid | number | The Microbizz ID of a user (repeat only) |
usertext | text | The name of the user (repeat only) |
repetition | text | See How do I import repetitions on tasks? for details |
isdeleted | bool | 1 if this has been deleted |
createdate | date | (readonly) |
createtime | time | (readonly) |
changedate | date | (readonly) |
changetime | time | (readonly) |
team
id | number | Team ID in Microbizz |
title | string | Team title |
remoteid | string |
...
id | number | Quotation ID in Microbizz |
number | string | The quotation number |
title | string | |
customerid | number | The Microbizz ID of the company |
customertext | string | The name of the company |
userid | number | The Microbizz ID of the seller |
usertext | string | The name of the seller |
requisition | string | |
unitid | number | The Microbizz ID of a unit |
team | number | The Microbizz ID of the team |
todoref | number | Reference for todo object. |
todorefs | Array | Reference for all todos associated with the salescontract |
contracttext | lstring | The description of the quotation |
contracthtml | lstring | The description of the quotation as HTML. (readonly) |
startdate | date | |
expecteddate | date | |
phaseid | number | The Microbizz ID of the phase |
phasetext | string | The name of the phase |
stateid | number | The Microbizz ID of the state, readonly |
statetext | string | The name of the state |
personid | number | The Microbizz ID of the responsible person |
persontext | string | The name of the person |
typeid | number | The Microbizz ID of the type of the quotation |
typetext | string | The textual name of the type |
createdate | date | (readonly) |
createtime | time | (readonly) |
changedate | date | (readonly) |
changetime | time | (readonly) |
This object may include custom fields.
...
id | number | Quotation ID in Microbizz |
contractid | number | The Microbizz ID of the quotation |
count | number | The number of items to add |
units | string | The units, eg. 'kg' or 'liters' or whatever |
itemnumber | string | The product number |
baseprice | number | Read only |
baseprice1 | number | Writeable baseprice, only allows a single value, not monthly values |
costprice | number | |
discount | number | The discount in % |
itemname | string | The name of the product |
note | string | |
issubscr | boolean | If the line is a subscription |
createdate | date | (readonly) |
createtime | time | (readonly) |
changedate | date | (readonly) |
changetime | time | (readonly) |
serviceprotocol
id | number | Protocol ID in Microbizz |
title | string | |
qfids | collection | List of questionform IDs to be completed in the specified order |
serviceagreementid | number | |
taskreq | number | 1 if it is required to select a task; 0 if it isn't required; 2 if the app shouldn't ask at all |
type | string | Either "service" or "inspection" |
...
id | number | Todo ID in Microbizz |
number | string | Todo number in Microbizz |
workareaid | number | Workarea ID. if set to an invalid workarea id. the id will be set to a random workarea to avoid todo failure. |
workareatext | string | A textual representation of the workarea (readonly) |
customerid | number | Customer ID. |
customertext | string | A textual representation of the customer name. (readonly) |
icons | collection[number] | A list of icon IDs to show on this todo. |
iconlinks | collection | A list of links for the icons |
checkpoints | collection[number] | A list of checkpoints to complete when checked in on this todo |
title | string | Title |
secondary_text | string | A secondary text describing this item; this is used as the search text |
address | string | Address |
address2 | string | Second address-line |
zip | string | Zip |
city | string | City |
country | string | Country |
description | lstring | Longer description |
htmldescription | lstring | Longer description, HTML formatted (from 2020 Q3); text specified in description will be converted to HTML |
stateid | number | State of todo ID. |
statetext | string | A textual representation of the todo state. (readonly) |
isclosed | boolean | Indicates if todo is closed. |
canclose | boolean | Indicates if the todo can be closed from an external system, such as an mobile phone |
isaccepted | boolean | Indicates if todo is accepted as closed. |
priority | number | Priority. |
estimate | number | Estimate in minutes. |
timeusage | number | Time used in minutes. |
userid | number | Responsible for todo. User ID. |
closedby_userid | number | User ID of user who closed this task. |
usertext | string | Responsible for todo in text. (readonly) |
team | number | Team ID reference |
subtodos | collection [number] | ID of all subtodos to this todo (readonly) |
parenttodo | number | ID of a parent todo to this todo, if non-0 then this is a subtask to another task |
ispersonal | boolean | Indicates that this todo belongs to the current user. (readonly) |
isdeleted | boolean | Indicates if the todo should be shown or not. If this is true, then the todo should be considered as deleted. (readonly) |
isprivate | boolean | Todo is private? |
ispublic | boolean | Todo is public? |
requisition | string | Requisition number |
startdate | date | Start date. |
deadline | date | Deadline. |
closedate | date | Closed date |
personid | number | The Microbizz ID of the person who is the contact person |
persontext | string | The name of the person who is the contact person. This field is read-only. |
temperature | number | Todo temperature. (readonly) |
alertradius | number | Geofence radius (in meters) around this todo |
longitude | float | GPS longitude |
latitude | float | GPS latitude |
invoicepolicy | string | See the table below for the possible values |
price | number | |
next_invoicedate | date | Date for next invoice (if task is repeating) |
tasktype | number | 1=AdHoc; 2=Repeat, exact; 3=Repeat, loose; 5=Project |
createdby | number | id of user which created the task. |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Last change date (readonly) |
changetime | time | Last change time (readonly) |
qfonclose | number | For app: Question form ID of question form to present on close of this todo. |
qfoncheckout | number | For app: Question form ID of question form to present on checkout from this todo |
qfoncheckout_required | bool | If the question form in qfoncheckout is required or not |
internalsubscribers | collection[number] | List of user IDs of the subscribers |
externalsubscribers | collection[number] | List of person IDs of the subscribers |
addresses | collection[ address ] | List of other addresses that are relevant |
competences | set | List of competences and the minimum required level for each competence |
seperate_invoice | boolean | Set to 1 if the task should be on a sep. inv. instead of on an inv. with other tasks for the same company |
placename | string | The name of the delivery place |
additionaluserids | collection[number] | List of IDs of additional users |
contactname | string | Name of contact person, if Microbizz is setup to not use the personid field |
contactphone | string | Phone of the contact person, if Microbizz is setup to not use the personid field |
nextactiondate | date | Date of next planning, readonly |
nextactiontime | time | Time of next planning, readonly |
lastaction | date | Date of last planning, readonly |
projectid | number | ID of a project (only if the Project module is enabled; this is not the parenttodo) |
projectgroupid | number | ID of a projectactivity of type group |
projecttext | string | The name of the project, see projectid |
projectgrouptext | string | The name of the projectactivity, see projectgroupid |
plannedto | collection[number] | List of users for whom this task is planned |
parenttodo_ns_number | string | The task # of the parent task, if any |
accord_isaccord | bool | If this task uses accord, readonly |
accord_minutes | number | Accord minutes, readonly |
accord_totalvalue | number | Total value of accord, readonly |
accord_payed | number | Total value payed, readonly |
accord_rate | number | Accord rate, readonly |
accord_settledate | date | Date of accord payment, readonly |
invoice_customerid | number | The Microbizz ID of the "payment company" |
acceptby | number | The Microbizz ID of the user who approved the task, or 0 if not approved |
slaid | number | The Microbizz ID of the type of SLA, or 0 if SLA is not used, readonly |
slatext | string | The name of the SLA type, if SLA is used, readonly |
sla_startdate | date | When the SLA clock was started, if SLA is used, readonly |
sla_starttime | time | When the SLA clock was started, if SLA is used, readonly |
sla_deadlinedate | date | The deadline of the SLA, if SLA is used, readonly |
sla_deadlinetime | time | The deadline of the SLA, if SLA is used, readonly |
...
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[ 20250915 ] | 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[ 20250915 ] | |
externalsubscribers | collection[number] | List of person IDs of subscribers |
internalsubscribers | collection[number] | List of user IDs of subscribers |
...
id | number | Unit ID in Microbizz |
title | string | Title of the unit |
customerid | number | ID of a customer in Microbizz |
customertext | string | The name of the customer |
processid | number | ID of the process in Microbizz |
processtext | string | Name of the process |
userid | number | ID of the user in Microbizz |
usertext | string | The name of the user |
phaseid | number | The ID of the phase in Microbizz |
phasetext | string | Name of the phase |
isclosed | bool | |
startdate | date | Date created |
nextdeadline | date | Date created |
finaldeadline | date | Date created |
closedate | date | Date created |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Last change date (readonly) |
changetime | time | Last change time (readonly) |
user
id | number | User ID in Microbizz |
fullname | string | Full name |
initials | string | Initials |
usercode | string | A number identifying the user, such as an employee-number |
Email / login. | ||
password | string | Password. Please note that Microbizz only stores hashes of passwords, so when receiving a user type, the password field will always be blank. |
mobile | string | Mobile phone number |
mobilepin | string | Mobile pin code for the mobile app. |
allowsms | boolean | Is the user allowed to SMS to the system |
isactive | boolean | Is the user active. |
isadministrator | boolean | Is the user an administrator. |
licensetype | string | Either Full or Mobile or Passive |
createdate | date | Date created (readonly) |
createtime | time | Time created (readonly) |
changedate | date | Last change date (readonly) |
changetime | time | Last change time (readonly) |
usertypeid | number | The ID of the user type |
usertypetext | string | The name of the user type, eg. “Administrative personelle” |
usertypecolor | string | The color used to indicate the user type |
stdteamid | number | The ID of the home team for this user |
address | string | The address of the user |
address2 | string | ged |
zip | string | |
city | string | |
country | string | The address of the user |
birthdate | date | Birthdate of user |
hiredate | date | The date the user was hired |
senioritydate | date | The senioritydate of the user |
deactivationdate | date | If the user is deactivated this was the date of the deactivation. |
competences | set | List of the competences that apply to this user, and the level for each, e.g. {2:5,1:4} means that the user has level 5 of the competence with ID=2, and level 4 of the competence with id=1, see the API call GetCompetences |
requestconsent | boolean | If the user should be asked to consent to GDPR whenever the GDPR setup changes |
...
id | number | Workpool entry ID in Microbizz |
todoid | number | Todo ID in Microbizz |
title | title | Title of the Todo |
deadline | date | |
estimate | number | Number of minutes |
changedate | date | (readonly) |
changetime | time | (readonly) |
createdate | date | (readonly) |
createtime | time | (readonly) |
ticket
id | number | Ticket ID in Microbizz |
number | string | Ticket number in Microbizz |
accountid | number | Account the ticket is assigned to |
customerid | number | The id of the customer the ticket belongs to |
name | string | The name of the ticket |
state | number | The number of the state |
statename | string | The name of the state |
stateid | number | The id of the state |
statetext | string | The description of the state |
typeid | number | The id of the type |
typetext | string | The name of the type. |
tags | array | The array of text tags |
user | number | The user who created the ticket |
original_ticketid | number | The ticket id the ticket may have been created from |
ticketnumber | number | The number of the ticket. |
personid | number | The person id of the person assigned to the ticket |
phonenumber | string | The phone number of the person assigned to the ticket |
closedate | date | The closing date. |
closetime | time | The closing time |
closedby_userid | number | The id of the user who closed the ticket. |
createdby_userid | number | The id of the user who created the ticket. |
closed | boolean | If the ticket is closed |
pending | boolean | If the ticket is pending |
string | The email of the contactperson | |
lastestemailfrom | string | Last email to this ticket |
lastestemailbody | string | Last email text. |
lastestemailsubject | string | Last email subject |
latestemaildate | date | Last email date of recieving. |
lastnote | string | Last note text |
lastresponsiblechange | date | Date of responsible change |
lastmaildate | date | Date of last recieved mail |
laststatechange | date | Date of last state change |
lastnotetime | time | Time of last note |
lastresponsiblechangetime | time | Time of last responsible change |
lastmailtime | time | Time of last mail recieved |
laststatechangetime | time | Time of last state change. |
lastcommtime | time | Time of last communication |
users | array | Array of relevant users for the ticket. |
timesincelast | string | Time for last communication |
todos | array | Array of tasks assigned to this ticket. |
registrationtime | number | Time in minutes of how much is registered. |
invoicedtime | time | The of minutes invoiced so far. |
invoicepolicy | string | The policy used for invoicing. based on the customer. |
source | string | The text the number displays. |
sourceid | number | A number indicating where the ticket was from. |
description | string | The full description of the ticket. |
createdate | date | Date of creation (readonly) |
createtime | time | Time of creation (readonly) |
changedate | date | Date of latest change. (readonly) |
changetime | time | Time of latest change. (readonly) |