| GET | /api/createzipfilefortemplinkattachments/{DocumentID} | 
|---|
import 'package:servicestack/servicestack.dart';
import 'dart:typed_data';
class CreateZipFileForTempLinkAttachments implements IConvertible
{
    String? DocumentID;
    CreateZipFileForTempLinkAttachments({this.DocumentID});
    CreateZipFileForTempLinkAttachments.fromJson(Map<String, dynamic> json) { fromMap(json); }
    fromMap(Map<String, dynamic> json) {
        DocumentID = json['DocumentID'];
        return this;
    }
    Map<String, dynamic> toJson() => {
        'DocumentID': DocumentID
    };
    getTypeName() => "CreateZipFileForTempLinkAttachments";
    TypeContext? context = _ctx;
}
TypeContext _ctx = TypeContext(library: 'doapigw.baasbv.nl', types: <String, TypeInfo> {
    'CreateZipFileForTempLinkAttachments': TypeInfo(TypeOf.Class, create:() => CreateZipFileForTempLinkAttachments()),
});
Dart CreateZipFileForTempLinkAttachments 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.
GET /api/createzipfilefortemplinkattachments/{DocumentID} HTTP/1.1 
Host: doapigw.baasbv.nl 
Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length (string)