StarterTemplate ASP.NET Host

<back to all web services

RequestProjectTaskPatch

ProjectTask Service

The following routes are available for this service:
PATCH/service/api/v2/projects/{ProjectId}/agiletasks/{Id}Updates the specified fields of a agile taskThe agile task with the specified ID must exist. The authenticating user must have the Update privilege for Agile Tasks.
Parameters:
NameParameterData TypeRequiredDescription
ProjectIdpathintYesThe ID of the project that contains the agile task
IdpathintYesThe ID of the agile task that has the fields you need to update

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/RequestProjectTaskPatch HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: application/json
Content-Length: length

{"project_id":0,"id":0,"title":"String","pct_complete":0,"est_hrs":0,"actual_hrs":0,"est_cost":0,"actual_cost":0,"requested_by":"String","owner_user_id":0,"assignee_user_id":0,"priority_code":"String","status_code":"String","grouping":"String","sub_grouping":"String","keywords":"String","sort_order":0,"description":"String","original_id":0,"import_id":0,"folder_id":0,"est_start":"0001-01-01T00:00:00.0000000","est_finish":"0001-01-01T00:00:00.0000000","act_start":"0001-01-01T00:00:00.0000000","act_finish":"0001-01-01T00:00:00.0000000","est_hrs_remaining":0,"act_hrs":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"project_id":0,"id":0,"task_type_code":"String","title":"String","pct_complete":0,"est_hrs":0,"actual_hrs":0,"est_cost":0,"actual_cost":0,"requested_by":"String","owner_user_id":0,"assignee_user_id":0,"priority_code":"String","status_code":"String","grouping":"String","sub_grouping":"String","keywords":"String","sort_order":0,"description":"String","original_id":0,"import_id":0,"folder_id":0,"est_start":"0001-01-01T00:00:00.0000000","est_finish":"0001-01-01T00:00:00.0000000","act_start":"0001-01-01T00:00:00.0000000","act_finish":"0001-01-01T00:00:00.0000000","est_hrs_remaining":0,"act_hrs":0,"update_user_id":0,"date_created":"0001-01-01T00:00:00.0000000","date_updated":"0001-01-01T00:00:00.0000000","user_name":"String","owner_name":"String","assigned_to_name":"String","event_type":"String","notes_description":"String","nbr_files":0,"nbr_notes":0,"nbr_events":0,"nbr_tasks":0,"folder_name":"String","nbr_escalations":0,"date_last_escalated":"0001-01-01T00:00:00.0000000","last_escalation_rule_id":0,"last_escalation_rule":"String","scheduled_event_id":0,"entity_code":"String","fk_id":0,"__permissions":{"acl":0}}