HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/WebixKanbanTaskCreateRequest 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
}