API - Project List Items


Resource:
/acumulus/stable/picklists/picklist_projectitems.php
Since API:
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure

Support voor inodes :
Support voor order :

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.

projectitemnatureid
projectitemnaturename
projectitemnaturenamennl
0
Undefined
Undefined
1
Product
Product
2
Service (at an hourly rate)
Dienst (uurtarief)
3
Service at a fixed price
Dienst tegen vaste prijs

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.

projectitemstatusid
projectitemstatus
projectitemstatusnl
0
Undefined
Undefined
1
Planned
Gepland
2
Completed
Afgerond
3
Cancelled
Geannuleerd
4
Active
Loopt
5
Expense
Zakelijke uitgave
6
Not billable
Niet factureerbaar

projectitemnotes
Internal notes applicable to the item.