"use strict";
export class RegistrationprofileInformation {
/** @param {{ID?:string,Name?:string,WizardAutomatischDoorlopen?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {?string} */
ID;
/** @type {string} */
Name;
/** @type {boolean} */
WizardAutomatischDoorlopen;
}
/** @typedef {'CopyEmailIncludingAttachments'|'CopyEmailIncludingAndSeparateAttachments'|'CopyEmailExcludingAndSeparateAttachments'|'CopyEmailExcludingAttachments'|'CopyOnlyAttachments'|'MoveEmailIncludingAttachments'|'MoveEmailIncludingAndSeparateAttachments'|'MoveEmailExcludingAndSeparateAttachments'|'MoveEmailExcludingAttachments'|'MoveOnlyAttachments'|'Files'|'FileStream'} */
export var DragDropAction;
(function (DragDropAction) {
DragDropAction["CopyEmailIncludingAttachments"] = "CopyEmailIncludingAttachments"
DragDropAction["CopyEmailIncludingAndSeparateAttachments"] = "CopyEmailIncludingAndSeparateAttachments"
DragDropAction["CopyEmailExcludingAndSeparateAttachments"] = "CopyEmailExcludingAndSeparateAttachments"
DragDropAction["CopyEmailExcludingAttachments"] = "CopyEmailExcludingAttachments"
DragDropAction["CopyOnlyAttachments"] = "CopyOnlyAttachments"
DragDropAction["MoveEmailIncludingAttachments"] = "MoveEmailIncludingAttachments"
DragDropAction["MoveEmailIncludingAndSeparateAttachments"] = "MoveEmailIncludingAndSeparateAttachments"
DragDropAction["MoveEmailExcludingAndSeparateAttachments"] = "MoveEmailExcludingAndSeparateAttachments"
DragDropAction["MoveEmailExcludingAttachments"] = "MoveEmailExcludingAttachments"
DragDropAction["MoveOnlyAttachments"] = "MoveOnlyAttachments"
DragDropAction["Files"] = "Files"
DragDropAction["FileStream"] = "FileStream"
})(DragDropAction || (DragDropAction = {}));
export class QuickRegistrationOptions {
/** @param {{ProgCode?:string,RegistrationProfileID?:string,RegistrationProfiles?:RegistrationprofileInformation[],AttachmentRegistrationProfileID?:string,AttachmentProfiles?:RegistrationprofileInformation[],RegistrationProfileNewEmailID?:string,EMailActie?:string,EMailActieNieuw?:string,EMailActieBeantwoorden?:string,EMailActieDoorsturen?:string,DefaultDragDropAction?:DragDropAction,RegistratieWizard365URL?:string,ApplicationName?:string,Extension?:string,MenuTonenBijSlepen?:boolean,AllowMultipleRegistrations?:boolean,MinimumAttachmentSize?:number,AllowEmptyEmailInRegistrationprofileWizard?:boolean,UpdateRefNrInSentItems?:boolean,VersturenViaBCC?:boolean,BCCEmailAdres?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ProgCode;
/** @type {?string} */
RegistrationProfileID;
/** @type {RegistrationprofileInformation[]} */
RegistrationProfiles;
/** @type {?string} */
AttachmentRegistrationProfileID;
/** @type {RegistrationprofileInformation[]} */
AttachmentProfiles;
/** @type {?string} */
RegistrationProfileNewEmailID;
/** @type {string} */
EMailActie;
/** @type {string} */
EMailActieNieuw;
/** @type {string} */
EMailActieBeantwoorden;
/** @type {string} */
EMailActieDoorsturen;
/** @type {DragDropAction} */
DefaultDragDropAction;
/** @type {string} */
RegistratieWizard365URL;
/** @type {string} */
ApplicationName;
/** @type {string} */
Extension;
/** @type {boolean} */
MenuTonenBijSlepen;
/** @type {boolean} */
AllowMultipleRegistrations;
/** @type {number} */
MinimumAttachmentSize;
/** @type {boolean} */
AllowEmptyEmailInRegistrationprofileWizard;
/** @type {boolean} */
UpdateRefNrInSentItems;
/** @type {boolean} */
VersturenViaBCC;
/** @type {string} */
BCCEmailAdres;
}
JavaScript QuickRegistrationOptions 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 /csv/reply/QuickRegistrationOptions HTTP/1.1
Host: test-dogw.klokgroep.nl
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"ProgCode":"String","RegistrationProfileID":"00000000-0000-0000-0000-000000000000","RegistrationProfiles":[{"ID":"00000000-0000-0000-0000-000000000000","Name":"String","WizardAutomatischDoorlopen":false}],"AttachmentRegistrationProfileID":"00000000-0000-0000-0000-000000000000","AttachmentProfiles":[{"ID":"00000000-0000-0000-0000-000000000000","Name":"String","WizardAutomatischDoorlopen":false}],"RegistrationProfileNewEmailID":"00000000-0000-0000-0000-000000000000","EMailActie":"String","EMailActieNieuw":"String","EMailActieBeantwoorden":"String","EMailActieDoorsturen":"String","DefaultDragDropAction":"CopyEmailIncludingAttachments","RegistratieWizard365URL":"String","ApplicationName":"String","Extension":"String","MenuTonenBijSlepen":false,"AllowMultipleRegistrations":false,"MinimumAttachmentSize":0,"AllowEmptyEmailInRegistrationprofileWizard":false,"UpdateRefNrInSentItems":false,"VersturenViaBCC":false,"BCCEmailAdres":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"ProgCode":"String","RegistrationProfileID":"00000000-0000-0000-0000-000000000000","RegistrationProfiles":[{"ID":"00000000-0000-0000-0000-000000000000","Name":"String","WizardAutomatischDoorlopen":false}],"AttachmentRegistrationProfileID":"00000000-0000-0000-0000-000000000000","AttachmentProfiles":[{"ID":"00000000-0000-0000-0000-000000000000","Name":"String","WizardAutomatischDoorlopen":false}],"RegistrationProfileNewEmailID":"00000000-0000-0000-0000-000000000000","EMailActie":"String","EMailActieNieuw":"String","EMailActieBeantwoorden":"String","EMailActieDoorsturen":"String","DefaultDragDropAction":"CopyEmailIncludingAttachments","RegistratieWizard365URL":"String","ApplicationName":"String","Extension":"String","MenuTonenBijSlepen":false,"AllowMultipleRegistrations":false,"MinimumAttachmentSize":0,"AllowEmptyEmailInRegistrationprofileWizard":false,"UpdateRefNrInSentItems":false,"VersturenViaBCC":false,"BCCEmailAdres":"String"}