| POST,OPTIONS | /v1/webix/kanban/attachments |
|---|
import 'package:servicestack/servicestack.dart';
import 'dart:typed_data';
class WebixKanbanAttachmentResponse implements IConvertible
{
WebixKanbanAttachmentResponse();
WebixKanbanAttachmentResponse.fromJson(Map<String, dynamic> json) : super();
fromMap(Map<String, dynamic> json) {
return this;
}
Map<String, dynamic> toJson() => {};
getTypeName() => "WebixKanbanAttachmentResponse";
TypeContext? context = _ctx;
}
class WebixKanbanAttachmentRequest implements IConvertible
{
WebixKanbanAttachmentRequest();
WebixKanbanAttachmentRequest.fromJson(Map<String, dynamic> json) : super();
fromMap(Map<String, dynamic> json) {
return this;
}
Map<String, dynamic> toJson() => {};
getTypeName() => "WebixKanbanAttachmentRequest";
TypeContext? context = _ctx;
}
TypeContext _ctx = TypeContext(library: 'api.dev.dynamics.trendsic.com', types: <String, TypeInfo> {
'WebixKanbanAttachmentResponse': TypeInfo(TypeOf.Class, create:() => WebixKanbanAttachmentResponse()),
'WebixKanbanAttachmentRequest': TypeInfo(TypeOf.Class, create:() => WebixKanbanAttachmentRequest()),
});
Dart WebixKanbanAttachmentRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /v1/webix/kanban/attachments HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{}