PROJECT_TASK_MANAGE PROJECT Endpoint
  /rpc/project/?method=PROJECT_TASK_MANAGE  
  Object: 11. Click here for more information.  
  Manage a project task.  
  PARAMETERS TYPE NOTES
  DataReturn Text A comma delimited list of advanced search fields to be returned after a successful save
  Id Numeric  
  Remove Numeric Pass '1' to remove the item
       
  ActualEndDate Date  
  ActualEndDateTimeZone Numeric  
  CheckedByUser Numeric  
  CriticalDate Date  
  CriticalDateTimeZone Numeric  
  DaysBeforeStart Numeric  
  DependsOnTask Numeric  
  Description Text (4000)  
  DisplayOrder Numeric  
  Duration Numeric  
  EndDate Date  
  EndDateTimeZone Numeric  
  Milestone Text (1) Y / N
  Notes Text (Long)  
  Object Numeric  
  ObjectContext Numeric  
  PercentageComplete Numeric  
  Predecessor Numeric  
  Priority Numeric  
  Project Numeric  
  ProjectRole Numeric As defined via SETUP_PROJECT_ROLE_MANAGE
  Reference Text (50) Uses Profile Setting 48 to determine the default
  ReferenceMask Text (50) Alternatively, you can pass a mask to generate the Reference. It should have question mark(s) where the number is meant to go. For example with the next number of 123, "REF_??????" would generate "REF_000123". "REF?" would generate "REF123", "REF??????abc" would generate "REF000123abc". Note: The reference has to be blank for this to take effect
  StartDate Date  
  StartDateTimeZone Numeric  
  Status Numeric 1=Not Started,2=In Progress,3=Completed,4=Discontinued,5=On Hold,6=[not assigned],7=Customer Testing,8=To Be Checked. You can define your own additional values via SETUP_PROJECT_TASK_STATUS_MANAGE
  TaskByUser Numeric  
  TaskStartBasedOn Numeric  
  Title Text (500)  
  Type Numeric  
  RETURN  
  notes ADDED, UPDATED, REMOVED
Help!