TaxComm Platform Service

<back to all web services

WebixGanttTaskChangeRequest

The following routes are available for this service:
POST/v1/webix/gantt/tasks
DELETE,PUT,OPTIONS/v1/webix/gantt/tasks/{id}

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

HTTP + CSV

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

POST /csv/reply/WebixGanttTaskChangeRequest HTTP/1.1 
Host: taxcommapi.trendsic.net 
Content-Type: text/csv
Content-Length: length

id,type,start_date,planned_start,end_date,planned_end,text,progress,parent,position,duration,planned_duration,details,open,opened,job_type_id,job_type_name,created_by_id
String,String,String,String,String,String,String,0,0,0,0,0,String,False,0,0,String,String

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

id,type,start_date,planned_start,end_date,planned_end,text,progress,parent,position,duration,planned_duration,details,open,opened,job_type_id,job_type_name,created_by_id
String,String,String,String,String,String,String,0,0,0,0,0,String,False,0,0,String,String