TaxComm Platform Service

<back to all web services

WebixKanbanTaskUpdateRequest

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

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

HTTP + JSV

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

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

{
	id: 0,
	status: String,
	user_id: 0,
	text: String,
	color: String,
	tags: 
	[
		String
	],
	comments: 
	[
		{
			id: String,
			user_id: 0,
			date: String,
			text: String
		}
	],
	attachments: String,
	list: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	status: String,
	user_id: 0,
	text: String,
	color: String,
	tags: 
	[
		String
	],
	comments: 
	[
		{
			id: String,
			user_id: 0,
			date: String,
			text: String
		}
	],
	attachments: String,
	list: 0
}