| All Verbs | /api/Outlook/EmailSentNotification |
|---|
"use strict";
/** @typedef {number} */
export var RequestAttributes;
(function (RequestAttributes) {
RequestAttributes[RequestAttributes["None"] = 0] = "None"
RequestAttributes[RequestAttributes["Localhost"] = 1] = "Localhost"
RequestAttributes[RequestAttributes["LocalSubnet"] = 2] = "LocalSubnet"
RequestAttributes[RequestAttributes["External"] = 4] = "External"
RequestAttributes[RequestAttributes["Secure"] = 8] = "Secure"
RequestAttributes[RequestAttributes["InSecure"] = 16] = "InSecure"
RequestAttributes[RequestAttributes["AnySecurityMode"] = 24] = "AnySecurityMode"
RequestAttributes[RequestAttributes["HttpHead"] = 32] = "HttpHead"
RequestAttributes[RequestAttributes["HttpGet"] = 64] = "HttpGet"
RequestAttributes[RequestAttributes["HttpPost"] = 128] = "HttpPost"
RequestAttributes[RequestAttributes["HttpPut"] = 256] = "HttpPut"
RequestAttributes[RequestAttributes["HttpDelete"] = 512] = "HttpDelete"
RequestAttributes[RequestAttributes["HttpPatch"] = 1024] = "HttpPatch"
RequestAttributes[RequestAttributes["HttpOptions"] = 2048] = "HttpOptions"
RequestAttributes[RequestAttributes["HttpOther"] = 4096] = "HttpOther"
RequestAttributes[RequestAttributes["AnyHttpMethod"] = 8160] = "AnyHttpMethod"
RequestAttributes[RequestAttributes["OneWay"] = 8192] = "OneWay"
RequestAttributes[RequestAttributes["Reply"] = 16384] = "Reply"
RequestAttributes[RequestAttributes["AnyCallStyle"] = 24576] = "AnyCallStyle"
RequestAttributes[RequestAttributes["Soap11"] = 32768] = "Soap11"
RequestAttributes[RequestAttributes["Soap12"] = 65536] = "Soap12"
RequestAttributes[RequestAttributes["Xml"] = 131072] = "Xml"
RequestAttributes[RequestAttributes["Json"] = 262144] = "Json"
RequestAttributes[RequestAttributes["Jsv"] = 524288] = "Jsv"
RequestAttributes[RequestAttributes["ProtoBuf"] = 1048576] = "ProtoBuf"
RequestAttributes[RequestAttributes["Csv"] = 2097152] = "Csv"
RequestAttributes[RequestAttributes["Html"] = 4194304] = "Html"
RequestAttributes[RequestAttributes["Jsonl"] = 8388608] = "Jsonl"
RequestAttributes[RequestAttributes["MsgPack"] = 16777216] = "MsgPack"
RequestAttributes[RequestAttributes["FormatOther"] = 33554432] = "FormatOther"
RequestAttributes[RequestAttributes["AnyFormat"] = 67076096] = "AnyFormat"
RequestAttributes[RequestAttributes["Http"] = 67108864] = "Http"
RequestAttributes[RequestAttributes["MessageQueue"] = 134217728] = "MessageQueue"
RequestAttributes[RequestAttributes["Tcp"] = 268435456] = "Tcp"
RequestAttributes[RequestAttributes["Grpc"] = 536870912] = "Grpc"
RequestAttributes[RequestAttributes["EndpointOther"] = 1073741824] = "EndpointOther"
RequestAttributes[RequestAttributes["AnyEndpoint"] = 2080374784] = "AnyEndpoint"
RequestAttributes[RequestAttributes["InProcess"] = -2147483648] = "InProcess"
RequestAttributes[RequestAttributes["InternalNetworkAccess"] = -2147483645] = "InternalNetworkAccess"
RequestAttributes[RequestAttributes["AnyNetworkAccessType"] = -2147483641] = "AnyNetworkAccessType"
RequestAttributes[RequestAttributes["Any"] = -1] = "Any"
})(RequestAttributes || (RequestAttributes = {}));
export class ResourceData {
/** @param {{_odata_etag?:string,_odata_id?:string,_odata_type?:string,id?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
_odata_etag;
/** @type {string} */
_odata_id;
/** @type {string} */
_odata_type;
/** @type {string} */
id;
}
export class NotificationData {
/** @param {{ChangeType?:string,ClientState?:string,Resource?:string,ResourceData?:ResourceData,SubscriptionExpirationDateTime?:string,SubscriptionId?:string,TenantId?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ChangeType;
/** @type {string} */
ClientState;
/** @type {string} */
Resource;
/** @type {ResourceData} */
ResourceData;
/** @type {string} */
SubscriptionExpirationDateTime;
/** @type {string} */
SubscriptionId;
/** @type {string} */
TenantId;
}
export class EmailSentNotification {
/** @param {{Value?:NotificationData[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {NotificationData[]} */
Value;
}
JavaScript EmailSentNotification DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /api/Outlook/EmailSentNotification HTTP/1.1
Host: test-dogw.klokgroep.nl
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"Value":[{"ChangeType":"String","ClientState":"String","Resource":"String","ResourceData":{"@odata.etag":"String","@odata.id":"String","@odata.type":"String","id":"String"},"SubscriptionExpirationDateTime":"0001-01-01T00:00:00.0000000","SubscriptionId":"String","TenantId":"String"}]}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{Unable to show example output for type 'IResponse' using the custom 'other' filter}Cannot create an instance of an interface.