Service
https://api.timewax.com/project/breakdown/edit/
Goal
Editing existing activities (breakdowns)
Request
The following xml structure must be provided:
<request>
<token></token>
<project></project>
<Breakdown></Breakdown>
<item>
<code></code>
<name></name>
<parentBreakdown></parentBreakdown>
<accountingType></accountingType>
<status></status>
<plannedHours></plannedHours>
<plannedRate></plannedRate>
<rateIsCommercialRate></rateIsCommercialRate>
<useNumbersInProgress></useNumbersInProgress>
<budgetNumbers></budgetNumbers>
<teamManager></teamManager>
<isDeliverable></isDeliverable>
<isMilestone></isMilestone>
<color></color>
<blockPosting></blockPosting>
<useResourceEntries></useResourceEntries>
<useProjectPlanning></useProjectPlanning>
<invoiceType></invoiceType>
<invoiceDate></invoiceDate>
<invoiceAmount></invoiceAmount>
<notes></notes>
<requestOrganisationalUnit></requestOrganisationalUnit>
<requestPosition></requestPosition>
<requestSkillLevel1></requestSkillLevel1>
<requestSkillLevel2></requestSkillLevel2>
<requestSkillLevel3></requestSkillLevel3>
</item>
</request>
Parameter | Description | Required |
---|---|---|
token | Token for this request | yes |
project | Code or name of the Project | yes |
breakdown | Code or name of the Activity | yes |
code | Code of the activity | no |
name | Name of the activity | no |
parentBreakdown | code or name. The parent activity. Should already exist | no |
accountingType | code or name. Attribute | no |
status | code or name. Attribute | no |
plannedHours | Budgeted hours | no |
plannedRate | Budget rate | no |
rateIsCommercialRate | Yes or no. Planned rate = commercial rate. | no |
useNumbersInProgress | Yes or no. Progress must be reported in numbers. | no |
budgetNumbers | In case useNumbersInProgress = Yes, budgeted numbers. | no |
teamManager | Code or name. Resource has to be added to the project (project/resource/add) | no |
isDeliverable | Yes or no. Marks if this activity is a deliverable. | no |
isMilestone | Yes or no. Marks if this activity is a milestone. | no |
color | The color of this activity (hexadecimal value). | no |
blockPosting | Yes or no. Is the activity blocked for making bookings? | no |
useResourceEntries | Yes or no. Is it possible to plan resources on the activity. | no |
useProjectPlanning | Yes or no. Is it possible to use this activity in project planning. | no |
invoiceType | Type for invoicing. Options: Non-chargeable, Fixed price or Costing. | no |
invoiceDate | When breakdowns/breakdown/invoiceType = Fixed price. Invoice date for the activity. | no |
invoiceAmount | When breakdowns/breakdown/invoiceType = Fixed price. Amount to be invoiced. | no |
breakdown/notes | Text. activity comment. | no |
requestOrganisationalUnit | The Department (Organisational Unit) for the request. | no |
requestPosition | The requested position for the request. | no |
equestSkillLevel1 | The requested skillLevel 1 for the request. | no |
requestSkillLevel2 | The requested skillLevel 2 for the request. | no |
requestSkillLevel3 | The requested skillLevel 3 for the request. | no |
The following xml structure is received after an successful execution:
<response>
<valid>yes</valid>
</response>
Parameter | Description |
---|---|
valid | Indication that service was executed successfully |
The following xml structure is received after an incorrect execution:
<response>
<valid>no</valid>
<errors>no</errors>
</response>
Parameter | Description |
---|---|
valid | Indication that service was not executed successfully |
errors | Reason why the service has executed unsuccessfully |
Opmerkingen