<< Click to Display Table of Contents >> Navigation: Types > Aspect |
A aspect can be: Employee, Customer, Project, Activity or a group (groups in TimeWriter Pro)
Tag/field name |
Type |
Remark |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id |
long |
Leave the id empty for new aspects. If the id has got a value, the aspect with the id will be updated. |
aspect id |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
aspectType |
string |
Mandatory Note: cannot be changed for an existing aspect. |
see AspectType |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name |
string |
Mandatory |
description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category 1) |
string |
category |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abbreviation |
string |
abbreviation |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
loginName |
string |
Only it aspectType is IT_MED (Employee) |
log in name |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
password |
string |
Only it aspectType is IT_MED (Employee) Sending a password can be done in plain text. (It will be saved encrypted). The password will never be returned in the response of a request. |
password |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
overhead |
boolean |
overhead |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
validFrom 1) |
date |
format: yyyy-mm-dd |
valid from |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
validTo 1) |
date |
format: yyyy-mm-dd |
valid to (until and including) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notForAccess 1) |
boolean |
Only for groups |
not for access |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notForAuthorizations 1) |
boolean |
Only for groups |
not for authorizations |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notForCombinations 1) |
boolean |
Only for groups |
not for combinations |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notForTariffAgreements 1) |
boolean |
Only for groups |
not for tariff agreements |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notForBudgets 1) |
boolean |
Only for groups |
not for budgets |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notForProgramModules 1) |
boolean |
Only for groups |
not for program modules |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
invoiceData 2) |
InvoiceData
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
taskData 3) |
TaskData
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
userFieldList |
List<UserField> |
A aspect can have none or more user fields |
see UserField |
1) Only for TimeWriter Pro.
2) Only available for the aspect that is set as the customer aspect at the invoicing settings.
3) Only for tasks and task groups (aspect type 'IT_TAA' en 'GR_TAA').
4) If invoiceType = RECURRING a RecurringPattern is mandatory.