API - Project List Items
Submit
<?xml version="1.0" encoding="UTF-8"?> <myxml> ... <projectid></projectid> </myxml>
projectid mandatory
Numeric identifier for the project.
Response
<?xml version="1.0" encoding="UTF-8"?> <response> <project> <projectitem> <projectitemid></projectitemid> <projectitementryid></projectitementryid> <projectitemname></projectitemname> <projectitemnatureid></projectitemnatureid> <projectitemnature></projectitemnature> <projectitemnaturenl></projectitemnaturenl> <projectitemstartdate></projectitemstartdate> <projectitemenddate></projectitemenddate> <projectitemstarttime></projectitemstarttime> <projectitemendtime></projectitemendtime> <projectitemquantity></projectitemquantity> <projectitemminutes></projectitemminutes> <projectitemprice></projectitemprice> <projectitemvatrate></projectitemvatrate> <projectitemstatusid></projectitemstatusid> <projectitemstatus></projectitemstatus> <projectitemstatusnl></projectitemstatusnl> <projectitemnotes></projectitemnotes> </projectitem> ... </project> </response>
projectitemtid
Unique identifier for the item within the project.
projectitementryid
Unique identifier for the registered Acumulus transaction. Empty or 0 when not applicable.
projectitemname
Descriptive name for the item within the project.
projectitemnatureid
Numeric identifier for the nature or type of item.
projectitemnaturename
Name as above.
projectitemnaturenamennl
Name as above.
projectitemstartdate
Start date of the item. Mainly useful with billable services or for tracking applied effort.
projectitemenddate
End date of the item. Mainly useful with billable services or for tracking applied effort.
projectitemstarttime
Start time of the item. Mainly useful with billable services or for tracking applied effort.
projectitemendtime
End time of the item. Mainly useful with billable services or for tracking applied effort.
projectitemquantity
Amount of items.
projectitemminutes
Amount of minutes.
projectitemprice
Price of the item. Up to 4 decimals.
projectitemvatrate
Applicable VAT percentage for the project item. Within range of 0 to 100. Use -1 when VAT is not applicable.
projectitemstatusid / projectitemstatus / projectitemstatusnl
Identifiers for the status of the item.
projectitemnotes
Internal notes applicable to the item.